Show / Hide Table of Contents

Class ClusterState

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

Constructors

View Source

ClusterState()

Declaration
public ClusterState()

Properties

View Source

Arn

The Amazon Resource Name (ARN) that identifies the cluster

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

CapacityProviders

List of short names of one or more capacity providers to associate with the cluster. Valid values also include FARGATE and FARGATE_SPOT.

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

DefaultCapacityProviderStrategies

The capacity provider strategy to use by default for the cluster. Can be one or more. Defined below.

Declaration
public InputList<ClusterDefaultCapacityProviderStrategyGetArgs> DefaultCapacityProviderStrategies { get; set; }
Property Value
Type Description
InputList<ClusterDefaultCapacityProviderStrategyGetArgs>
View Source

Name

The name of the cluster (up to 255 letters, numbers, hyphens, and underscores)

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

Settings

Configuration block(s) with cluster settings. For example, this can be used to enable CloudWatch Container Insights for a cluster. Defined below.

Declaration
public InputList<ClusterSettingGetArgs> Settings { get; set; }
Property Value
Type Description
InputList<ClusterSettingGetArgs>
View Source

Tags

Key-value map of resource tags

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.