Struct aws_sdk_imagebuilder::model::ImagePipeline [−][src]
#[non_exhaustive]pub struct ImagePipeline {Show 17 fields
pub arn: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub platform: Option<Platform>,
pub enhanced_image_metadata_enabled: Option<bool>,
pub image_recipe_arn: Option<String>,
pub container_recipe_arn: Option<String>,
pub infrastructure_configuration_arn: Option<String>,
pub distribution_configuration_arn: Option<String>,
pub image_tests_configuration: Option<ImageTestsConfiguration>,
pub schedule: Option<Schedule>,
pub status: Option<PipelineStatus>,
pub date_created: Option<String>,
pub date_updated: Option<String>,
pub date_last_run: Option<String>,
pub date_next_run: Option<String>,
pub tags: Option<HashMap<String, String>>,
}
Expand description
Details of an image pipeline.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.arn: Option<String>
The Amazon Resource Name (ARN) of the image pipeline.
name: Option<String>
The name of the image pipeline.
description: Option<String>
The description of the image pipeline.
platform: Option<Platform>
The platform of the image pipeline.
enhanced_image_metadata_enabled: Option<bool>
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.
image_recipe_arn: Option<String>
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
container_recipe_arn: Option<String>
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
infrastructure_configuration_arn: Option<String>
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
distribution_configuration_arn: Option<String>
The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
image_tests_configuration: Option<ImageTestsConfiguration>
The image tests configuration of the image pipeline.
schedule: Option<Schedule>
The schedule of the image pipeline.
status: Option<PipelineStatus>
The status of the image pipeline.
date_created: Option<String>
The date on which this image pipeline was created.
date_updated: Option<String>
The date on which this image pipeline was last updated.
date_last_run: Option<String>
The date on which this image pipeline was last run.
date_next_run: Option<String>
The date on which this image pipeline will next be run.
The tags of this image pipeline.
Implementations
The description of the image pipeline.
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.
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
The image tests configuration of the image pipeline.
The status of the image pipeline.
The date on which this image pipeline was created.
The date on which this image pipeline was last updated.
The date on which this image pipeline was last run.
The date on which this image pipeline will next be run.
The tags of this image pipeline.
Creates a new builder-style object to manufacture ImagePipeline
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ImagePipeline
impl Send for ImagePipeline
impl Sync for ImagePipeline
impl Unpin for ImagePipeline
impl UnwindSafe for ImagePipeline
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more