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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnGlobalTable.ContributorInsightsSpecificationProperty
static final class
An implementation forCfnGlobalTable.ContributorInsightsSpecificationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Indicates whether CloudWatch Contributor Insights are to be enabled (true) or disabled (false).Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
Indicates whether CloudWatch Contributor Insights are to be enabled (true) or disabled (false). -
builder
-