AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DynamoDBv2.AmazonDynamoDBRequest
      Amazon.DynamoDBv2.Model.UpdateContributorInsightsRequest

Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateContributorInsightsRequest : AmazonDynamoDBRequest
         IAmazonWebServiceRequest

The UpdateContributorInsightsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContributorInsightsAction Amazon.DynamoDBv2.ContributorInsightsAction

Gets and sets the property ContributorInsightsAction.

Represents the contributor insights action.

Public Property IndexName System.String

Gets and sets the property IndexName.

The global secondary index name, if applicable.

Public Property TableName System.String

Gets and sets the property TableName.

The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5