class Aws::Imagebuilder::Types::CreateImagePipelineRequest

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

data as a hash:

    {
      name: "ResourceName", # 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
      tags: {
        "TagKey" => "TagValue",
      },
      client_token: "ClientToken", # required
    }

@!attribute [rw] name

The name of the image pipeline.
@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 created by this image pipeline.
@return [String]

@!attribute [rw] container_recipe_arn

The Amazon Resource Name (ARN) of the container recipe that is used
to configure images created by this container pipeline.
@return [String]

@!attribute [rw] infrastructure_configuration_arn

The Amazon Resource Name (ARN) of the infrastructure configuration
that will be used to build images created 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 created 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] tags

The tags of the image pipeline.
@return [Hash<String,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/CreateImagePipelineRequest AWS API Documentation

Constants

SENSITIVE