Show / Hide Table of Contents

Class GroupMixedInstancesPolicyGetArgs

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

Constructors

View Source

GroupMixedInstancesPolicyGetArgs()

Declaration
public GroupMixedInstancesPolicyGetArgs()

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<GroupMixedInstancesPolicyInstancesDistributionGetArgs> InstancesDistribution { get; set; }
Property Value
Type Description
Input<GroupMixedInstancesPolicyInstancesDistributionGetArgs>
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<GroupMixedInstancesPolicyLaunchTemplateGetArgs> LaunchTemplate { get; set; }
Property Value
Type Description
Input<GroupMixedInstancesPolicyLaunchTemplateGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.