keyspaces_list_only
Lists keyspaces
in a region or regions, for all properties use keyspaces
Overview
Name | keyspaces_list_only |
Type | Resource |
Description | Resource schema for AWS::Cassandra::Keyspace |
Id | aws.cassandra.keyspaces_list_only |
Fields
Name | Datatype | Description |
---|---|---|
keyspace_name | string | Name for Cassandra keyspace |
tags | array | |
replication_specification | object | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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