interface CreateParallelDataRequest {
    ClientToken?: string;
    Description?: string;
    EncryptionKey?: EncryptionKey;
    Name: undefined | string;
    ParallelDataConfig: undefined | ParallelDataConfig;
    Tags?: Tag[];
}

Hierarchy (view full)

Properties

ClientToken?: string

A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK.

Description?: string

A custom description for the parallel data resource in Amazon Translate.

EncryptionKey?: EncryptionKey

The encryption key used to encrypt this object.

Name: undefined | string

A custom name for the parallel data resource in Amazon Translate. You must assign a name that is unique in the account and region.

ParallelDataConfig: undefined | ParallelDataConfig

Specifies the format and S3 location of the parallel data input file.

Tags?: Tag[]

Tags to be associated with this resource. A tag is a key-value pair that adds metadata to a resource. Each tag key for the resource must be unique. For more information, see Tagging your resources.