aws.keyspaces.get_keyspace
Example SQL Queries
SELECT * FROMaws.keyspaces.get_keyspaceWHERE"keyspace_name" = 'VALUE';Description
Returns the name and the Amazon Resource Name (ARN) of the specified table.
Table Definition
| Column Name | Column Data Type |
|---|---|
| keyspace_name Required Input Column The name of the keyspace. | VARCHAR |
| _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
| |
| replication_regions If the replicationStrategy of the keyspace is MULTI_REGION, a list of replication Regions is returned. | VARCHAR[] |
Show child fields
| |
| replication_strategy Returns the replication strategy of the keyspace. The options are SINGLE_REGION or MULTI_REGION. | VARCHAR |
| resource_arn Returns the ARN of the keyspace. | VARCHAR |