Class GroupMixedInstancesPolicyLaunchTemplateGetArgs
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 GroupMixedInstancesPolicyLaunchTemplateGetArgs : ResourceArgs
Constructors
View SourceGroupMixedInstancesPolicyLaunchTemplateGetArgs()
Declaration
public GroupMixedInstancesPolicyLaunchTemplateGetArgs()
Properties
View SourceLaunchTemplateSpecification
Nested argument defines the Launch Template. Defined below.
Declaration
public Input<GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationGetArgs> LaunchTemplateSpecification { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationGetArgs> |
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<GroupMixedInstancesPolicyLaunchTemplateOverrideGetArgs> Overrides { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<GroupMixedInstancesPolicyLaunchTemplateOverrideGetArgs> |