Skip to main content

TTranslateEncryptionKey

Class in AWS.Translate

EncryptionKey class.

Ancestors

Properties

Id

property Id: TARN

Type

property Type: string

Methods

KMS

class function KMS(const AId: string): TTranslateEncryptionKey; static;

TTranslateEncryptionKey

Construct an encyption key representing a KMS encryption key.

Parameters

NameDescription
AIdSpecify the Amazon Resource Name (ARN) of the encryption key being used to encrypt this object.

Returns

A TTranslateEncryptionKey instance initialized with the details of a KMS encryption key.