Struct aws_sdk_appmesh::model::ListenerTlsSdsCertificate
source · #[non_exhaustive]pub struct ListenerTlsSdsCertificate { /* private fields */ }
Expand description
An object that represents the listener's Secret Discovery Service certificate. 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 ListenerTlsSdsCertificate
impl ListenerTlsSdsCertificate
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 requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.
source§impl ListenerTlsSdsCertificate
impl ListenerTlsSdsCertificate
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListenerTlsSdsCertificate
.
Trait Implementations§
source§impl Clone for ListenerTlsSdsCertificate
impl Clone for ListenerTlsSdsCertificate
source§fn clone(&self) -> ListenerTlsSdsCertificate
fn clone(&self) -> ListenerTlsSdsCertificate
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 ListenerTlsSdsCertificate
impl Debug for ListenerTlsSdsCertificate
source§impl PartialEq<ListenerTlsSdsCertificate> for ListenerTlsSdsCertificate
impl PartialEq<ListenerTlsSdsCertificate> for ListenerTlsSdsCertificate
source§fn eq(&self, other: &ListenerTlsSdsCertificate) -> bool
fn eq(&self, other: &ListenerTlsSdsCertificate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.