Show / Hide Table of Contents

Class ClusterDefaultCapacityProviderStrategy

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

Fields

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 readonly int? Base
Field Value
Type Description
System.Nullable<System.Int32>
View Source

CapacityProvider

The short name of the capacity provider.

Declaration
public readonly string CapacityProvider
Field Value
Type Description
System.String
View Source

Weight

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

Declaration
public readonly int? Weight
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.