Class ClusterState
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterState : ResourceArgs
Constructors
View SourceClusterState()
Declaration
public ClusterState()
Properties
View SourceArn
The Amazon Resource Name (ARN) that identifies the cluster
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
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> |
Tags
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |