Package com.pulumi.aws.dynamodb.outputs
Class TablePointInTimeRecovery
- java.lang.Object
-
- com.pulumi.aws.dynamodb.outputs.TablePointInTimeRecovery
-
public final class TablePointInTimeRecovery extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TablePointInTimeRecovery.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TablePointInTimeRecovery.Builder
builder()
static TablePointInTimeRecovery.Builder
builder(TablePointInTimeRecovery defaults)
java.lang.Boolean
enabled()
-
-
-
Method Detail
-
enabled
public java.lang.Boolean enabled()
- Returns:
- Whether to enable point-in-time recovery. It can take 10 minutes to enable for new tables. If the `point_in_time_recovery` block is not provided, this defaults to `false`.
-
builder
public static TablePointInTimeRecovery.Builder builder()
-
builder
public static TablePointInTimeRecovery.Builder builder(TablePointInTimeRecovery defaults)
-
-