Struct aws_sdk_appmesh::model::Listener
source · #[non_exhaustive]pub struct Listener { /* private fields */ }
Expand description
An object that represents a listener for a virtual node.
Implementations§
source§impl Listener
impl Listener
sourcepub fn port_mapping(&self) -> Option<&PortMapping>
pub fn port_mapping(&self) -> Option<&PortMapping>
The port mapping information for the listener.
sourcepub fn tls(&self) -> Option<&ListenerTls>
pub fn tls(&self) -> Option<&ListenerTls>
A reference to an object that represents the Transport Layer Security (TLS) properties for a listener.
sourcepub fn health_check(&self) -> Option<&HealthCheckPolicy>
pub fn health_check(&self) -> Option<&HealthCheckPolicy>
The health check information for the listener.
sourcepub fn timeout(&self) -> Option<&ListenerTimeout>
pub fn timeout(&self) -> Option<&ListenerTimeout>
An object that represents timeouts for different protocols.
sourcepub fn outlier_detection(&self) -> Option<&OutlierDetection>
pub fn outlier_detection(&self) -> Option<&OutlierDetection>
The outlier detection information for the listener.
sourcepub fn connection_pool(&self) -> Option<&VirtualNodeConnectionPool>
pub fn connection_pool(&self) -> Option<&VirtualNodeConnectionPool>
The connection pool information for the listener.