Updates the status for contributor insights for a specific table or index.
dynamodb_update_contributor_insights(TableName, IndexName,
ContributorInsightsAction)
A list with the following syntax:
list(
TableName = "string",
IndexName = "string",
ContributorInsightsStatus = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|"FAILED"
)
[required] The name of the table.
The global secondary index name, if applicable.
[required] Represents the contributor insights action.
svc$update_contributor_insights(
TableName = "string",
IndexName = "string",
ContributorInsightsAction = "ENABLE"|"DISABLE"
)