Skip to main content

keyspace_tags

Expands all tag keys and values for keyspaces in a region

Overview

Namekeyspace_tags
TypeResource
DescriptionResource schema for AWS::Cassandra::Keyspace
Idaws.cassandra.keyspace_tags

Fields

NameDatatypeDescription
keyspace_namestringName for Cassandra keyspace
replication_specificationobject
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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