data class EndpointRedshiftSettings(val bucketFolder: String? = null, val bucketName: String? = null, val encryptionMode: String? = null, val serverSideEncryptionKmsKeyId: String? = null, val serviceAccessRoleArn: String? = null)
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.