ContainerRecipe constructor

ContainerRecipe({
  1. String? arn,
  2. List<ComponentConfiguration>? components,
  3. ContainerType? containerType,
  4. String? dateCreated,
  5. String? description,
  6. String? dockerfileTemplateData,
  7. bool? encrypted,
  8. String? kmsKeyId,
  9. String? name,
  10. String? owner,
  11. String? parentImage,
  12. Platform? platform,
  13. Map<String, String>? tags,
  14. TargetContainerRepository? targetRepository,
  15. String? version,
  16. 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,
});