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;
Construct an encyption key representing a KMS encryption key.
Parameters
| Name | Description |
|---|---|
AId | Specify 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.