Class GroupMixedInstancesPolicyArgs
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 GroupMixedInstancesPolicyArgs : ResourceArgs
Constructors
View SourceGroupMixedInstancesPolicyArgs()
Declaration
public GroupMixedInstancesPolicyArgs()
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<GroupMixedInstancesPolicyInstancesDistributionArgs> InstancesDistribution { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<GroupMixedInstancesPolicyInstancesDistributionArgs> |
LaunchTemplate
Nested argument containing launch template settings along with the overrides to specify multiple instance types and weights. Defined below.
Declaration
public Input<GroupMixedInstancesPolicyLaunchTemplateArgs> LaunchTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<GroupMixedInstancesPolicyLaunchTemplateArgs> |