aws.dynamodb.list_contributor_insights
Example SQL Queries
SELECT * FROMaws.dynamodb.list_contributor_insights;Description
Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column Maximum number of results to return per page. | BIGINT |
| next_token Input Column A token to go to the next page if there is one. | VARCHAR |
| table_name Input Column The name of the table. 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 |
| contributor_insights_summaries A list of ContributorInsightsSummary. | STRUCT( |
Show child fields
| |