@Stability(value=Stable)
public static interface CfnDataSource.DeltaSyncConfigProperty
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.appsync.*;
DeltaSyncConfigProperty deltaSyncConfigProperty = DeltaSyncConfigProperty.builder()
.baseTableTtl("baseTableTtl")
.deltaSyncTableName("deltaSyncTableName")
.deltaSyncTableTtl("deltaSyncTableTtl")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.DeltaSyncConfigProperty.Builder
A builder for
CfnDataSource.DeltaSyncConfigProperty |
static class |
CfnDataSource.DeltaSyncConfigProperty.Jsii$Proxy
An implementation for
CfnDataSource.DeltaSyncConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.DeltaSyncConfigProperty.Builder |
builder() |
String |
getBaseTableTtl()
The number of minutes that an Item is stored in the data source.
|
String |
getDeltaSyncTableName()
The Delta Sync table name.
|
String |
getDeltaSyncTableTtl()
The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.
|
@Stability(value=Stable) @NotNull String getBaseTableTtl()
@Stability(value=Stable) @NotNull String getDeltaSyncTableName()
@Stability(value=Stable) @NotNull String getDeltaSyncTableTtl()
@Stability(value=Stable) static CfnDataSource.DeltaSyncConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.