EcsClusterSchema
Hierarchy
- unknown
- EcsClusterSchema
Index
Properties
Properties
properties
Input properties.
properties.awsAccountId- The AWS account ID.properties.awsRegionId- The AWS region ID.properties.clusterName- The name of the ECS cluster.
response
Saved response.
response.clusterArn- The ARN of the ECS cluster.
The
EcsClusterSchemaclass is the schema for theEcsClusterresource, 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>