Struct aws_sdk_imagebuilder::input::CreateImageInput
source · #[non_exhaustive]pub struct CreateImageInput { /* private fields */ }
Implementations§
source§impl CreateImageInput
impl CreateImageInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateImage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateImage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateImage
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateImageInput
.
source§impl CreateImageInput
impl CreateImageInput
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 defines how images are configured, tested, and assessed.
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 defines how images are configured and tested.
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 defines and configures the outputs of your 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 defines the environment in which your image will be built and tested.
sourcepub fn image_tests_configuration(&self) -> Option<&ImageTestsConfiguration>
pub fn image_tests_configuration(&self) -> Option<&ImageTestsConfiguration>
The image tests configuration of the image.
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.
The tags of the image.
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§
source§impl Clone for CreateImageInput
impl Clone for CreateImageInput
source§fn clone(&self) -> CreateImageInput
fn clone(&self) -> CreateImageInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateImageInput
impl Debug for CreateImageInput
source§impl PartialEq<CreateImageInput> for CreateImageInput
impl PartialEq<CreateImageInput> for CreateImageInput
source§fn eq(&self, other: &CreateImageInput) -> bool
fn eq(&self, other: &CreateImageInput) -> bool
self
and other
values to be equal, and is used
by ==
.