GetReplicaKeyPlainArgs

data class GetReplicaKeyPlainArgs(val keyId: String) : ConvertibleToJava<GetReplicaKeyPlainArgs>

Constructors

Link copied to clipboard
constructor(keyId: String)

Properties

Link copied to clipboard

The key ID of the replica key, such as mrk-1234abcd12ab34cd56ef1234567890ab . Related multi-Region keys have the same key ID. For information about the key IDs of multi-Region keys, see How multi-Region keys work in the AWS Key Management Service Developer Guide .

Functions

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