ImageRecipe constructor
ImageRecipe({
- String? arn,
- List<
InstanceBlockDeviceMapping> ? blockDeviceMappings, - List<
ComponentConfiguration> ? components, - String? dateCreated,
- String? description,
- String? name,
- String? owner,
- String? parentImage,
- Platform? platform,
- Map<
String, String> ? tags, - ImageType? type,
- String? version,
- String? workingDirectory,
Implementation
ImageRecipe({
this.arn,
this.blockDeviceMappings,
this.components,
this.dateCreated,
this.description,
this.name,
this.owner,
this.parentImage,
this.platform,
this.tags,
this.type,
this.version,
this.workingDirectory,
});