Data Source Dynamo Db Config Args
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)