EncryptionConfigPropertiesArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): EncryptionConfigPropertiesArgs

Properties

Link copied to clipboard
val kmsKeyArn: Output<String>? = null
Link copied to clipboard
val roleArn: Output<String>? = null