@Stability(value=Stable)
public static interface CfnTable.ContributorInsightsSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
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 |
CfnTable.ContributorInsightsSpecificationProperty.Builder
A builder for
CfnTable.ContributorInsightsSpecificationProperty |
static class |
CfnTable.ContributorInsightsSpecificationProperty.Jsii$Proxy
An implementation for
CfnTable.ContributorInsightsSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTable.ContributorInsightsSpecificationProperty.Builder |
builder() |
Object |
getEnabled()
Indicates whether CloudWatch Contributor Insights are to be enabled (true) or disabled (false).
|
@Stability(value=Stable) @NotNull Object getEnabled()
@Stability(value=Stable) static CfnTable.ContributorInsightsSpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.