public static interface CfnGlobalTable.ContributorInsightsSpecificationProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnGlobalTable.ContributorInsightsSpecificationProperty.Builder
A builder for
CfnGlobalTable.ContributorInsightsSpecificationProperty |
static class |
CfnGlobalTable.ContributorInsightsSpecificationProperty.Jsii$Proxy
An implementation for
CfnGlobalTable.ContributorInsightsSpecificationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnGlobalTable.ContributorInsightsSpecificationProperty.Builder |
builder() |
java.lang.Object |
getEnabled()
Indicates whether CloudWatch Contributor Insights are to be enabled (true) or disabled (false).
|