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
client_side_timestamps_enabledbooleanIndicates whether client-side timestamps are enabled (true) or disabled (false) for all tables in the keyspace. To add a Region to a single-Region keyspace with at least one table, the value must be set to true. After you enabled client-side timestamps for a table, you can’t disable it again.
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,
client_side_timestamps_enabled,
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