Pipeline constructor

Pipeline({
  1. String? arn,
  2. String? awsKmsKeyArn,
  3. PipelineOutputConfig? contentConfig,
  4. String? id,
  5. String? inputBucket,
  6. String? name,
  7. Notifications? notifications,
  8. String? outputBucket,
  9. String? role,
  10. String? status,
  11. PipelineOutputConfig? thumbnailConfig,
})

Implementation

Pipeline({
  this.arn,
  this.awsKmsKeyArn,
  this.contentConfig,
  this.id,
  this.inputBucket,
  this.name,
  this.notifications,
  this.outputBucket,
  this.role,
  this.status,
  this.thumbnailConfig,
});