Table Magnetic Store Write Properties Magnetic Store Rejected Data Location S3Configuration Args
data class TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationArgs(val bucketName: Output<String>? = null, val encryptionOption: Output<String>? = null, val kmsKeyId: Output<String>? = null, val objectKeyPrefix: Output<String>? = null) : ConvertibleToJava<TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationArgs>
Properties
Link copied to clipboard
Bucket name of the customer S3 bucket.
Link copied to clipboard
Encryption option for the customer s3 location. Options are S3 server side encryption with an S3-managed key or KMS managed key. Valid values are SSE_KMS
and SSE_S3
.
Link copied to clipboard
Object key prefix for the customer S3 location.