The encryption key used to encrypt this object.

interface EncryptionKey {
    Id: undefined | string;
    Type: undefined | string;
}

Properties

Properties

Id: undefined | string

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

Type: undefined | string

The type of encryption key used by Amazon Translate to encrypt this object.