class Aws::Imagebuilder::Types::UpdateImagePipelineRequest

@note When making an API call, you may pass UpdateImagePipelineRequest

data as a hash:

    {
      image_pipeline_arn: "ImagePipelineArn", # required
      description: "NonEmptyString",
      image_recipe_arn: "ImageRecipeArn",
      container_recipe_arn: "ContainerRecipeArn",
      infrastructure_configuration_arn: "InfrastructureConfigurationArn", # required
      distribution_configuration_arn: "DistributionConfigurationArn",
      image_tests_configuration: {
        image_tests_enabled: false,
        timeout_minutes: 1,
      },
      enhanced_image_metadata_enabled: false,
      schedule: {
        schedule_expression: "NonEmptyString",
        timezone: "Timezone",
        pipeline_execution_start_condition: "EXPRESSION_MATCH_ONLY", # accepts EXPRESSION_MATCH_ONLY, EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE
      },
      status: "DISABLED", # accepts DISABLED, ENABLED
      client_token: "ClientToken", # required
    }

@!attribute [rw] image_pipeline_arn

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

@!attribute [rw] description

The description of the image pipeline.
@return [String]

@!attribute [rw] image_recipe_arn

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

@!attribute [rw] container_recipe_arn

The Amazon Resource Name (ARN) of the container pipeline to update.
@return [String]

@!attribute [rw] infrastructure_configuration_arn

The Amazon Resource Name (ARN) of the infrastructure configuration
that will be used to build images updated by this image pipeline.
@return [String]

@!attribute [rw] distribution_configuration_arn

The Amazon Resource Name (ARN) of the distribution configuration
that will be used to configure and distribute images updated by this
image pipeline.
@return [String]

@!attribute [rw] image_tests_configuration

The image test configuration of the image pipeline.
@return [Types::ImageTestsConfiguration]

@!attribute [rw] enhanced_image_metadata_enabled

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.
@return [Boolean]

@!attribute [rw] schedule

The schedule of the image pipeline.
@return [Types::Schedule]

@!attribute [rw] status

The status of the image pipeline.
@return [String]

@!attribute [rw] client_token

The idempotency token used to make this request idempotent.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/UpdateImagePipelineRequest AWS API Documentation

Constants

SENSITIVE