Class: Aws::Imagebuilder::Types::ImagePipeline
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ImagePipeline
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Details of an image pipeline.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the image pipeline.
-
#container_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
-
#date_created ⇒ String
The date on which this image pipeline was created.
-
#date_last_run ⇒ String
This is no longer supported, and does not return a value.
-
#date_next_run ⇒ String
The next date when the pipeline is scheduled to run.
-
#date_updated ⇒ String
The date on which this image pipeline was last updated.
-
#description ⇒ String
The description of the image pipeline.
-
#distribution_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
-
#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_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
-
#image_scanning_configuration ⇒ Types::ImageScanningConfiguration
Contains settings for vulnerability scans.
-
#image_tests_configuration ⇒ Types::ImageTestsConfiguration
The image tests configuration of the image pipeline.
-
#infrastructure_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
-
#name ⇒ String
The name of the image pipeline.
-
#platform ⇒ String
The platform of the image pipeline.
-
#schedule ⇒ Types::Schedule
The schedule of the image pipeline.
-
#status ⇒ String
The status of the image pipeline.
-
#tags ⇒ Hash<String,String>
The tags of this image pipeline.
-
#workflows ⇒ Array<Types::WorkflowConfiguration>
Contains the workflows that run for the image pipeline.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the image pipeline.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3585 class ImagePipeline < Struct.new( :arn, :name, :description, :platform, :enhanced_image_metadata_enabled, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :schedule, :status, :date_created, :date_updated, :date_last_run, :date_next_run, :tags, :image_scanning_configuration, :execution_role, :workflows) SENSITIVE = [] include Aws::Structure end |
#container_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3585 class ImagePipeline < Struct.new( :arn, :name, :description, :platform, :enhanced_image_metadata_enabled, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :schedule, :status, :date_created, :date_updated, :date_last_run, :date_next_run, :tags, :image_scanning_configuration, :execution_role, :workflows) SENSITIVE = [] include Aws::Structure end |
#date_created ⇒ String
The date on which this image pipeline was created.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3585 class ImagePipeline < Struct.new( :arn, :name, :description, :platform, :enhanced_image_metadata_enabled, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :schedule, :status, :date_created, :date_updated, :date_last_run, :date_next_run, :tags, :image_scanning_configuration, :execution_role, :workflows) SENSITIVE = [] include Aws::Structure end |
#date_last_run ⇒ String
This is no longer supported, and does not return a value.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3585 class ImagePipeline < Struct.new( :arn, :name, :description, :platform, :enhanced_image_metadata_enabled, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :schedule, :status, :date_created, :date_updated, :date_last_run, :date_next_run, :tags, :image_scanning_configuration, :execution_role, :workflows) SENSITIVE = [] include Aws::Structure end |
#date_next_run ⇒ String
The next date when the pipeline is scheduled to run.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3585 class ImagePipeline < Struct.new( :arn, :name, :description, :platform, :enhanced_image_metadata_enabled, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :schedule, :status, :date_created, :date_updated, :date_last_run, :date_next_run, :tags, :image_scanning_configuration, :execution_role, :workflows) SENSITIVE = [] include Aws::Structure end |
#date_updated ⇒ String
The date on which this image pipeline was last updated.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3585 class ImagePipeline < Struct.new( :arn, :name, :description, :platform, :enhanced_image_metadata_enabled, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :schedule, :status, :date_created, :date_updated, :date_last_run, :date_next_run, :tags, :image_scanning_configuration, :execution_role, :workflows) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the image pipeline.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3585 class ImagePipeline < Struct.new( :arn, :name, :description, :platform, :enhanced_image_metadata_enabled, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :schedule, :status, :date_created, :date_updated, :date_last_run, :date_next_run, :tags, :image_scanning_configuration, :execution_role, :workflows) SENSITIVE = [] include Aws::Structure end |
#distribution_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3585 class ImagePipeline < Struct.new( :arn, :name, :description, :platform, :enhanced_image_metadata_enabled, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :schedule, :status, :date_created, :date_updated, :date_last_run, :date_next_run, :tags, :image_scanning_configuration, :execution_role, :workflows) 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.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3585 class ImagePipeline < Struct.new( :arn, :name, :description, :platform, :enhanced_image_metadata_enabled, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :schedule, :status, :date_created, :date_updated, :date_last_run, :date_next_run, :tags, :image_scanning_configuration, :execution_role, :workflows) 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.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3585 class ImagePipeline < Struct.new( :arn, :name, :description, :platform, :enhanced_image_metadata_enabled, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :schedule, :status, :date_created, :date_updated, :date_last_run, :date_next_run, :tags, :image_scanning_configuration, :execution_role, :workflows) SENSITIVE = [] include Aws::Structure end |
#image_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3585 class ImagePipeline < Struct.new( :arn, :name, :description, :platform, :enhanced_image_metadata_enabled, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :schedule, :status, :date_created, :date_updated, :date_last_run, :date_next_run, :tags, :image_scanning_configuration, :execution_role, :workflows) SENSITIVE = [] include Aws::Structure end |
#image_scanning_configuration ⇒ Types::ImageScanningConfiguration
Contains settings for vulnerability scans.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3585 class ImagePipeline < Struct.new( :arn, :name, :description, :platform, :enhanced_image_metadata_enabled, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :schedule, :status, :date_created, :date_updated, :date_last_run, :date_next_run, :tags, :image_scanning_configuration, :execution_role, :workflows) SENSITIVE = [] include Aws::Structure end |
#image_tests_configuration ⇒ Types::ImageTestsConfiguration
The image tests configuration of the image pipeline.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3585 class ImagePipeline < Struct.new( :arn, :name, :description, :platform, :enhanced_image_metadata_enabled, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :schedule, :status, :date_created, :date_updated, :date_last_run, :date_next_run, :tags, :image_scanning_configuration, :execution_role, :workflows) SENSITIVE = [] include Aws::Structure end |
#infrastructure_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3585 class ImagePipeline < Struct.new( :arn, :name, :description, :platform, :enhanced_image_metadata_enabled, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :schedule, :status, :date_created, :date_updated, :date_last_run, :date_next_run, :tags, :image_scanning_configuration, :execution_role, :workflows) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the image pipeline.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3585 class ImagePipeline < Struct.new( :arn, :name, :description, :platform, :enhanced_image_metadata_enabled, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :schedule, :status, :date_created, :date_updated, :date_last_run, :date_next_run, :tags, :image_scanning_configuration, :execution_role, :workflows) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The platform of the image pipeline.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3585 class ImagePipeline < Struct.new( :arn, :name, :description, :platform, :enhanced_image_metadata_enabled, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :schedule, :status, :date_created, :date_updated, :date_last_run, :date_next_run, :tags, :image_scanning_configuration, :execution_role, :workflows) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ Types::Schedule
The schedule of the image pipeline.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3585 class ImagePipeline < Struct.new( :arn, :name, :description, :platform, :enhanced_image_metadata_enabled, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :schedule, :status, :date_created, :date_updated, :date_last_run, :date_next_run, :tags, :image_scanning_configuration, :execution_role, :workflows) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the image pipeline.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3585 class ImagePipeline < Struct.new( :arn, :name, :description, :platform, :enhanced_image_metadata_enabled, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :schedule, :status, :date_created, :date_updated, :date_last_run, :date_next_run, :tags, :image_scanning_configuration, :execution_role, :workflows) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags of this image pipeline.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3585 class ImagePipeline < Struct.new( :arn, :name, :description, :platform, :enhanced_image_metadata_enabled, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :schedule, :status, :date_created, :date_updated, :date_last_run, :date_next_run, :tags, :image_scanning_configuration, :execution_role, :workflows) SENSITIVE = [] include Aws::Structure end |
#workflows ⇒ Array<Types::WorkflowConfiguration>
Contains the workflows that run for the image pipeline.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3585 class ImagePipeline < Struct.new( :arn, :name, :description, :platform, :enhanced_image_metadata_enabled, :image_recipe_arn, :container_recipe_arn, :infrastructure_configuration_arn, :distribution_configuration_arn, :image_tests_configuration, :schedule, :status, :date_created, :date_updated, :date_last_run, :date_next_run, :tags, :image_scanning_configuration, :execution_role, :workflows) SENSITIVE = [] include Aws::Structure end |