Skip to main content

keyspaces_list_only

Lists keyspaces in a region or regions, for all properties use keyspaces

Overview

Namekeyspaces_list_only
TypeResource
DescriptionResource schema for AWS::Cassandra::Keyspace
Idaws.cassandra.keyspaces_list_only

Fields

NameDatatypeDescription
keyspace_namestringName for Cassandra keyspace
tagsarray
replication_specificationobject
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all keyspaces in a region.

SELECT
region,
keyspace_name
FROM aws.cassandra.keyspaces_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the keyspaces_list_only resource, see keyspaces