Struct aws_sdk_imagebuilder::model::ImageTestsConfiguration [−][src]
#[non_exhaustive]pub struct ImageTestsConfiguration {
pub image_tests_enabled: Option<bool>,
pub timeout_minutes: Option<i32>,
}
Expand description
Configure image tests for your pipeline build. Tests run after building the image, to verify that the AMI or container image is valid before distributing it.
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.image_tests_enabled: Option<bool>
Determines if tests should run after building the image. Image Builder defaults to enable tests to run following the image build, before image distribution.
timeout_minutes: Option<i32>
The maximum time in minutes that tests are permitted to run.
Implementations
Determines if tests should run after building the image. Image Builder defaults to enable tests to run following the image build, before image distribution.
The maximum time in minutes that tests are permitted to run.
Creates a new builder-style object to manufacture ImageTestsConfiguration
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 ImageTestsConfiguration
impl Send for ImageTestsConfiguration
impl Sync for ImageTestsConfiguration
impl Unpin for ImageTestsConfiguration
impl UnwindSafe for ImageTestsConfiguration
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