DataSourceDynamoDbConfigArgs

data class DataSourceDynamoDbConfigArgs(val awsRegion: Output<String>, val deltaSyncConfig: Output<DataSourceDeltaSyncConfigArgs>? = null, val tableName: Output<String>, val useCallerCredentials: Output<Boolean>? = null, val versioned: Output<Boolean>? = null) : ConvertibleToJava<DataSourceDynamoDbConfigArgs>

Constructors

Link copied to clipboard
constructor(awsRegion: Output<String>, deltaSyncConfig: Output<DataSourceDeltaSyncConfigArgs>? = null, tableName: Output<String>, useCallerCredentials: Output<Boolean>? = null, versioned: Output<Boolean>? = null)

Properties

Link copied to clipboard
val awsRegion: Output<String>

The AWS Region.

Link copied to clipboard

The DeltaSyncConfig for a versioned datasource.

Link copied to clipboard
val tableName: Output<String>

The table name.

Link copied to clipboard
val useCallerCredentials: Output<Boolean>? = null

Set to TRUE to use AWS Identity and Access Management with this data source.

Link copied to clipboard
val versioned: Output<Boolean>? = null

Set to TRUE to use Conflict Detection and Resolution with this data source.

Functions

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