Struct aws_sdk_apprunner::model::IngressConfiguration
source · #[non_exhaustive]pub struct IngressConfiguration { /* private fields */ }
Expand description
Network configuration settings for inbound network traffic.
Implementations§
source§impl IngressConfiguration
impl IngressConfiguration
sourcepub fn is_publicly_accessible(&self) -> bool
pub fn is_publicly_accessible(&self) -> bool
Specifies whether your App Runner service is publicly accessible. To make the service publicly accessible set it to True
. To make the service privately accessible, from only within an Amazon VPC set it to False
.
source§impl IngressConfiguration
impl IngressConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IngressConfiguration
.
Trait Implementations§
source§impl Clone for IngressConfiguration
impl Clone for IngressConfiguration
source§fn clone(&self) -> IngressConfiguration
fn clone(&self) -> IngressConfiguration
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 IngressConfiguration
impl Debug for IngressConfiguration
source§impl PartialEq<IngressConfiguration> for IngressConfiguration
impl PartialEq<IngressConfiguration> for IngressConfiguration
source§fn eq(&self, other: &IngressConfiguration) -> bool
fn eq(&self, other: &IngressConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.