Struct aws_sdk_appmesh::model::VirtualGatewayListenerTls [−][src]
#[non_exhaustive]pub struct VirtualGatewayListenerTls {
pub mode: Option<VirtualGatewayListenerTlsMode>,
pub validation: Option<VirtualGatewayListenerTlsValidationContext>,
pub certificate: Option<VirtualGatewayListenerTlsCertificate>,
}
Expand description
An object that represents the Transport Layer Security (TLS) properties for a listener.
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.mode: Option<VirtualGatewayListenerTlsMode>
Specify one of the following modes.
-
STRICT – Listener only accepts connections with TLS enabled.
-
PERMISSIVE – Listener accepts connections with or without TLS enabled.
-
DISABLED – Listener only accepts connections without TLS.
validation: Option<VirtualGatewayListenerTlsValidationContext>
A reference to an object that represents a virtual gateway's listener's Transport Layer Security (TLS) validation context.
certificate: Option<VirtualGatewayListenerTlsCertificate>
An object that represents a Transport Layer Security (TLS) certificate.
Implementations
Specify one of the following modes.
-
STRICT – Listener only accepts connections with TLS enabled.
-
PERMISSIVE – Listener accepts connections with or without TLS enabled.
-
DISABLED – Listener only accepts connections without TLS.
A reference to an object that represents a virtual gateway's listener's Transport Layer Security (TLS) validation context.
An object that represents a Transport Layer Security (TLS) certificate.
Creates a new builder-style object to manufacture VirtualGatewayListenerTls
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 VirtualGatewayListenerTls
impl Send for VirtualGatewayListenerTls
impl Sync for VirtualGatewayListenerTls
impl Unpin for VirtualGatewayListenerTls
impl UnwindSafe for VirtualGatewayListenerTls
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