imagebuilder_create_image: Creates a new image

View source: R/imagebuilder_operations.R

imagebuilder_create_imageR Documentation

Creates a new image

Description

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.

Usage

imagebuilder_create_image(
  imageRecipeArn = NULL,
  containerRecipeArn = NULL,
  distributionConfigurationArn = NULL,
  infrastructureConfigurationArn,
  imageTestsConfiguration = NULL,
  enhancedImageMetadataEnabled = NULL,
  tags = NULL,
  clientToken,
  imageScanningConfiguration = NULL
)

Arguments

imageRecipeArn

The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.

containerRecipeArn

The Amazon Resource Name (ARN) of the container recipe that defines how images are configured and tested.

distributionConfigurationArn

The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.

infrastructureConfigurationArn

[required] The Amazon Resource Name (ARN) of the infrastructure configuration that defines the environment in which your image will be built and tested.

imageTestsConfiguration

The image tests configuration of the image.

enhancedImageMetadataEnabled

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.

tags

The tags of the image.

clientToken

[required] The idempotency token used to make this request idempotent.

imageScanningConfiguration

Contains settings for vulnerability scans.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.