Skip to main content

keyspaces

Retrieves a list of keyspaces in a region

Overview

Namekeyspaces
TypeResource
Descriptionkeyspaces
Idawscc.cassandra.keyspaces

Fields

NameDatatypeDescription
keyspace_namestringName for Cassandra keyspace
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
keyspace_name
FROM awscc.cassandra.keyspaces
WHERE region = 'us-east-1'

Permissions

To operate on the keyspaces resource, the following permissions are required:

Create

cassandra:Create,
cassandra:CreateMultiRegionResource,
cassandra:Select,
cassandra:SelectMultiRegionResource,
cassandra:TagResource,
cassandra:TagMultiRegionResource,
iam:CreateServiceLinkedRole

List

cassandra:Select,
cassandra:SelectMultiRegionResource