Interface CfnTable.ContributorInsightsSpecificationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTable.ContributorInsightsSpecificationProperty.Jsii$Proxy
Enclosing class:
CfnTable

@Stability(Stable) public static interface CfnTable.ContributorInsightsSpecificationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.dynamodb.*;
 ContributorInsightsSpecificationProperty contributorInsightsSpecificationProperty = ContributorInsightsSpecificationProperty.builder()
         .enabled(false)
         .build();
 

See Also: