#[non_exhaustive]pub struct TlsValidationContextSdsTrust { /* private fields */ }
Expand description
An object that represents a 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 TlsValidationContextSdsTrust
impl TlsValidationContextSdsTrust
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 Transport Layer Security (TLS) Secret Discovery Service validation context trust.
source§impl TlsValidationContextSdsTrust
impl TlsValidationContextSdsTrust
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TlsValidationContextSdsTrust
.
Trait Implementations§
source§impl Clone for TlsValidationContextSdsTrust
impl Clone for TlsValidationContextSdsTrust
source§fn clone(&self) -> TlsValidationContextSdsTrust
fn clone(&self) -> TlsValidationContextSdsTrust
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 TlsValidationContextSdsTrust
impl Debug for TlsValidationContextSdsTrust
source§impl PartialEq<TlsValidationContextSdsTrust> for TlsValidationContextSdsTrust
impl PartialEq<TlsValidationContextSdsTrust> for TlsValidationContextSdsTrust
source§fn eq(&self, other: &TlsValidationContextSdsTrust) -> bool
fn eq(&self, other: &TlsValidationContextSdsTrust) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.