Struct aws_sdk_apprunner::model::ImageRepository [−][src]
#[non_exhaustive]pub struct ImageRepository {
pub image_identifier: Option<String>,
pub image_configuration: Option<ImageConfiguration>,
pub image_repository_type: Option<ImageRepositoryType>,
}
Expand description
Describes a source image repository.
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_identifier: Option<String>
The identifier of an image.
For an image in Amazon Elastic Container Registry (Amazon ECR), this is an image name. For the image name format, see Pulling an image in the Amazon ECR User Guide.
image_configuration: Option<ImageConfiguration>
Configuration for running the identified image.
image_repository_type: Option<ImageRepositoryType>
The type of the image repository. This reflects the repository provider and whether the repository is private or public.
Implementations
The identifier of an image.
For an image in Amazon Elastic Container Registry (Amazon ECR), this is an image name. For the image name format, see Pulling an image in the Amazon ECR User Guide.
Configuration for running the identified image.
The type of the image repository. This reflects the repository provider and whether the repository is private or public.
Creates a new builder-style object to manufacture ImageRepository
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 ImageRepository
impl Send for ImageRepository
impl Sync for ImageRepository
impl Unpin for ImageRepository
impl UnwindSafe for ImageRepository
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