@Stability(value=Stable)
public static interface CfnDataSource.DynamoDBConfigProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.DynamoDBConfigProperty.Builder
A builder for
CfnDataSource.DynamoDBConfigProperty |
static class |
CfnDataSource.DynamoDBConfigProperty.Jsii$Proxy
An implementation for
CfnDataSource.DynamoDBConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.DynamoDBConfigProperty.Builder |
builder() |
String |
getAwsRegion()
`CfnDataSource.DynamoDBConfigProperty.AwsRegion`.
|
default Object |
getDeltaSyncConfig()
`CfnDataSource.DynamoDBConfigProperty.DeltaSyncConfig`.
|
String |
getTableName()
`CfnDataSource.DynamoDBConfigProperty.TableName`.
|
default Object |
getUseCallerCredentials()
`CfnDataSource.DynamoDBConfigProperty.UseCallerCredentials`.
|
default Object |
getVersioned()
`CfnDataSource.DynamoDBConfigProperty.Versioned`.
|
@Stability(value=Stable) @NotNull String getAwsRegion()
@Stability(value=Stable) @NotNull String getTableName()
@Stability(value=Stable) @Nullable default Object getDeltaSyncConfig()
@Stability(value=Stable) @Nullable default Object getUseCallerCredentials()
@Stability(value=Stable) @Nullable default Object getVersioned()
@Stability(value=Stable) static CfnDataSource.DynamoDBConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.