Class GroupMixedInstancesPolicyLaunchTemplateArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GroupMixedInstancesPolicyLaunchTemplateArgs : ResourceArgs
Constructors
View SourceGroupMixedInstancesPolicyLaunchTemplateArgs()
Declaration
public GroupMixedInstancesPolicyLaunchTemplateArgs()
Properties
View SourceLaunchTemplateSpecification
Nested argument defines the Launch Template. Defined below.
Declaration
public Input<GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationArgs> LaunchTemplateSpecification { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationArgs> |
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 InputList<GroupMixedInstancesPolicyLaunchTemplateOverrideArgs> Overrides { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<GroupMixedInstancesPolicyLaunchTemplateOverrideArgs> |