Redshift Unload Settings Args
data class RedshiftUnloadSettingsArgs(val bucketName: Output<Any>, val s3LinkedServiceName: Output<LinkedServiceReferenceArgs>) : ConvertibleToJava<RedshiftUnloadSettingsArgs>
The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload. With this, data from Amazon Redshift source will be unloaded into S3 first and then copied into the targeted sink from the interim S3.
Constructors
Link copied to clipboard
fun RedshiftUnloadSettingsArgs(bucketName: Output<Any>, s3LinkedServiceName: Output<LinkedServiceReferenceArgs>)