Updates the status for contributor insights for a specific table or index.
dynamodb_update_contributor_insights(TableName, IndexName,
ContributorInsightsAction)
[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" )