imagebuilder_update_image_pipeline: Updates an image pipeline

View source: R/imagebuilder_operations.R

imagebuilder_update_image_pipelineR Documentation

Updates an image pipeline

Description

Updates an image pipeline. Image pipelines enable you to automate the creation and distribution of images.

See https://www.paws-r-sdk.com/docs/imagebuilder_update_image_pipeline/ for full documentation.

Usage

imagebuilder_update_image_pipeline(
  imagePipelineArn,
  description = NULL,
  imageRecipeArn = NULL,
  containerRecipeArn = NULL,
  infrastructureConfigurationArn,
  distributionConfigurationArn = NULL,
  imageTestsConfiguration = NULL,
  enhancedImageMetadataEnabled = NULL,
  schedule = NULL,
  status = NULL,
  clientToken,
  imageScanningConfiguration = NULL
)

Arguments

imagePipelineArn

[required] The Amazon Resource Name (ARN) of the image pipeline that you want to update.

description

The description of the image pipeline.

imageRecipeArn

The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image pipeline.

containerRecipeArn

The Amazon Resource Name (ARN) of the container pipeline to update.

infrastructureConfigurationArn

[required] The Amazon Resource Name (ARN) of the infrastructure configuration that Image Builder uses to build images that this image pipeline has updated.

distributionConfigurationArn

The Amazon Resource Name (ARN) of the distribution configuration that Image Builder uses to configure and distribute images that this image pipeline has updated.

imageTestsConfiguration

The image test configuration of the image pipeline.

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.

schedule

The schedule of the image pipeline.

status

The status of the image pipeline.

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.