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

Create an Elastic Container Service (ECS) cluster.. Source:- No source definition found, add manually please

Properties

Tags Tag[]
ClusterName string | Aws_CF_FunctionString

A user-generated string that you use to identify your cluster. If you don't specify a name, AWS CloudFormation generates a unique physical ID for the name.

ClusterSettings ClusterSettings[]
Configuration object

The configurations to be set at cluster level.

1 nested properties
ExecuteCommandConfiguration object

The configuration for ExecuteCommand.

3 nested properties
KmsKeyId string | Aws_CF_FunctionString
Logging string | Aws_CF_FunctionString
LogConfiguration object

The session logging configuration for ExecuteCommand.

5 nested properties
CloudWatchLogGroupName string | Aws_CF_FunctionString
CloudWatchEncryptionEnabled boolean
S3BucketName string | Aws_CF_FunctionString
S3EncryptionEnabled boolean
S3KeyPrefix string | Aws_CF_FunctionString
CapacityProviders string[]
DefaultCapacityProviderStrategy CapacityProviderStrategyItem[]
ServiceConnectDefaults object

Service Connect Configuration default for all services or tasks within this cluster

1 nested properties
Namespace string | Aws_CF_FunctionString

Service Connect Namespace Name or ARN default for all services or tasks within this cluster

Definitions

Tag object

The metadata that you apply to the cluster to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define.

Key string | Aws_CF_FunctionString
Value string | Aws_CF_FunctionString
ClusterSettings object

The setting to use when creating a cluster. This parameter is used to enable CloudWatch Container Insights for a cluster. If this value is specified, it will override the containerInsights value set with PutAccountSetting or PutAccountSettingDefault.

Name string | Aws_CF_FunctionString
Value string | Aws_CF_FunctionString
ClusterConfiguration object

The configurations to be set at cluster level.

ExecuteCommandConfiguration object

The configuration for ExecuteCommand.

3 nested properties
KmsKeyId string | Aws_CF_FunctionString
Logging string | Aws_CF_FunctionString
LogConfiguration object

The session logging configuration for ExecuteCommand.

5 nested properties
CloudWatchLogGroupName string | Aws_CF_FunctionString
CloudWatchEncryptionEnabled boolean
S3BucketName string | Aws_CF_FunctionString
S3EncryptionEnabled boolean
S3KeyPrefix string | Aws_CF_FunctionString
ExecuteCommandConfiguration object

The configuration for ExecuteCommand.

KmsKeyId string | Aws_CF_FunctionString
Logging string | Aws_CF_FunctionString
LogConfiguration object

The session logging configuration for ExecuteCommand.

5 nested properties
CloudWatchLogGroupName string | Aws_CF_FunctionString
CloudWatchEncryptionEnabled boolean
S3BucketName string | Aws_CF_FunctionString
S3EncryptionEnabled boolean
S3KeyPrefix string | Aws_CF_FunctionString
ExecuteCommandLogConfiguration object

The session logging configuration for ExecuteCommand.

CloudWatchLogGroupName string | Aws_CF_FunctionString
CloudWatchEncryptionEnabled boolean
S3BucketName string | Aws_CF_FunctionString
S3EncryptionEnabled boolean
S3KeyPrefix string | Aws_CF_FunctionString
ServiceConnectDefaults object

Service Connect Configuration default for all services or tasks within this cluster

Namespace string | Aws_CF_FunctionString

Service Connect Namespace Name or ARN default for all services or tasks within this cluster

CapacityProviderStrategyItem object

A capacity provider strategy consists of one or more capacity providers along with the base and weight to assign to them. A capacity provider must be associated with the cluster to be used in a capacity provider strategy. The PutClusterCapacityProviders API is used to associate a capacity provider with a cluster. Only capacity providers with an ACTIVE or UPDATING status can be used.

CapacityProvider string | Aws_CF_FunctionString
Weight integer
Base integer