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