aws-cdk-lib.aws_dynamodb.CfnTable.ContributorInsightsSpecificationProperty

interface ContributorInsightsSpecificationProperty

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

The settings used to enable or disable CloudWatch Contributor Insights.

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.CfnTable.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).