Class GetTableRetentionProperty
- java.lang.Object
-
- com.pulumi.aws.timestreamwrite.outputs.GetTableRetentionProperty
-
public final class GetTableRetentionProperty extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetTableRetentionProperty.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetTableRetentionProperty.Builder
builder()
static GetTableRetentionProperty.Builder
builder(GetTableRetentionProperty defaults)
java.lang.Integer
magneticStoreRetentionPeriodInDays()
java.lang.Integer
memoryStoreRetentionPeriodInHours()
-
-
-
Method Detail
-
magneticStoreRetentionPeriodInDays
public java.lang.Integer magneticStoreRetentionPeriodInDays()
- Returns:
- Duration in days in which the data must be stored in magnetic store.
-
memoryStoreRetentionPeriodInHours
public java.lang.Integer memoryStoreRetentionPeriodInHours()
- Returns:
- Duration in hours in which the data must be stored in memory store.
-
builder
public static GetTableRetentionProperty.Builder builder()
-
builder
public static GetTableRetentionProperty.Builder builder(GetTableRetentionProperty defaults)
-
-