We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
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:
- Parallel
Data Pulumi.Config Aws Native. Translate. Inputs. Parallel Data Config Properties - Specifies the format and S3 location of the parallel data input file.
- Description string
- A custom description for the parallel data resource.
- Encryption
Key Pulumi.Aws Native. Translate. Inputs. Encryption Key Properties - 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.
-
List<Pulumi.
Aws Native. Inputs. Tag> - Tags associated with the parallel data resource.
- Parallel
Data ParallelConfig Data Config Properties Args - Specifies the format and S3 location of the parallel data input file.
- Description string
- A custom description for the parallel data resource.
- Encryption
Key EncryptionKey Properties Args - 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.
-
Tag
Args - Tags associated with the parallel data resource.
- parallel_
data_ objectconfig - 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.
- list(object)
- Tags associated with the parallel data resource.
- parallel
Data ParallelConfig Data Config Properties - Specifies the format and S3 location of the parallel data input file.
- description String
- A custom description for the parallel data resource.
- encryption
Key EncryptionKey Properties - 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.
- List<Tag>
- Tags associated with the parallel data resource.
- parallel
Data ParallelConfig Data Config Properties - Specifies the format and S3 location of the parallel data input file.
- description string
- A custom description for the parallel data resource.
- encryption
Key EncryptionKey Properties - 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.
- Tag[]
- Tags associated with the parallel data resource.
- parallel_
data_ Parallelconfig Data Config Properties Args - Specifies the format and S3 location of the parallel data input file.
- description str
- A custom description for the parallel data resource.
- encryption_
key EncryptionKey Properties Args - 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.
-
Sequence[Tag
Args] - Tags associated with the parallel data resource.
- parallel
Data Property MapConfig - Specifies the format and S3 location of the parallel data input file.
- description String
- A custom description for the parallel data resource.
- encryption
Key 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.
- 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.
- Created
At string - The time at which the parallel data resource was created.
- Failed
Record intCount - The number of records unsuccessfully imported.
- Id string
- The provider-assigned unique ID for this managed resource.
- Imported
Data intSize - The number of UTF-8 characters imported from the parallel data input file.
- Imported
Record intCount - The number of records successfully imported.
- Last
Updated stringAt - The time at which the parallel data resource was last updated.
- Skipped
Record intCount - The number of items skipped during import.
- Source
Language stringCode - The source language of the translations in the parallel data file.
- Status
Pulumi.
Aws Native. Translate. Parallel Data Status - The status of the parallel data resource.
- Target
Language List<string>Codes - 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 intCount - The number of records unsuccessfully imported.
- Id string
- The provider-assigned unique ID for this managed resource.
- Imported
Data intSize - The number of UTF-8 characters imported from the parallel data input file.
- Imported
Record intCount - The number of records successfully imported.
- Last
Updated stringAt - The time at which the parallel data resource was last updated.
- Skipped
Record intCount - The number of items skipped during import.
- Source
Language stringCode - The source language of the translations in the parallel data file.
- Status
Parallel
Data Status - The status of the parallel data resource.
- Target
Language []stringCodes - 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_ numbercount - The number of records unsuccessfully imported.
- id string
- The provider-assigned unique ID for this managed resource.
- imported_
data_ numbersize - The number of UTF-8 characters imported from the parallel data input file.
- imported_
record_ numbercount - The number of records successfully imported.
- last_
updated_ stringat - The time at which the parallel data resource was last updated.
- skipped_
record_ numbercount - The number of items skipped during import.
- source_
language_ stringcode - 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_ list(string)codes - 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 IntegerCount - The number of records unsuccessfully imported.
- id String
- The provider-assigned unique ID for this managed resource.
- imported
Data IntegerSize - The number of UTF-8 characters imported from the parallel data input file.
- imported
Record IntegerCount - The number of records successfully imported.
- last
Updated StringAt - The time at which the parallel data resource was last updated.
- skipped
Record IntegerCount - The number of items skipped during import.
- source
Language StringCode - The source language of the translations in the parallel data file.
- status
Parallel
Data Status - The status of the parallel data resource.
- target
Language List<String>Codes - 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 numberCount - The number of records unsuccessfully imported.
- id string
- The provider-assigned unique ID for this managed resource.
- imported
Data numberSize - The number of UTF-8 characters imported from the parallel data input file.
- imported
Record numberCount - The number of records successfully imported.
- last
Updated stringAt - The time at which the parallel data resource was last updated.
- skipped
Record numberCount - The number of items skipped during import.
- source
Language stringCode - The source language of the translations in the parallel data file.
- status
Parallel
Data Status - The status of the parallel data resource.
- target
Language string[]Codes - 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_ intcount - The number of records unsuccessfully imported.
- id str
- The provider-assigned unique ID for this managed resource.
- imported_
data_ intsize - The number of UTF-8 characters imported from the parallel data input file.
- imported_
record_ intcount - The number of records successfully imported.
- last_
updated_ strat - The time at which the parallel data resource was last updated.
- skipped_
record_ intcount - The number of items skipped during import.
- source_
language_ strcode - The source language of the translations in the parallel data file.
- status
Parallel
Data Status - The status of the parallel data resource.
- target_
language_ Sequence[str]codes - 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 NumberCount - The number of records unsuccessfully imported.
- id String
- The provider-assigned unique ID for this managed resource.
- imported
Data NumberSize - The number of UTF-8 characters imported from the parallel data input file.
- imported
Record NumberCount - The number of records successfully imported.
- last
Updated StringAt - The time at which the parallel data resource was last updated.
- skipped
Record NumberCount - The number of items skipped during import.
- source
Language StringCode - 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 List<String>Codes - 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.
Aws Native. Translate. Parallel Data Encryption Key Properties Type - The type of encryption key.
- Id string
- The Amazon Resource Name (ARN) of the encryption key.
- Type
Parallel
Data Encryption Key Properties Type - The type of encryption key.
- id String
- The Amazon Resource Name (ARN) of the encryption key.
- type
Parallel
Data Encryption Key Properties Type - The type of encryption key.
- id string
- The Amazon Resource Name (ARN) of the encryption key.
- type
Parallel
Data Encryption Key Properties Type - The type of encryption key.
- id str
- The Amazon Resource Name (ARN) of the encryption key.
- type
Parallel
Data Encryption Key Properties Type - The type of encryption key.
ParallelDataConfigProperties, ParallelDataConfigPropertiesArgs
Specifies the format and S3 location of the parallel data input file.- Format
Pulumi.
Aws Native. Translate. Parallel Data Config Properties Format - 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
Parallel
Data Config Properties Format - 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
Parallel
Data Config Properties Format - 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
Parallel
Data Config Properties Format - 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
Parallel
Data Config Properties Format - 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
- Parallel
Data Config Properties Format Tsv TSV- Parallel
Data Config Properties Format Csv CSV- Parallel
Data Config Properties Format 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
- "TSV"
TSV- "CSV"
CSV- "TMX"
TMX
ParallelDataEncryptionKeyPropertiesType, ParallelDataEncryptionKeyPropertiesTypeArgs
- Kms
KMS
- Parallel
Data Encryption Key Properties Type Kms KMS
- "KMS"
KMS
- Kms
KMS
- Kms
KMS
- KMS
KMS
- "KMS"
KMS
ParallelDataStatus, ParallelDataStatusArgs
- Creating
CREATING- Updating
UPDATING- Active
ACTIVE- Deleting
DELETING- Failed
FAILED
- Parallel
Data Status Creating CREATING- Parallel
Data Status Updating UPDATING- Parallel
Data Status Active ACTIVE- Parallel
Data Status Deleting DELETING- Parallel
Data Status 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
- "CREATING"
CREATING- "UPDATING"
UPDATING- "ACTIVE"
ACTIVE- "DELETING"
DELETING- "FAILED"
FAILED
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi