Interface CfnGlobalTable.ContributorInsightsSpecificationProperty

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

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

See Also: