Class GroupMixedInstancesPolicyLaunchTemplate
Inheritance
System.Object
GroupMixedInstancesPolicyLaunchTemplate
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.AutoScaling.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GroupMixedInstancesPolicyLaunchTemplate
Fields
View SourceLaunchTemplateSpecification
Nested argument defines the Launch Template. Defined below.
Declaration
public readonly GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification LaunchTemplateSpecification
Field Value
| Type | Description |
|---|---|
| GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification |
Overrides
List of nested arguments provides the ability to specify multiple instance types. This will override the same parameter in the launch template. For on-demand instances, Auto Scaling considers the order of preference of instance types to launch based on the order specified in the overrides list. Defined below.
Declaration
public readonly ImmutableArray<GroupMixedInstancesPolicyLaunchTemplateOverride> Overrides
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GroupMixedInstancesPolicyLaunchTemplateOverride> |