Struct aws_sdk_ecr::model::image_scanning_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ImageScanningConfiguration
Implementations
The setting that determines whether images are scanned after being pushed to a
repository. If set to true, images will be scanned after being pushed. If
this parameter is not specified, it will default to false and images will
not be scanned unless a scan is manually started with the API_StartImageScan API.
The setting that determines whether images are scanned after being pushed to a
repository. If set to true, images will be scanned after being pushed. If
this parameter is not specified, it will default to false and images will
not be scanned unless a scan is manually started with the API_StartImageScan API.
Consumes the builder and constructs a ImageScanningConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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
