Show / Hide Table of Contents

Class ClusterDefaultCapacityProviderStrategyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterDefaultCapacityProviderStrategyArgs
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.Ecs.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterDefaultCapacityProviderStrategyArgs : ResourceArgs

Constructors

View Source

ClusterDefaultCapacityProviderStrategyArgs()

Declaration
public ClusterDefaultCapacityProviderStrategyArgs()

Properties

View Source

Base

The number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined.

Declaration
public Input<int> Base { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

CapacityProvider

The short name of the capacity provider.

Declaration
public Input<string> CapacityProvider { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Weight

The relative percentage of the total number of launched tasks that should use the specified capacity provider.

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