Show / Hide Table of Contents

Class GroupMixedInstancesPolicyArgs

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

Constructors

View Source

GroupMixedInstancesPolicyArgs()

Declaration
public GroupMixedInstancesPolicyArgs()

Properties

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 Input<GroupMixedInstancesPolicyInstancesDistributionArgs> InstancesDistribution { get; set; }
Property Value
Type Description
Input<GroupMixedInstancesPolicyInstancesDistributionArgs>
View Source

LaunchTemplate

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

Declaration
public Input<GroupMixedInstancesPolicyLaunchTemplateArgs> LaunchTemplate { get; set; }
Property Value
Type Description
Input<GroupMixedInstancesPolicyLaunchTemplateArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.