Canary S3Encryption Args
data class CanaryS3EncryptionArgs(val encryptionMode: Output<String>? = null, val kmsKeyArn: Output<String>? = null) : ConvertibleToJava<CanaryS3EncryptionArgs>
Constructors
Link copied to clipboard
fun CanaryS3EncryptionArgs(encryptionMode: Output<String>? = null, kmsKeyArn: Output<String>? = null)