The output configuration properties for a batch translation job.

interface OutputDataConfig {
    EncryptionKey?: EncryptionKey;
    S3Uri: undefined | string;
}

Properties

EncryptionKey?: EncryptionKey

The encryption key used to encrypt this object.

S3Uri: undefined | string

The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.