StoreEncryptConfUserCmkInfo

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

Constructors

Link copied to clipboard
fun StoreEncryptConfUserCmkInfo(arn: String, cmkKeyId: String, regionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

role arn.

Link copied to clipboard

User master key id.

Link copied to clipboard

Region id where the user master key id is located.