1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. translate
  6. ParallelData

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi

    A parallel data resource in Amazon Translate used to customize machine translation output.

    Create ParallelData Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ParallelData(name: string, args: ParallelDataArgs, opts?: CustomResourceOptions);
    @overload
    def ParallelData(resource_name: str,
                     args: ParallelDataArgs,
                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def ParallelData(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     parallel_data_config: Optional[ParallelDataConfigPropertiesArgs] = None,
                     description: Optional[str] = None,
                     encryption_key: Optional[EncryptionKeyPropertiesArgs] = None,
                     name: Optional[str] = None,
                     tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewParallelData(ctx *Context, name string, args ParallelDataArgs, opts ...ResourceOption) (*ParallelData, error)
    public ParallelData(string name, ParallelDataArgs args, CustomResourceOptions? opts = null)
    public ParallelData(String name, ParallelDataArgs args)
    public ParallelData(String name, ParallelDataArgs args, CustomResourceOptions options)
    
    type: aws-native:translate:ParallelData
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_translate_parallel_data" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args ParallelDataArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ParallelDataArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ParallelDataArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ParallelDataArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ParallelDataArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ParallelData Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ParallelData resource accepts the following input properties:

    ParallelDataConfig Pulumi.AwsNative.Translate.Inputs.ParallelDataConfigProperties
    Specifies the format and S3 location of the parallel data input file.
    Description string
    A custom description for the parallel data resource.
    EncryptionKey Pulumi.AwsNative.Translate.Inputs.EncryptionKeyProperties
    The encryption key used to encrypt this object.
    Name string
    A custom name for the parallel data resource. Must be unique in the account and region.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags associated with the parallel data resource.
    ParallelDataConfig ParallelDataConfigPropertiesArgs
    Specifies the format and S3 location of the parallel data input file.
    Description string
    A custom description for the parallel data resource.
    EncryptionKey EncryptionKeyPropertiesArgs
    The encryption key used to encrypt this object.
    Name string
    A custom name for the parallel data resource. Must be unique in the account and region.
    Tags TagArgs
    Tags associated with the parallel data resource.
    parallel_data_config object
    Specifies the format and S3 location of the parallel data input file.
    description string
    A custom description for the parallel data resource.
    encryption_key object
    The encryption key used to encrypt this object.
    name string
    A custom name for the parallel data resource. Must be unique in the account and region.
    tags list(object)
    Tags associated with the parallel data resource.
    parallelDataConfig ParallelDataConfigProperties
    Specifies the format and S3 location of the parallel data input file.
    description String
    A custom description for the parallel data resource.
    encryptionKey EncryptionKeyProperties
    The encryption key used to encrypt this object.
    name String
    A custom name for the parallel data resource. Must be unique in the account and region.
    tags List<Tag>
    Tags associated with the parallel data resource.
    parallelDataConfig ParallelDataConfigProperties
    Specifies the format and S3 location of the parallel data input file.
    description string
    A custom description for the parallel data resource.
    encryptionKey EncryptionKeyProperties
    The encryption key used to encrypt this object.
    name string
    A custom name for the parallel data resource. Must be unique in the account and region.
    tags Tag[]
    Tags associated with the parallel data resource.
    parallel_data_config ParallelDataConfigPropertiesArgs
    Specifies the format and S3 location of the parallel data input file.
    description str
    A custom description for the parallel data resource.
    encryption_key EncryptionKeyPropertiesArgs
    The encryption key used to encrypt this object.
    name str
    A custom name for the parallel data resource. Must be unique in the account and region.
    tags Sequence[TagArgs]
    Tags associated with the parallel data resource.
    parallelDataConfig Property Map
    Specifies the format and S3 location of the parallel data input file.
    description String
    A custom description for the parallel data resource.
    encryptionKey Property Map
    The encryption key used to encrypt this object.
    name String
    A custom name for the parallel data resource. Must be unique in the account and region.
    tags List<Property Map>
    Tags associated with the parallel data resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ParallelData resource produces the following output properties:

    Arn string
    The Amazon Resource Name (ARN) of the parallel data resource.
    CreatedAt string
    The time at which the parallel data resource was created.
    FailedRecordCount int
    The number of records unsuccessfully imported.
    Id string
    The provider-assigned unique ID for this managed resource.
    ImportedDataSize int
    The number of UTF-8 characters imported from the parallel data input file.
    ImportedRecordCount int
    The number of records successfully imported.
    LastUpdatedAt string
    The time at which the parallel data resource was last updated.
    SkippedRecordCount int
    The number of items skipped during import.
    SourceLanguageCode string
    The source language of the translations in the parallel data file.
    Status Pulumi.AwsNative.Translate.ParallelDataStatus
    The status of the parallel data resource.
    TargetLanguageCodes List<string>
    The language codes for the target languages available in the parallel data file.
    Arn string
    The Amazon Resource Name (ARN) of the parallel data resource.
    CreatedAt string
    The time at which the parallel data resource was created.
    FailedRecordCount int
    The number of records unsuccessfully imported.
    Id string
    The provider-assigned unique ID for this managed resource.
    ImportedDataSize int
    The number of UTF-8 characters imported from the parallel data input file.
    ImportedRecordCount int
    The number of records successfully imported.
    LastUpdatedAt string
    The time at which the parallel data resource was last updated.
    SkippedRecordCount int
    The number of items skipped during import.
    SourceLanguageCode string
    The source language of the translations in the parallel data file.
    Status ParallelDataStatus
    The status of the parallel data resource.
    TargetLanguageCodes []string
    The language codes for the target languages available in the parallel data file.
    arn string
    The Amazon Resource Name (ARN) of the parallel data resource.
    created_at string
    The time at which the parallel data resource was created.
    failed_record_count number
    The number of records unsuccessfully imported.
    id string
    The provider-assigned unique ID for this managed resource.
    imported_data_size number
    The number of UTF-8 characters imported from the parallel data input file.
    imported_record_count number
    The number of records successfully imported.
    last_updated_at string
    The time at which the parallel data resource was last updated.
    skipped_record_count number
    The number of items skipped during import.
    source_language_code string
    The source language of the translations in the parallel data file.
    status "CREATING" | "UPDATING" | "ACTIVE" | "DELETING" | "FAILED"
    The status of the parallel data resource.
    target_language_codes list(string)
    The language codes for the target languages available in the parallel data file.
    arn String
    The Amazon Resource Name (ARN) of the parallel data resource.
    createdAt String
    The time at which the parallel data resource was created.
    failedRecordCount Integer
    The number of records unsuccessfully imported.
    id String
    The provider-assigned unique ID for this managed resource.
    importedDataSize Integer
    The number of UTF-8 characters imported from the parallel data input file.
    importedRecordCount Integer
    The number of records successfully imported.
    lastUpdatedAt String
    The time at which the parallel data resource was last updated.
    skippedRecordCount Integer
    The number of items skipped during import.
    sourceLanguageCode String
    The source language of the translations in the parallel data file.
    status ParallelDataStatus
    The status of the parallel data resource.
    targetLanguageCodes List<String>
    The language codes for the target languages available in the parallel data file.
    arn string
    The Amazon Resource Name (ARN) of the parallel data resource.
    createdAt string
    The time at which the parallel data resource was created.
    failedRecordCount number
    The number of records unsuccessfully imported.
    id string
    The provider-assigned unique ID for this managed resource.
    importedDataSize number
    The number of UTF-8 characters imported from the parallel data input file.
    importedRecordCount number
    The number of records successfully imported.
    lastUpdatedAt string
    The time at which the parallel data resource was last updated.
    skippedRecordCount number
    The number of items skipped during import.
    sourceLanguageCode string
    The source language of the translations in the parallel data file.
    status ParallelDataStatus
    The status of the parallel data resource.
    targetLanguageCodes string[]
    The language codes for the target languages available in the parallel data file.
    arn str
    The Amazon Resource Name (ARN) of the parallel data resource.
    created_at str
    The time at which the parallel data resource was created.
    failed_record_count int
    The number of records unsuccessfully imported.
    id str
    The provider-assigned unique ID for this managed resource.
    imported_data_size int
    The number of UTF-8 characters imported from the parallel data input file.
    imported_record_count int
    The number of records successfully imported.
    last_updated_at str
    The time at which the parallel data resource was last updated.
    skipped_record_count int
    The number of items skipped during import.
    source_language_code str
    The source language of the translations in the parallel data file.
    status ParallelDataStatus
    The status of the parallel data resource.
    target_language_codes Sequence[str]
    The language codes for the target languages available in the parallel data file.
    arn String
    The Amazon Resource Name (ARN) of the parallel data resource.
    createdAt String
    The time at which the parallel data resource was created.
    failedRecordCount Number
    The number of records unsuccessfully imported.
    id String
    The provider-assigned unique ID for this managed resource.
    importedDataSize Number
    The number of UTF-8 characters imported from the parallel data input file.
    importedRecordCount Number
    The number of records successfully imported.
    lastUpdatedAt String
    The time at which the parallel data resource was last updated.
    skippedRecordCount Number
    The number of items skipped during import.
    sourceLanguageCode String
    The source language of the translations in the parallel data file.
    status "CREATING" | "UPDATING" | "ACTIVE" | "DELETING" | "FAILED"
    The status of the parallel data resource.
    targetLanguageCodes List<String>
    The language codes for the target languages available in the parallel data file.

    Supporting Types

    EncryptionKeyProperties, EncryptionKeyPropertiesArgs

    The encryption key used to encrypt this object.
    Id string
    The Amazon Resource Name (ARN) of the encryption key.
    Type Pulumi.AwsNative.Translate.ParallelDataEncryptionKeyPropertiesType
    The type of encryption key.
    Id string
    The Amazon Resource Name (ARN) of the encryption key.
    Type ParallelDataEncryptionKeyPropertiesType
    The type of encryption key.
    id string
    The Amazon Resource Name (ARN) of the encryption key.
    type "KMS"
    The type of encryption key.
    id String
    The Amazon Resource Name (ARN) of the encryption key.
    type ParallelDataEncryptionKeyPropertiesType
    The type of encryption key.
    id string
    The Amazon Resource Name (ARN) of the encryption key.
    type ParallelDataEncryptionKeyPropertiesType
    The type of encryption key.
    id str
    The Amazon Resource Name (ARN) of the encryption key.
    type ParallelDataEncryptionKeyPropertiesType
    The type of encryption key.
    id String
    The Amazon Resource Name (ARN) of the encryption key.
    type "KMS"
    The type of encryption key.

    ParallelDataConfigProperties, ParallelDataConfigPropertiesArgs

    Specifies the format and S3 location of the parallel data input file.
    Format Pulumi.AwsNative.Translate.ParallelDataConfigPropertiesFormat
    The format of the parallel data input file.
    S3Uri string
    The URI of the Amazon S3 folder that contains the parallel data input file.
    Format ParallelDataConfigPropertiesFormat
    The format of the parallel data input file.
    S3Uri string
    The URI of the Amazon S3 folder that contains the parallel data input file.
    format "TSV" | "CSV" | "TMX"
    The format of the parallel data input file.
    s3_uri string
    The URI of the Amazon S3 folder that contains the parallel data input file.
    format ParallelDataConfigPropertiesFormat
    The format of the parallel data input file.
    s3Uri String
    The URI of the Amazon S3 folder that contains the parallel data input file.
    format ParallelDataConfigPropertiesFormat
    The format of the parallel data input file.
    s3Uri string
    The URI of the Amazon S3 folder that contains the parallel data input file.
    format ParallelDataConfigPropertiesFormat
    The format of the parallel data input file.
    s3_uri str
    The URI of the Amazon S3 folder that contains the parallel data input file.
    format "TSV" | "CSV" | "TMX"
    The format of the parallel data input file.
    s3Uri String
    The URI of the Amazon S3 folder that contains the parallel data input file.

    ParallelDataConfigPropertiesFormat, ParallelDataConfigPropertiesFormatArgs

    Tsv
    TSV
    Csv
    CSV
    Tmx
    TMX
    ParallelDataConfigPropertiesFormatTsv
    TSV
    ParallelDataConfigPropertiesFormatCsv
    CSV
    ParallelDataConfigPropertiesFormatTmx
    TMX
    "TSV"
    TSV
    "CSV"
    CSV
    "TMX"
    TMX
    Tsv
    TSV
    Csv
    CSV
    Tmx
    TMX
    Tsv
    TSV
    Csv
    CSV
    Tmx
    TMX
    TSV
    TSV
    CSV
    CSV
    TMX
    TMX
    "TSV"
    TSV
    "CSV"
    CSV
    "TMX"
    TMX

    ParallelDataEncryptionKeyPropertiesType, ParallelDataEncryptionKeyPropertiesTypeArgs

    Kms
    KMS
    ParallelDataEncryptionKeyPropertiesTypeKms
    KMS
    "KMS"
    KMS
    Kms
    KMS
    Kms
    KMS
    KMS
    KMS
    "KMS"
    KMS

    ParallelDataStatus, ParallelDataStatusArgs

    Creating
    CREATING
    Updating
    UPDATING
    Active
    ACTIVE
    Deleting
    DELETING
    Failed
    FAILED
    ParallelDataStatusCreating
    CREATING
    ParallelDataStatusUpdating
    UPDATING
    ParallelDataStatusActive
    ACTIVE
    ParallelDataStatusDeleting
    DELETING
    ParallelDataStatusFailed
    FAILED
    "CREATING"
    CREATING
    "UPDATING"
    UPDATING
    "ACTIVE"
    ACTIVE
    "DELETING"
    DELETING
    "FAILED"
    FAILED
    Creating
    CREATING
    Updating
    UPDATING
    Active
    ACTIVE
    Deleting
    DELETING
    Failed
    FAILED
    Creating
    CREATING
    Updating
    UPDATING
    Active
    ACTIVE
    Deleting
    DELETING
    Failed
    FAILED
    CREATING
    CREATING
    UPDATING
    UPDATING
    ACTIVE
    ACTIVE
    DELETING
    DELETING
    FAILED
    FAILED
    "CREATING"
    CREATING
    "UPDATING"
    UPDATING
    "ACTIVE"
    ACTIVE
    "DELETING"
    DELETING
    "FAILED"
    FAILED

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial