Learn R Programming

paws.database (version 0.1.12)

dynamodb_update_contributor_insights: Updates the status for contributor insights for a specific table or index

Description

Updates the status for contributor insights for a specific table or index.

Usage

dynamodb_update_contributor_insights(TableName, IndexName,
  ContributorInsightsAction)

Value

A list with the following syntax:

list(
  TableName = "string",
  IndexName = "string",
  ContributorInsightsStatus = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|"FAILED"
)

Arguments

TableName

[required] The name of the table.

IndexName

The global secondary index name, if applicable.

ContributorInsightsAction

[required] Represents the contributor insights action.

Request syntax

svc$update_contributor_insights(
  TableName = "string",
  IndexName = "string",
  ContributorInsightsAction = "ENABLE"|"DISABLE"
)