aws-cdk-lib.aws_dynamodb.CfnTable.PointInTimeRecoverySpecificationProperty

interface PointInTimeRecoverySpecificationProperty

LanguageType name
.NETAmazon.CDK.AWS.DynamoDB.CfnTable.PointInTimeRecoverySpecificationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsdynamodb#CfnTable_PointInTimeRecoverySpecificationProperty
Javasoftware.amazon.awscdk.services.dynamodb.CfnTable.PointInTimeRecoverySpecificationProperty
Pythonaws_cdk.aws_dynamodb.CfnTable.PointInTimeRecoverySpecificationProperty
TypeScript aws-cdk-lib » aws_dynamodb » CfnTable » PointInTimeRecoverySpecificationProperty

The settings used to enable point in time recovery.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_dynamodb as dynamodb } from 'aws-cdk-lib';
const pointInTimeRecoverySpecificationProperty: dynamodb.CfnTable.PointInTimeRecoverySpecificationProperty = {
  pointInTimeRecoveryEnabled: false,
};

Properties

NameTypeDescription
pointInTimeRecoveryEnabled?boolean | IResolvableIndicates whether point in time recovery is enabled (true) or disabled (false) on the table.

pointInTimeRecoveryEnabled?

Type: boolean | IResolvable (optional)

Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.