Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ecs-clustercapacityproviderassociations.json
Parent schema serverless-framework-configuration
Type: object

Associate a set of ECS Capacity Providers with a specified ECS Cluster. Source:- https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git

Properties

CapacityProviders CapacityProvider[] required

List of capacity providers to associate with the cluster

uniqueItems=true
Cluster string | Aws_CF_FunctionString required

The name of the cluster

DefaultCapacityProviderStrategy CapacityProviderStrategy[] required

List of capacity providers to associate with the cluster

Definitions

CapacityProviders CapacityProvider[]

List of capacity providers to associate with the cluster

CapacityProvider string | Aws_CF_FunctionString

If using ec2 auto-scaling, the name of the associated capacity provider. Otherwise FARGATE, FARGATE_SPOT.

Cluster string | Aws_CF_FunctionString

The name of the cluster

DefaultCapacityProviderStrategy CapacityProviderStrategy[]

List of capacity providers to associate with the cluster

CapacityProviderStrategy object
CapacityProvider string | Aws_CF_FunctionString required

If using ec2 auto-scaling, the name of the associated capacity provider. Otherwise FARGATE, FARGATE_SPOT.

Base integer
min=0max=100000
Weight integer
min=0max=1000