Creates a new image. This request will create a new image along with all of the configured output resources defined in the distribution configuration. You must specify exactly one recipe for your image, using either a ContainerRecipeArn or an ImageRecipeArn.
See https://www.paws-r-sdk.com/docs/imagebuilder_create_image/ for full documentation.
imagebuilder_create_image(
imageRecipeArn = NULL,
containerRecipeArn = NULL,
distributionConfigurationArn = NULL,
infrastructureConfigurationArn,
imageTestsConfiguration = NULL,
enhancedImageMetadataEnabled = NULL,
tags = NULL,
clientToken,
imageScanningConfiguration = NULL
)
The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.
The Amazon Resource Name (ARN) of the container recipe that defines how images are configured and tested.
The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.
[required] The Amazon Resource Name (ARN) of the infrastructure configuration that defines the environment in which your image will be built and tested.
The image tests configuration of the image.
Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
The tags of the image.
[required] The idempotency token used to make this request idempotent.
Contains settings for vulnerability scans.