aws-cdk-lib.aws_dynamodb.CfnGlobalTable.ContributorInsightsSpecificationProperty

interface ContributorInsightsSpecificationProperty

LanguageType name
.NETAmazon.CDK.AWS.DynamoDB.CfnGlobalTable.ContributorInsightsSpecificationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsdynamodb#CfnGlobalTable_ContributorInsightsSpecificationProperty
Javasoftware.amazon.awscdk.services.dynamodb.CfnGlobalTable.ContributorInsightsSpecificationProperty
Pythonaws_cdk.aws_dynamodb.CfnGlobalTable.ContributorInsightsSpecificationProperty
TypeScript aws-cdk-lib » aws_dynamodb » CfnGlobalTable » ContributorInsightsSpecificationProperty

Configures contributor insights settings for a replica or one of its indexes.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_dynamodb as dynamodb } from 'aws-cdk-lib';
const contributorInsightsSpecificationProperty: dynamodb.CfnGlobalTable.ContributorInsightsSpecificationProperty = {
  enabled: false,
};

Properties

NameTypeDescription
enabledboolean | IResolvableIndicates whether CloudWatch Contributor Insights are to be enabled (true) or disabled (false).

enabled

Type: boolean | IResolvable

Indicates whether CloudWatch Contributor Insights are to be enabled (true) or disabled (false).