DataSourceDynamodbConfig

data class DataSourceDynamodbConfig(val deltaSyncConfig: DataSourceDynamodbConfigDeltaSyncConfig? = null, val region: String? = null, val tableName: String, val useCallerCredentials: Boolean? = null, val versioned: Boolean? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The DeltaSyncConfig for a versioned data source. See delta_sync_config Block for details.

Link copied to clipboard
val region: String? = null

AWS region of the DynamoDB table. Defaults to current region.

Link copied to clipboard

Name of the DynamoDB table.

Link copied to clipboard

Set to true to use Amazon Cognito credentials with this data source.

Link copied to clipboard
val versioned: Boolean? = null

Detects Conflict Detection and Resolution with this data source.