aws.dynamodb.describe_time_to_live
Example SQL Queries
SELECT * FROMaws.dynamodb.describe_time_to_liveWHERE"table_name" = 'VALUE';Description
Gives a description of the Time to Live (TTL) status on the specified table.
Table Definition
| Column Name | Column Data Type |
|---|---|
| table_name Required Input Column The name of the table to be described. You can also provide the Amazon Resource Name (ARN) of the table in this parameter. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| time_to_live_description | STRUCT( |
Show child fields
| |