@Stability(value=Stable)
public static interface CfnTable.PointInTimeRecoverySpecificationProperty
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.*;
PointInTimeRecoverySpecificationProperty pointInTimeRecoverySpecificationProperty = PointInTimeRecoverySpecificationProperty.builder()
.pointInTimeRecoveryEnabled(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTable.PointInTimeRecoverySpecificationProperty.Builder
A builder for
CfnTable.PointInTimeRecoverySpecificationProperty |
static class |
CfnTable.PointInTimeRecoverySpecificationProperty.Jsii$Proxy
An implementation for
CfnTable.PointInTimeRecoverySpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTable.PointInTimeRecoverySpecificationProperty.Builder |
builder() |
default Object |
getPointInTimeRecoveryEnabled()
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
|
@Stability(value=Stable) @Nullable default Object getPointInTimeRecoveryEnabled()
@Stability(value=Stable) static CfnTable.PointInTimeRecoverySpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.