Show / Hide Table of Contents

Class GroupMixedInstancesPolicyLaunchTemplateArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GroupMixedInstancesPolicyLaunchTemplateArgs
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 GroupMixedInstancesPolicyLaunchTemplateArgs : ResourceArgs

Constructors

View Source

GroupMixedInstancesPolicyLaunchTemplateArgs()

Declaration
public GroupMixedInstancesPolicyLaunchTemplateArgs()

Properties

View Source

LaunchTemplateSpecification

Nested argument defines the Launch Template. Defined below.

Declaration
public Input<GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationArgs> LaunchTemplateSpecification { get; set; }
Property Value
Type Description
Input<GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecificationArgs>
View Source

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<GroupMixedInstancesPolicyLaunchTemplateOverrideArgs> Overrides { get; set; }
Property Value
Type Description
InputList<GroupMixedInstancesPolicyLaunchTemplateOverrideArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.