aws.keyspaces.list_tables
Example SQL Queries
SELECT * FROMaws.keyspaces.list_tablesWHERE"keyspace_name" = 'VALUE';Description
Returns a list of tables for a specified keyspace.
Table Definition
| Column Name | Column Data Type |
|---|---|
| keyspace_name Required Input Column The name of the keyspace that the table is stored in. | 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
| |
| resource_arn The unique identifier of the table in the format of an Amazon Resource Name (ARN). | VARCHAR |
| table_name The name of the table. | VARCHAR |