cluster_tags
Expands all tag keys and values for clusters
in a region
Overview
Name | cluster_tags |
Type | Resource |
Description | The AWS::DocDBElastic::Cluster Amazon DocumentDB (with MongoDB compatibility) Elastic Scale resource describes a Cluster |
Id | aws.docdbelastic.cluster_tags |
Fields
Name | Datatype | Description |
---|---|---|
cluster_name | string | |
cluster_arn | string | |
cluster_endpoint | string | |
admin_user_name | string | |
admin_user_password | string | |
shard_capacity | integer | |
shard_count | integer | |
vpc_security_group_ids | array | |
subnet_ids | array | |
preferred_maintenance_window | string | |
preferred_backup_window | string | |
backup_retention_period | integer | |
shard_instance_count | integer | |
kms_key_id | string | |
auth_type | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all clusters
in a region.
SELECT
region,
cluster_name,
cluster_arn,
cluster_endpoint,
admin_user_name,
admin_user_password,
shard_capacity,
shard_count,
vpc_security_group_ids,
subnet_ids,
preferred_maintenance_window,
preferred_backup_window,
backup_retention_period,
shard_instance_count,
kms_key_id,
auth_type,
tag_key,
tag_value
FROM aws.docdbelastic.cluster_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the cluster_tags
resource, see clusters