S3OutputLocation constructor

S3OutputLocation({
  1. String? outputS3BucketName,
  2. String? outputS3KeyPrefix,
  3. String? outputS3Region,
})

Implementation

S3OutputLocation({
  this.outputS3BucketName,
  this.outputS3KeyPrefix,
  this.outputS3Region,
});