aws.keyspaces.list_keyspaces
Example SQL Queries
SELECT * FROMaws.keyspaces.list_keyspaces;Description
Returns a list of keyspaces.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| keyspace_name The name of the keyspace. | VARCHAR |
| replication_regions If the replicationStrategy of the keyspace is MULTI_REGION, a list of replication Regions is returned. | VARCHAR[] |
Show child fields
| |
| replication_strategy This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace. The available values are SINGLE_REGION or MULTI_REGION. | VARCHAR |
| resource_arn The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN). | VARCHAR |