Image constructor

Image({
  1. String? arn,
  2. ContainerRecipe? containerRecipe,
  3. String? dateCreated,
  4. DistributionConfiguration? distributionConfiguration,
  5. bool? enhancedImageMetadataEnabled,
  6. ImageRecipe? imageRecipe,
  7. ImageTestsConfiguration? imageTestsConfiguration,
  8. InfrastructureConfiguration? infrastructureConfiguration,
  9. String? name,
  10. String? osVersion,
  11. OutputResources? outputResources,
  12. Platform? platform,
  13. String? sourcePipelineArn,
  14. String? sourcePipelineName,
  15. ImageState? state,
  16. Map<String, String>? tags,
  17. ImageType? type,
  18. String? version,
})

Implementation

Image({
  this.arn,
  this.containerRecipe,
  this.dateCreated,
  this.distributionConfiguration,
  this.enhancedImageMetadataEnabled,
  this.imageRecipe,
  this.imageTestsConfiguration,
  this.infrastructureConfiguration,
  this.name,
  this.osVersion,
  this.outputResources,
  this.platform,
  this.sourcePipelineArn,
  this.sourcePipelineName,
  this.state,
  this.tags,
  this.type,
  this.version,
});