AWS::ECS::ClusterCapacityProviderAssociationsAssociate a set of ECS Capacity Providers with a specified ECS Cluster
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Cluster | string | RequiredCreate-only |
DefaultCapacityProviderStrategy | array | Required |
CapacityProviders | array |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ECS::ClusterCapacityProviderAssociations
Resources:
MyResource:
Type: AWS::ECS::ClusterCapacityProviderAssociations
Properties:
Cluster: "value"
DefaultCapacityProviderStrategy: "my-defaultcapacityproviderstrategy"Permissions CloudFormation needs in your IAM role to manage this resource.
ecs:DescribeClustersecs:DescribeClustersecs:PutClusterCapacityProvidersecs:DescribeCapacityProvidersecs:DescribeClustersecs:DescribeCapacityProvidersecs:PutClusterCapacityProvidersecs:DescribeClustersecs:ListClustersecs:PutClusterCapacityProvidersecs:DescribeClustersEverything you need to know about ECS on one page. HD quality, print-friendly.
Download Free InfographicClusterThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Cluster