Struct aws_sdk_imagebuilder::types::EcrConfiguration
source · #[non_exhaustive]pub struct EcrConfiguration { /* private fields */ }
Expand description
Settings that Image Builder uses to configure the ECR repository and the output container images that Amazon Inspector scans.
Implementations§
source§impl EcrConfiguration
impl EcrConfiguration
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The name of the container repository that Amazon Inspector scans to identify findings for your container images. The name includes the path for the repository location. If you don’t provide this information, Image Builder creates a repository in your account named image-builder-image-scanning-repository
for vulnerability scans of your output container images.
Tags for Image Builder to apply to the output container image that &INS; scans. Tags can help you identify and manage your scanned images.
source§impl EcrConfiguration
impl EcrConfiguration
sourcepub fn builder() -> EcrConfigurationBuilder
pub fn builder() -> EcrConfigurationBuilder
Creates a new builder-style object to manufacture EcrConfiguration
.
Trait Implementations§
source§impl Clone for EcrConfiguration
impl Clone for EcrConfiguration
source§fn clone(&self) -> EcrConfiguration
fn clone(&self) -> EcrConfiguration
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 EcrConfiguration
impl Debug for EcrConfiguration
source§impl PartialEq<EcrConfiguration> for EcrConfiguration
impl PartialEq<EcrConfiguration> for EcrConfiguration
source§fn eq(&self, other: &EcrConfiguration) -> bool
fn eq(&self, other: &EcrConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for EcrConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for EcrConfiguration
impl Send for EcrConfiguration
impl Sync for EcrConfiguration
impl Unpin for EcrConfiguration
impl UnwindSafe for EcrConfiguration
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more