EncryptionConfigProperties

data class EncryptionConfigProperties(val kmsKeyArn: String? = null, val roleArn: String? = null)

Constructors

Link copied to clipboard
fun EncryptionConfigProperties(kmsKeyArn: String? = null, roleArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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