Class UpdateContributorInsightsRequest
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Container for the parameters to the UpdateContributorInsights operation. Updates the status for contributor insights for a specific table or index. CloudWatch Contributor Insights for DynamoDB graphs display the partition key and (if applicable) sort key of frequently accessed items and frequently throttled items in plaintext. If you require the use of Amazon Web Services Key Management Service (KMS) to encrypt this table’s partition key and sort key data with an Amazon Web Services managed key or customer managed key, you should not enable CloudWatch Contributor Insights for DynamoDB for this table.
public class UpdateContributorInsightsRequest : AmazonDynamoDBRequest
- Inheritance
-
UpdateContributorInsightsRequest
Constructors
UpdateContributorInsightsRequest()
public UpdateContributorInsightsRequest()
Properties
ContributorInsightsAction
Gets and sets the property ContributorInsightsAction.
Represents the contributor insights action.
public ContributorInsightsAction ContributorInsightsAction { get; set; }
Property Value
IndexName
Gets and sets the property IndexName.
The global secondary index name, if applicable.
public string IndexName { get; set; }
Property Value
TableName
Gets and sets the property TableName.
The name of the table.
public string TableName { get; set; }