ImagePipeline constructor
ImagePipeline({
- String? arn,
- String? containerRecipeArn,
- String? dateCreated,
- String? dateLastRun,
- String? dateNextRun,
- String? dateUpdated,
- String? description,
- String? distributionConfigurationArn,
- bool? enhancedImageMetadataEnabled,
- String? imageRecipeArn,
- ImageTestsConfiguration? imageTestsConfiguration,
- String? infrastructureConfigurationArn,
- String? name,
- Platform? platform,
- Schedule? schedule,
- PipelineStatus? status,
- Map<
String, String> ? tags,
Implementation
ImagePipeline({
this.arn,
this.containerRecipeArn,
this.dateCreated,
this.dateLastRun,
this.dateNextRun,
this.dateUpdated,
this.description,
this.distributionConfigurationArn,
this.enhancedImageMetadataEnabled,
this.imageRecipeArn,
this.imageTestsConfiguration,
this.infrastructureConfigurationArn,
this.name,
this.platform,
this.schedule,
this.status,
this.tags,
});