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

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.

    Using getParallelData

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getParallelData(args: GetParallelDataArgs, opts?: InvokeOptions): Promise<GetParallelDataResult>
    function getParallelDataOutput(args: GetParallelDataOutputArgs, opts?: InvokeOutputOptions): Output<GetParallelDataResult>
    def get_parallel_data(arn: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetParallelDataResult
    def get_parallel_data_output(arn: pulumi.Input[Optional[str]] = None,
                          opts: Optional[InvokeOutputOptions] = None) -> Output[GetParallelDataResult]
    func LookupParallelData(ctx *Context, args *LookupParallelDataArgs, opts ...InvokeOption) (*LookupParallelDataResult, error)
    func LookupParallelDataOutput(ctx *Context, args *LookupParallelDataOutputArgs, opts ...InvokeOption) LookupParallelDataResultOutput

    > Note: This function is named LookupParallelData in the Go SDK.

    public static class GetParallelData 
    {
        public static Task<GetParallelDataResult> InvokeAsync(GetParallelDataArgs args, InvokeOptions? opts = null)
        public static Output<GetParallelDataResult> Invoke(GetParallelDataInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetParallelDataResult> Invoke(GetParallelDataInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetParallelDataResult> getParallelData(GetParallelDataArgs args, InvokeOptions options)
    public static Output<GetParallelDataResult> getParallelData(GetParallelDataArgs args, InvokeOptions options)
    public static Output<GetParallelDataResult> getParallelData(GetParallelDataArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:translate:getParallelData
      arguments:
        # arguments dictionary
    data "aws-native_translate_get_parallel_data" "name" {
        # arguments
    }

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the parallel data resource.
    Arn string
    The Amazon Resource Name (ARN) of the parallel data resource.
    arn string
    The Amazon Resource Name (ARN) of the parallel data resource.
    arn String
    The Amazon Resource Name (ARN) of the parallel data resource.
    arn string
    The Amazon Resource Name (ARN) of the parallel data resource.
    arn str
    The Amazon Resource Name (ARN) of the parallel data resource.
    arn String
    The Amazon Resource Name (ARN) of the parallel data resource.

    getParallelData Result

    The following output properties are available:

    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.
    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.
    ParallelDataConfig Pulumi.AwsNative.Translate.Outputs.ParallelDataConfigProperties
    Specifies the format and S3 location of the parallel data input file.
    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.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags associated with 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.
    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.
    ParallelDataConfig ParallelDataConfigProperties
    Specifies the format and S3 location of the parallel data input file.
    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.
    Tags Tag
    Tags associated with 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.
    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.
    parallel_data_config object
    Specifies the format and S3 location of the parallel data input file.
    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.
    tags list(object)
    Tags associated with 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.
    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.
    parallelDataConfig ParallelDataConfigProperties
    Specifies the format and S3 location of the parallel data input file.
    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.
    tags List<Tag>
    Tags associated with 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.
    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.
    parallelDataConfig ParallelDataConfigProperties
    Specifies the format and S3 location of the parallel data input file.
    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.
    tags Tag[]
    Tags associated with 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.
    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.
    parallel_data_config ParallelDataConfigProperties
    Specifies the format and S3 location of the parallel data input file.
    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.
    tags Sequence[root_Tag]
    Tags associated with 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.
    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.
    parallelDataConfig Property Map
    Specifies the format and S3 location of the parallel data input file.
    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.
    tags List<Property Map>
    Tags associated with the parallel data resource.
    targetLanguageCodes List<String>
    The language codes for the target languages available in the parallel data file.

    Supporting Types

    ParallelDataConfigProperties

    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

    ParallelDataStatus

    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 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