#[non_exhaustive]pub struct ImageScanningConfiguration { /* private fields */ }
Expand description
Contains settings for Image Builder image resource and container image scans.
Implementations§
source§impl ImageScanningConfiguration
impl ImageScanningConfiguration
sourcepub fn image_scanning_enabled(&self) -> Option<bool>
pub fn image_scanning_enabled(&self) -> Option<bool>
A setting that indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.
sourcepub fn ecr_configuration(&self) -> Option<&EcrConfiguration>
pub fn ecr_configuration(&self) -> Option<&EcrConfiguration>
Contains Amazon ECR settings for vulnerability scans.
source§impl ImageScanningConfiguration
impl ImageScanningConfiguration
sourcepub fn builder() -> ImageScanningConfigurationBuilder
pub fn builder() -> ImageScanningConfigurationBuilder
Creates a new builder-style object to manufacture ImageScanningConfiguration
.
Trait Implementations§
source§impl Clone for ImageScanningConfiguration
impl Clone for ImageScanningConfiguration
source§fn clone(&self) -> ImageScanningConfiguration
fn clone(&self) -> ImageScanningConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ImageScanningConfiguration
impl Debug for ImageScanningConfiguration
source§impl PartialEq<ImageScanningConfiguration> for ImageScanningConfiguration
impl PartialEq<ImageScanningConfiguration> for ImageScanningConfiguration
source§fn eq(&self, other: &ImageScanningConfiguration) -> bool
fn eq(&self, other: &ImageScanningConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.