StoreEncryptConfUserCmkInfo

data class StoreEncryptConfUserCmkInfo(val arn: String? = null, val cmkKeyId: String? = null, val regionId: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, cmkKeyId: String? = null, regionId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Role arn.

Link copied to clipboard
val cmkKeyId: String? = null

User master key id.

Link copied to clipboard
val regionId: String? = null

Region id where the user master key id is located.