EcsClusterSchema
Hierarchy
- BaseResourceSchema
- EcsClusterSchema
Index
Properties
Properties
inheritedparents
properties
Input properties.
properties.awsAccountId
- The AWS account ID.properties.awsRegionId
- The AWS region ID.properties.clusterName
- The name of the ECS cluster.
Type declaration
awsAccountId: string
awsRegionId: string
clusterName: string
inheritedresourceId
response
Saved response.
response.clusterArn
- The ARN of the ECS cluster.
Type declaration
optionalclusterArn?: string
inheritedtags
Type declaration
[key string]: string
The
EcsClusterSchema
class is the schema for theEcsCluster
resource, which represents the AWS Elastic Container Service (ECS) Cluster resource. This resource can create a ecs cluster in AWS using the AWS JavaScript SDK V3 API. See official sdk docs.Resources/EcsCluster
parents - This resource has no parents.
resourceId - The resource id is of format
ecs-cluster-<cluster-name>