AwsDynamoDBContinuousBackupsDescriptionPropertiesArgs

data class AwsDynamoDBContinuousBackupsDescriptionPropertiesArgs(val continuousBackupsStatus: Output<ContinuousBackupsStatusEnumValueArgs>? = null, val pointInTimeRecoveryDescription: Output<PointInTimeRecoveryDescriptionArgs>? = null) : ConvertibleToJava<AwsDynamoDBContinuousBackupsDescriptionPropertiesArgs>

Definition of awsDynamoDBContinuousBackupsDescription

Constructors

constructor(continuousBackupsStatus: Output<ContinuousBackupsStatusEnumValueArgs>? = null, pointInTimeRecoveryDescription: Output<PointInTimeRecoveryDescriptionArgs>? = null)

Properties

Link copied to clipboard

ContinuousBackupsStatus can be one of the following states: ENABLED, DISABLED

Link copied to clipboard

The description of the point in time recovery settings applied to the table.

Functions

Link copied to clipboard
open override fun toJava(): AwsDynamoDBContinuousBackupsDescriptionPropertiesArgs