AwsEcsClusterDetails
provides details about an ECS cluster.
Contents
- CapacityProviders
-
The short name of one or more capacity providers to associate with the cluster.
Type: Array of strings
Pattern:
.*\S.*
Required: No
- ClusterSettings
-
The setting to use to create the cluster. Specifically used to configure whether to enable CloudWatch Container Insights for the cluster.
Type: Array of AwsEcsClusterClusterSettingsDetails objects
Required: No
- Configuration
-
The run command configuration for the cluster.
Type: AwsEcsClusterConfigurationDetails object
Required: No
- DefaultCapacityProviderStrategy
-
The default capacity provider strategy for the cluster. The default capacity provider strategy is used when services or tasks are run without a specified launch type or capacity provider strategy.
Type: Array of AwsEcsClusterDefaultCapacityProviderStrategyDetails objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: