keyspace_tags
Expands all tag keys and values for keyspaces
in a region
Overview
Name | keyspace_tags |
Type | Resource |
Description | Resource schema for AWS::Cassandra::Keyspace |
Id | aws.cassandra.keyspace_tags |
Fields
Name | Datatype | Description |
---|---|---|
keyspace_name | string | Name for Cassandra keyspace |
replication_specification | object | |
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 keyspaces
in a region.
SELECT
region,
keyspace_name,
replication_specification,
tag_key,
tag_value
FROM aws.cassandra.keyspace_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the keyspace_tags
resource, see keyspaces