#[non_exhaustive]pub struct CreateImagePipelineInput { /* private fields */ }
Implementations
sourceimpl CreateImagePipelineInput
impl CreateImagePipelineInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateImagePipeline, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateImagePipeline, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateImagePipeline
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateImagePipelineInput
.
sourceimpl CreateImagePipelineInput
impl CreateImagePipelineInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the image pipeline.
sourcepub fn image_recipe_arn(&self) -> Option<&str>
pub fn image_recipe_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images created by this image pipeline.
sourcepub fn container_recipe_arn(&self) -> Option<&str>
pub fn container_recipe_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the container recipe that is used to configure images created by this container pipeline.
sourcepub fn infrastructure_configuration_arn(&self) -> Option<&str>
pub fn infrastructure_configuration_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images created by this image pipeline.
sourcepub fn distribution_configuration_arn(&self) -> Option<&str>
pub fn distribution_configuration_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images created by this image pipeline.
sourcepub fn image_tests_configuration(&self) -> Option<&ImageTestsConfiguration>
pub fn image_tests_configuration(&self) -> Option<&ImageTestsConfiguration>
The image test configuration of the image pipeline.
sourcepub fn enhanced_image_metadata_enabled(&self) -> Option<bool>
pub fn enhanced_image_metadata_enabled(&self) -> 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.
sourcepub fn status(&self) -> Option<&PipelineStatus>
pub fn status(&self) -> Option<&PipelineStatus>
The status of the image pipeline.
The tags of the image pipeline.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
The idempotency token used to make this request idempotent.
Trait Implementations
sourceimpl Clone for CreateImagePipelineInput
impl Clone for CreateImagePipelineInput
sourcefn clone(&self) -> CreateImagePipelineInput
fn clone(&self) -> CreateImagePipelineInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more