ContainerRecipe constructor
ContainerRecipe({
- String? arn,
- List<
ComponentConfiguration> ? components, - ContainerType? containerType,
- String? dateCreated,
- String? description,
- String? dockerfileTemplateData,
- bool? encrypted,
- String? kmsKeyId,
- String? name,
- String? owner,
- String? parentImage,
- Platform? platform,
- Map<
String, String> ? tags, - TargetContainerRepository? targetRepository,
- String? version,
- String? workingDirectory,
Implementation
ContainerRecipe({
this.arn,
this.components,
this.containerType,
this.dateCreated,
this.description,
this.dockerfileTemplateData,
this.encrypted,
this.kmsKeyId,
this.name,
this.owner,
this.parentImage,
this.platform,
this.tags,
this.targetRepository,
this.version,
this.workingDirectory,
});