Data Source Dynamodb Config
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)