Image constructor
Image({
- String? arn,
- ContainerRecipe? containerRecipe,
- String? dateCreated,
- DistributionConfiguration? distributionConfiguration,
- bool? enhancedImageMetadataEnabled,
- ImageRecipe? imageRecipe,
- ImageTestsConfiguration? imageTestsConfiguration,
- InfrastructureConfiguration? infrastructureConfiguration,
- String? name,
- String? osVersion,
- OutputResources? outputResources,
- Platform? platform,
- String? sourcePipelineArn,
- String? sourcePipelineName,
- ImageState? state,
- Map<
String, String> ? tags, - ImageType? type,
- 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,
});