Skip to content

/AWS1/CL_IMG=>CREATEIMAGERECIPE()

About CreateImageRecipe

Creates a new image recipe. Image recipes define how images are configured, tested, and assessed.

Method Signature

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/IMGRESOURCENAME /AWS1/IMGRESOURCENAME

The name of the image recipe.

IV_SEMANTICVERSION TYPE /AWS1/IMGVERSIONNUMBER /AWS1/IMGVERSIONNUMBER

The semantic version of the image recipe. This version follows the semantic version syntax.

The semantic version has four nodes: ../. You can assign values for the first three, and can filter on all of them.

Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.

Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.

IT_COMPONENTS TYPE /AWS1/CL_IMGCOMPONENTCONF=>TT_COMPONENTCONFIGURATIONLIST TT_COMPONENTCONFIGURATIONLIST

The components included in the image recipe.

IV_PARENTIMAGE TYPE /AWS1/IMGNONEMPTYSTRING /AWS1/IMGNONEMPTYSTRING

The base image of the image recipe. The value of the string can be the ARN of the base image or an AMI ID. The format for the ARN follows this example: arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/x.x.x. You can provide the specific version that you want to use, or you can use a wildcard in all of the fields. If you enter an AMI ID for the string value, you must have access to the AMI, and the AMI must be in the same Region in which you are using Image Builder.

IV_CLIENTTOKEN TYPE /AWS1/IMGCLIENTTOKEN /AWS1/IMGCLIENTTOKEN

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/IMGNONEMPTYSTRING /AWS1/IMGNONEMPTYSTRING

The description of the image recipe.

IT_BLOCKDEVICEMAPPINGS TYPE /AWS1/CL_IMGINSTBLOCKDEVICEMAP=>TT_INSTANCEBLOCKDEVICEMAPPINGS TT_INSTANCEBLOCKDEVICEMAPPINGS

The block device mappings of the image recipe.

IT_TAGS TYPE /AWS1/CL_IMGTAGMAP_W=>TT_TAGMAP TT_TAGMAP

The tags of the image recipe.

IV_WORKINGDIRECTORY TYPE /AWS1/IMGNONEMPTYSTRING /AWS1/IMGNONEMPTYSTRING

The working directory used during build and test workflows.

IO_ADDITIONALINSTANCECONF TYPE REF TO /AWS1/CL_IMGADDLINSTANCECONF /AWS1/CL_IMGADDLINSTANCECONF

Specify additional settings and launch scripts for your build instances.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_IMGCREIMAGERECIPERSP /AWS1/CL_IMGCREIMAGERECIPERSP