Class: Aws::Imagebuilder::Types::UpdateImagePipelineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::UpdateImagePipelineRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
-
#container_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the container pipeline to update.
-
#description ⇒ String
The description of the image pipeline.
-
#distribution_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the distribution configuration that Image Builder uses to configure and distribute images that this image pipeline has updated.
-
#enhanced_image_metadata_enabled ⇒ Boolean
Collects additional information about the image being created, including the operating system (OS) version and package list.
-
#execution_role ⇒ String
The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions.
-
#image_pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the image pipeline that you want to update.
-
#image_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image pipeline.
-
#image_scanning_configuration ⇒ Types::ImageScanningConfiguration
Contains settings for vulnerability scans.
-
#image_tests_configuration ⇒ Types::ImageTestsConfiguration
The image test configuration of the image pipeline.
-
#infrastructure_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the infrastructure configuration that Image Builder uses to build images that this image pipeline has updated.
-
#schedule ⇒ Types::Schedule
The schedule of the image pipeline.
-
#status ⇒ String
The status of the image pipeline.
-
#workflows ⇒ Array<Types::WorkflowConfiguration>
Contains the workflows to run for the pipeline.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see [Ensuring idempotency] in the *Amazon EC2 API Reference*.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
[1]: docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7951 class UpdateImagePipelineRequest < Struct.new( :image_pipeline_arn, :description, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :enhanced_image_metadata_enabled, :schedule, :status, :client_token, :image_scanning_configuration, :workflows, :execution_role) SENSITIVE = [] include Aws::Structure end |
#container_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the container pipeline to update.
7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7951 class UpdateImagePipelineRequest < Struct.new( :image_pipeline_arn, :description, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :enhanced_image_metadata_enabled, :schedule, :status, :client_token, :image_scanning_configuration, :workflows, :execution_role) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the image pipeline.
7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7951 class UpdateImagePipelineRequest < Struct.new( :image_pipeline_arn, :description, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :enhanced_image_metadata_enabled, :schedule, :status, :client_token, :image_scanning_configuration, :workflows, :execution_role) SENSITIVE = [] include Aws::Structure end |
#distribution_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the distribution configuration that Image Builder uses to configure and distribute images that this image pipeline has updated.
7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7951 class UpdateImagePipelineRequest < Struct.new( :image_pipeline_arn, :description, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :enhanced_image_metadata_enabled, :schedule, :status, :client_token, :image_scanning_configuration, :workflows, :execution_role) SENSITIVE = [] include Aws::Structure end |
#enhanced_image_metadata_enabled ⇒ Boolean
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.
7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7951 class UpdateImagePipelineRequest < Struct.new( :image_pipeline_arn, :description, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :enhanced_image_metadata_enabled, :schedule, :status, :client_token, :image_scanning_configuration, :workflows, :execution_role) SENSITIVE = [] include Aws::Structure end |
#execution_role ⇒ String
The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions.
7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7951 class UpdateImagePipelineRequest < Struct.new( :image_pipeline_arn, :description, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :enhanced_image_metadata_enabled, :schedule, :status, :client_token, :image_scanning_configuration, :workflows, :execution_role) SENSITIVE = [] include Aws::Structure end |
#image_pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the image pipeline that you want to update.
7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7951 class UpdateImagePipelineRequest < Struct.new( :image_pipeline_arn, :description, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :enhanced_image_metadata_enabled, :schedule, :status, :client_token, :image_scanning_configuration, :workflows, :execution_role) SENSITIVE = [] include Aws::Structure end |
#image_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image pipeline.
7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7951 class UpdateImagePipelineRequest < Struct.new( :image_pipeline_arn, :description, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :enhanced_image_metadata_enabled, :schedule, :status, :client_token, :image_scanning_configuration, :workflows, :execution_role) SENSITIVE = [] include Aws::Structure end |
#image_scanning_configuration ⇒ Types::ImageScanningConfiguration
Contains settings for vulnerability scans.
7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7951 class UpdateImagePipelineRequest < Struct.new( :image_pipeline_arn, :description, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :enhanced_image_metadata_enabled, :schedule, :status, :client_token, :image_scanning_configuration, :workflows, :execution_role) SENSITIVE = [] include Aws::Structure end |
#image_tests_configuration ⇒ Types::ImageTestsConfiguration
The image test configuration of the image pipeline.
7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7951 class UpdateImagePipelineRequest < Struct.new( :image_pipeline_arn, :description, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :enhanced_image_metadata_enabled, :schedule, :status, :client_token, :image_scanning_configuration, :workflows, :execution_role) SENSITIVE = [] include Aws::Structure end |
#infrastructure_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the infrastructure configuration that Image Builder uses to build images that this image pipeline has updated.
7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7951 class UpdateImagePipelineRequest < Struct.new( :image_pipeline_arn, :description, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :enhanced_image_metadata_enabled, :schedule, :status, :client_token, :image_scanning_configuration, :workflows, :execution_role) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ Types::Schedule
The schedule of the image pipeline.
7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7951 class UpdateImagePipelineRequest < Struct.new( :image_pipeline_arn, :description, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :enhanced_image_metadata_enabled, :schedule, :status, :client_token, :image_scanning_configuration, :workflows, :execution_role) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the image pipeline.
7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7951 class UpdateImagePipelineRequest < Struct.new( :image_pipeline_arn, :description, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :enhanced_image_metadata_enabled, :schedule, :status, :client_token, :image_scanning_configuration, :workflows, :execution_role) SENSITIVE = [] include Aws::Structure end |
#workflows ⇒ Array<Types::WorkflowConfiguration>
Contains the workflows to run for the pipeline.
7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7951 class UpdateImagePipelineRequest < Struct.new( :image_pipeline_arn, :description, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :enhanced_image_metadata_enabled, :schedule, :status, :client_token, :image_scanning_configuration, :workflows, :execution_role) SENSITIVE = [] include Aws::Structure end |