Class GroupMixedInstancesPolicyGetArgs
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 GroupMixedInstancesPolicyGetArgs : ResourceArgs
Constructors
View SourceGroupMixedInstancesPolicyGetArgs()
Declaration
public GroupMixedInstancesPolicyGetArgs()
Properties
View SourceInstancesDistribution
Nested argument containing settings on how to mix on-demand and Spot instances in the Auto Scaling group. Defined below.
Declaration
public Input<GroupMixedInstancesPolicyInstancesDistributionGetArgs> InstancesDistribution { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<GroupMixedInstancesPolicyInstancesDistributionGetArgs> |
LaunchTemplate
Nested argument containing launch template settings along with the overrides to specify multiple instance types and weights. Defined below.
Declaration
public Input<GroupMixedInstancesPolicyLaunchTemplateGetArgs> LaunchTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<GroupMixedInstancesPolicyLaunchTemplateGetArgs> |