Struct aws_sdk_apprunner::model::IngressVpcConfiguration
source · #[non_exhaustive]pub struct IngressVpcConfiguration { /* private fields */ }
Expand description
The configuration of your VPC and the associated VPC endpoint. The VPC endpoint is an Amazon Web Services PrivateLink resource that allows access to your App Runner services from within an Amazon VPC.
Implementations§
source§impl IngressVpcConfiguration
impl IngressVpcConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IngressVpcConfiguration
.
Trait Implementations§
source§impl Clone for IngressVpcConfiguration
impl Clone for IngressVpcConfiguration
source§fn clone(&self) -> IngressVpcConfiguration
fn clone(&self) -> IngressVpcConfiguration
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 IngressVpcConfiguration
impl Debug for IngressVpcConfiguration
source§impl PartialEq<IngressVpcConfiguration> for IngressVpcConfiguration
impl PartialEq<IngressVpcConfiguration> for IngressVpcConfiguration
source§fn eq(&self, other: &IngressVpcConfiguration) -> bool
fn eq(&self, other: &IngressVpcConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.