Show / Hide Table of Contents

Class GroupMixedInstancesPolicy

Inheritance
System.Object
GroupMixedInstancesPolicy
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 GroupMixedInstancesPolicy

Fields

View Source

InstancesDistribution

Nested argument containing settings on how to mix on-demand and Spot instances in the Auto Scaling group. Defined below.

Declaration
public readonly GroupMixedInstancesPolicyInstancesDistribution InstancesDistribution
Field Value
Type Description
GroupMixedInstancesPolicyInstancesDistribution
View Source

LaunchTemplate

Nested argument containing launch template settings along with the overrides to specify multiple instance types and weights. Defined below.

Declaration
public readonly GroupMixedInstancesPolicyLaunchTemplate LaunchTemplate
Field Value
Type Description
GroupMixedInstancesPolicyLaunchTemplate
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.