DataSourceDynamoDbConfig

data class DataSourceDynamoDbConfig(val awsRegion: String, val deltaSyncConfig: DataSourceDeltaSyncConfig? = null, val tableName: String, val useCallerCredentials: Boolean? = null, val versioned: Boolean? = null)

Constructors

Link copied to clipboard
constructor(awsRegion: String, deltaSyncConfig: DataSourceDeltaSyncConfig? = null, tableName: String, useCallerCredentials: Boolean? = null, versioned: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The AWS Region.

Link copied to clipboard

The DeltaSyncConfig for a versioned datasource.

Link copied to clipboard

The table name.

Link copied to clipboard

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

Link copied to clipboard
val versioned: Boolean? = null

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