Interface CfnParallelData.ParallelDataConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnParallelData.ParallelDataConfigProperty.Jsii$Proxy
Enclosing class:
CfnParallelData

@Stability(Stable) public static interface CfnParallelData.ParallelDataConfigProperty extends software.amazon.jsii.JsiiSerializable
Specifies the format and S3 location of the parallel data input file.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.translate.*;
 ParallelDataConfigProperty parallelDataConfigProperty = ParallelDataConfigProperty.builder()
         .format("format")
         .s3Uri("s3Uri")
         .build();
 

See Also: