class Aws::Translate::Types::CreateParallelDataRequest
@note When making an API call, you may pass CreateParallelDataRequest
data as a hash: { name: "ResourceName", # required description: "Description", parallel_data_config: { # required s3_uri: "S3Uri", # required format: "TSV", # required, accepts TSV, CSV, TMX }, encryption_key: { type: "KMS", # required, accepts KMS id: "EncryptionKeyID", # required }, client_token: "ClientTokenString", # required }
@!attribute [rw] name
A custom name for the parallel data resource in Amazon Translate. You must assign a name that is unique in the account and region. @return [String]
@!attribute [rw] description
A custom description for the parallel data resource in Amazon Translate. @return [String]
@!attribute [rw] parallel_data_config
Specifies the format and S3 location of the parallel data input file. @return [Types::ParallelDataConfig]
@!attribute [rw] encryption_key
The encryption key used to encrypt this object. @return [Types::EncryptionKey]
@!attribute [rw] client_token
A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/translate-2017-07-01/CreateParallelDataRequest AWS API Documentation
Constants
- SENSITIVE