Endpoint Redshift Settings Args
data class EndpointRedshiftSettingsArgs(val bucketFolder: Output<String>? = null, val bucketName: Output<String>? = null, val encryptionMode: Output<String>? = null, val serverSideEncryptionKmsKeyId: Output<String>? = null, val serviceAccessRoleArn: Output<String>? = null) : ConvertibleToJava<EndpointRedshiftSettingsArgs>
Constructors
Properties
Link copied to clipboard
Custom S3 Bucket Object prefix for intermediate storage.
Link copied to clipboard
Custom S3 Bucket name for intermediate storage.
Link copied to clipboard
The server-side encryption mode that you want to encrypt your intermediate .csv object files copied to S3. Defaults to SSE_S3
. Valid values are SSE_S3
and SSE_KMS
.
Link copied to clipboard
ARN or Id of KMS Key to use when encryption_mode
is SSE_KMS
.
Link copied to clipboard
Amazon Resource Name (ARN) of the IAM Role with permissions to read from or write to the S3 Bucket for intermediate storage.