Encryption Config Properties Args
data class EncryptionConfigPropertiesArgs(val kmsKeyArn: Output<String>? = null, val roleArn: Output<String>? = null) : ConvertibleToJava<EncryptionConfigPropertiesArgs>
Constructors
Link copied to clipboard
fun EncryptionConfigPropertiesArgs(kmsKeyArn: Output<String>? = null, roleArn: Output<String>? = null)