aws.dynamodb.describe_contributor_insights
Example SQL Queries
SELECT * FROMaws.dynamodb.describe_contributor_insightsWHERE"table_name" = 'VALUE';Description
Returns information about contributor insights for a given table or global secondary index.
Table Definition
| Column Name | Column Data Type |
|---|---|
| table_name Required Input Column The name of the table being described. | VARCHAR |
| index_name Input Column The name of the global secondary index being described. | 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 |
| contributor_insights_rule_list List of names of the associated contributor insights rules. | VARCHAR[] |
Show child fields
| |
| contributor_insights_status Current status of contributor insights. | VARCHAR |
| failure_exception Returns information about the last failure that was encountered. The most common exceptions for a FAILED status are:
| STRUCT( |
Show child fields
| |
| last_update_date_time Timestamp of the last time the status was changed. | TIMESTAMP_S |