#[non_exhaustive]pub struct VirtualGatewayTlsValidationContextSdsTrust { /* private fields */ }
Expand description
An object that represents a virtual gateway's listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust. The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.
Implementations§
source§impl VirtualGatewayTlsValidationContextSdsTrust
impl VirtualGatewayTlsValidationContextSdsTrust
sourcepub fn secret_name(&self) -> Option<&str>
pub fn secret_name(&self) -> Option<&str>
A reference to an object that represents the name of the secret for a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
source§impl VirtualGatewayTlsValidationContextSdsTrust
impl VirtualGatewayTlsValidationContextSdsTrust
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VirtualGatewayTlsValidationContextSdsTrust
.
Trait Implementations§
source§impl Clone for VirtualGatewayTlsValidationContextSdsTrust
impl Clone for VirtualGatewayTlsValidationContextSdsTrust
source§fn clone(&self) -> VirtualGatewayTlsValidationContextSdsTrust
fn clone(&self) -> VirtualGatewayTlsValidationContextSdsTrust
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 PartialEq<VirtualGatewayTlsValidationContextSdsTrust> for VirtualGatewayTlsValidationContextSdsTrust
impl PartialEq<VirtualGatewayTlsValidationContextSdsTrust> for VirtualGatewayTlsValidationContextSdsTrust
source§fn eq(&self, other: &VirtualGatewayTlsValidationContextSdsTrust) -> bool
fn eq(&self, other: &VirtualGatewayTlsValidationContextSdsTrust) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.