Amazon ECS cluster
aws.ecs.cluster MQL resource for querying AWS infrastructure with cnquery and cnspec.
AWSPrivate Resource
Amazon ECS cluster
Min version: latestDefaults:
name region status runningTasksCount pendingTasksCountRelationships
4 resources · 7 relationships·Click to select, expand fields to see properties.
Fields (12)
| Field | Type | Description |
|---|---|---|
activeServicesCountrequired | int | Number of services running in the cluster |
arnrequired | string | ARN of the ECS cluster |
configurationrequired | dict | Configuration for the cluster |
containerInstances | []aws.ecs.instance | List of AWS ECS container instances |
namerequired | string | Name of the ECS cluster |
pendingTasksCountrequired | int | Count of pending tasks in the cluster |
regionrequired | string | Region where the cluster is located |
registeredContainerInstancesCountrequired | int | Count of container instances registered to the cluster |
runningTasksCountrequired | int | Count of running tasks in the cluster |
statusrequired | string | Status of the cluster |
tagsrequired | map[string]string | Tags of the ECS cluster |
tasks | []aws.ecs.task | List of AWS ECS task definitions |