Show / Hide Table of Contents

Class ServiceCapacityProviderStrategyArgs

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

Constructors

View Source

ServiceCapacityProviderStrategyArgs()

Declaration
public ServiceCapacityProviderStrategyArgs()

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 or full Amazon Resource Name (ARN) 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.