Class ClusterArgs
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 ClusterArgs : ResourceArgs
Constructors
View SourceClusterArgs()
Declaration
public ClusterArgs()
Properties
View SourceCapacityProviders
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<ClusterDefaultCapacityProviderStrategyArgs> DefaultCapacityProviderStrategies { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterDefaultCapacityProviderStrategyArgs> |
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<ClusterSettingArgs> Settings { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterSettingArgs> |
Tags
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |