Show / Hide Table of Contents

Class GroupMixedInstancesPolicyLaunchTemplate

Inheritance
System.Object
GroupMixedInstancesPolicyLaunchTemplate
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GroupMixedInstancesPolicyLaunchTemplate

Fields

View Source

LaunchTemplateSpecification

Nested argument defines the Launch Template. Defined below.

Declaration
public readonly GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification LaunchTemplateSpecification
Field Value
Type Description
GroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification
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 readonly ImmutableArray<GroupMixedInstancesPolicyLaunchTemplateOverride> Overrides
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GroupMixedInstancesPolicyLaunchTemplateOverride>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.