Show / Hide Table of Contents

Class GroupMixedInstancesPolicyLaunchTemplateOverrideArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GroupMixedInstancesPolicyLaunchTemplateOverrideArgs
Inherited Members
ResourceArgs.Empty
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 Source

GroupMixedInstancesPolicyLaunchTemplateOverrideArgs()

Declaration
public GroupMixedInstancesPolicyLaunchTemplateOverrideArgs()

Properties

View Source

InstanceType

Override the instance type in the Launch Template.

Declaration
public Input<string> InstanceType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.