You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Imagebuilder::Types::ImagePipeline

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Details of an image pipeline.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the image pipeline.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the image pipeline.

#date_created ⇒ String

The date on which this image pipeline was created.

Returns:

  • (String) —

    The date on which this image pipeline was created.

#date_last_run ⇒ String

The date on which this image pipeline was last run.

Returns:

  • (String) —

    The date on which this image pipeline was last run.

#date_next_run ⇒ String

The date on which this image pipeline will next be run.

Returns:

  • (String) —

    The date on which this image pipeline will next be run.

#date_updated ⇒ String

The date on which this image pipeline was last updated.

Returns:

  • (String) —

    The date on which this image pipeline was last updated.

#description ⇒ String

The description of the image pipeline.

Returns:

  • (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.

Returns:

  • (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. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.

Returns:

  • (Boolean) —

    Collects additional information about the image being created, including the operating system (OS) version and package list.

#image_recipe_arn ⇒ String

The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.

#image_tests_configuration ⇒ Types::ImageTestsConfiguration

The image tests configuration of the image pipeline.

Returns:

#infrastructure_configuration_arn ⇒ String

The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.

#name ⇒ String

The name of the image pipeline.

Returns:

  • (String) —

    The name of the image pipeline.

#platform ⇒ String

The platform of the image pipeline.

Possible values:

  • Windows
  • Linux

Returns:

  • (String) —

    The platform of the image pipeline.

#schedule ⇒ Types::Schedule

The schedule of the image pipeline.

Returns:

#status ⇒ String

The status of the image pipeline.

Possible values:

  • DISABLED
  • ENABLED

Returns:

  • (String) —

    The status of the image pipeline.

#tags ⇒ Hash<String,String>

The tags of this image pipeline.

Returns:

  • (Hash<String,String>) —

    The tags of this image pipeline.