class Aws::Translate::Types::EncryptionKey

The encryption key used to encrypt this object.

@note When making an API call, you may pass EncryptionKey

data as a hash:

    {
      type: "KMS", # required, accepts KMS
      id: "EncryptionKeyID", # required
    }

@!attribute [rw] type

The type of encryption key used by Amazon Translate to encrypt
custom terminologies.
@return [String]

@!attribute [rw] id

The Amazon Resource Name (ARN) of the encryption key being used to
encrypt the custom terminology.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/translate-2017-07-01/EncryptionKey AWS API Documentation

Constants

SENSITIVE