Struct aws_sdk_appmesh::model::ListenerTlsFileCertificate
source · #[non_exhaustive]pub struct ListenerTlsFileCertificate { /* private fields */ }
Expand description
An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).
Implementations§
source§impl ListenerTlsFileCertificate
impl ListenerTlsFileCertificate
sourcepub fn certificate_chain(&self) -> Option<&str>
pub fn certificate_chain(&self) -> Option<&str>
The certificate chain for the certificate.
sourcepub fn private_key(&self) -> Option<&str>
pub fn private_key(&self) -> Option<&str>
The private key for a certificate stored on the file system of the virtual node that the proxy is running on.
source§impl ListenerTlsFileCertificate
impl ListenerTlsFileCertificate
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListenerTlsFileCertificate
.
Trait Implementations§
source§impl Clone for ListenerTlsFileCertificate
impl Clone for ListenerTlsFileCertificate
source§fn clone(&self) -> ListenerTlsFileCertificate
fn clone(&self) -> ListenerTlsFileCertificate
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 ListenerTlsFileCertificate
impl Debug for ListenerTlsFileCertificate
source§impl PartialEq<ListenerTlsFileCertificate> for ListenerTlsFileCertificate
impl PartialEq<ListenerTlsFileCertificate> for ListenerTlsFileCertificate
source§fn eq(&self, other: &ListenerTlsFileCertificate) -> bool
fn eq(&self, other: &ListenerTlsFileCertificate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.