AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformOutput constructor
const
AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformOutput({})
Creates a new AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformOutput.
accept MIME type of the transform output.
assembleWith Method used to assemble the transform output. Allowed values are: None and Line.
kmsKeyId KMS key ID used to encrypt transform output.
s3OutputPath S3 or HTTPS URI where transform output is stored.
Implementation
const AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformOutput({
this.accept,
this.assembleWith,
this.kmsKeyId,
required this.s3OutputPath,
});