Class GroupMixedInstancesPolicyLaunchTemplateOverrideArgs
Inheritance
System.Object
GroupMixedInstancesPolicyLaunchTemplateOverrideArgs
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 GroupMixedInstancesPolicyLaunchTemplateOverrideArgs : ResourceArgs
Constructors
View SourceGroupMixedInstancesPolicyLaunchTemplateOverrideArgs()
Declaration
public GroupMixedInstancesPolicyLaunchTemplateOverrideArgs()
Properties
View SourceInstanceType
Override the instance type in the Launch Template.
Declaration
public Input<string> InstanceType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WeightedCapacity
The number of capacity units, which gives the instance type a proportional weight to other instance types.
Declaration
public Input<string> WeightedCapacity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |