Values.ImageRecipeSourceAn image recipe.
type nonrec t = {arn : ImageBuilderArn.t option;The Amazon Resource Name (ARN) of the image recipe.
*)type_ : ImageType.t option;Specifies which type of image is created by the recipe - an AMI or a container image.
*)name : ResourceName.t option;The name of the image recipe.
*)description : NonEmptyString.t option;The description of the image recipe.
*)platform : Platform.t option;The platform of the image recipe.
*)owner : NonEmptyString.t option;The owner of the image recipe.
*)version : VersionNumber.t option;The version of the image recipe.
*)components : ComponentConfigurationList.t option;The components that are included in the image recipe. Recipes require a minimum of one build component, and can have a maximum of 20 build and test components in any combination.
*)parentImage : NonEmptyString.t option;The base image for customizations specified in the image recipe. You can specify the parent image using one of the following options: AMI ID Image Builder image Amazon Resource Name (ARN) Amazon Web Services Systems Manager (SSM) Parameter Store Parameter, prefixed by ssm:, followed by the parameter name or ARN. Amazon Web Services Marketplace product ID
*)blockDeviceMappings : InstanceBlockDeviceMappings.t option;The block device mappings to apply when creating images from this recipe.
*)dateCreated : DateTime.t option;The date on which this image recipe was created.
*)workingDirectory : NonEmptyString.t option;The working directory to be used during build and test workflows.
*)additionalInstanceConfiguration : AdditionalInstanceConfiguration.t option;Before you create a new AMI, Image Builder launches temporary Amazon EC2 instances to build and test your image configuration. Instance configuration adds a layer of control over those instances. You can define settings and add scripts to run when an instance is launched from your AMI.
*)amiTags : TagMap.t option;Tags that are applied to the AMI that Image Builder creates during the Build phase prior to image distribution.
*)}val make :
?arn:??? ->
?type_:??? ->
?name:??? ->
?description:??? ->
?platform:??? ->
?owner:??? ->
?version:??? ->
?components:??? ->
?parentImage:??? ->
?blockDeviceMappings:??? ->
?dateCreated:??? ->
?tags:??? ->
?workingDirectory:??? ->
?additionalInstanceConfiguration:??? ->
?amiTags:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `String of ComponentParameterValue.t ]
list
| `String of ComponentParameterName.t ])
list ]
list
| `String of ComponentVersionArnOrBuildVersionArn.t
| `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Enum of string
| `Integer of EbsIopsInteger.t
| `String of NonEmptyString.t ])
list ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ImageBuilderArn.t
| `Structure of
(string
* [> `String of UserDataOverride.t
| `Structure of
(string * [> `Boolean of NullableBoolean.t ]) list ])
list ])
list ]