AWSTranslateOutputDataConfig

Objective-C

@interface AWSTranslateOutputDataConfig

Swift

class AWSTranslateOutputDataConfig

The output configuration properties for a batch translation job.

Required parameters: [S3Uri]

  • The encryption key used to encrypt this object.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSTranslateEncryptionKey *_Nullable encryptionKey;

    Swift

    var encryptionKey: AWSTranslateEncryptionKey? { get set }
  • The URI of the S3 folder that contains a translation job’s output file. The folder must be in the same Region as the API endpoint that you are calling.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable s3Uri;

    Swift

    var s3Uri: String? { get set }