#[non_exhaustive]pub struct VirtualGatewayListenerTlsAcmCertificate { /* private fields */ }
Expand description
An object that represents an Certificate Manager certificate.
Implementations§
source§impl VirtualGatewayListenerTlsAcmCertificate
impl VirtualGatewayListenerTlsAcmCertificate
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 VirtualGatewayListenerTlsAcmCertificate
impl VirtualGatewayListenerTlsAcmCertificate
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VirtualGatewayListenerTlsAcmCertificate
.
Trait Implementations§
source§impl Clone for VirtualGatewayListenerTlsAcmCertificate
impl Clone for VirtualGatewayListenerTlsAcmCertificate
source§fn clone(&self) -> VirtualGatewayListenerTlsAcmCertificate
fn clone(&self) -> VirtualGatewayListenerTlsAcmCertificate
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<VirtualGatewayListenerTlsAcmCertificate> for VirtualGatewayListenerTlsAcmCertificate
impl PartialEq<VirtualGatewayListenerTlsAcmCertificate> for VirtualGatewayListenerTlsAcmCertificate
source§fn eq(&self, other: &VirtualGatewayListenerTlsAcmCertificate) -> bool
fn eq(&self, other: &VirtualGatewayListenerTlsAcmCertificate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.