ImagePipeline constructor

ImagePipeline({
  1. String? arn,
  2. String? containerRecipeArn,
  3. String? dateCreated,
  4. String? dateLastRun,
  5. String? dateNextRun,
  6. String? dateUpdated,
  7. String? description,
  8. String? distributionConfigurationArn,
  9. bool? enhancedImageMetadataEnabled,
  10. String? imageRecipeArn,
  11. ImageTestsConfiguration? imageTestsConfiguration,
  12. String? infrastructureConfigurationArn,
  13. String? name,
  14. Platform? platform,
  15. Schedule? schedule,
  16. PipelineStatus? status,
  17. 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,
});