GetKeyPlainArgs

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

Constructors

Link copied to clipboard
constructor(keyId: String)

Properties

Link copied to clipboard

The key ID of the KMS key, such as 1234abcd-12ab-34cd-56ef-1234567890ab . For information about the key ID of a KMS key, see Key ID in the AWS Key Management Service Developer Guide .

Functions

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