Pipeline constructor
Pipeline({
- String? arn,
- String? awsKmsKeyArn,
- PipelineOutputConfig? contentConfig,
- String? id,
- String? inputBucket,
- String? name,
- Notifications? notifications,
- String? outputBucket,
- String? role,
- String? status,
- 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,
});