VirtualGatewayListenerTlsCertificate
An object that represents a listener's Transport Layer Security (TLS) certificate.
Inheritors
Types
A reference to an object that represents an Certificate Manager certificate.
A reference to an object that represents a local file certificate.
A reference to an object that represents a virtual gateway's listener's Secret Discovery Service certificate.
Functions
Casts this VirtualGatewayListenerTlsCertificate as a Acm and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualGatewayListenerTlsAcmCertificate value. Throws an exception if the VirtualGatewayListenerTlsCertificate is not a Acm.
Casts this VirtualGatewayListenerTlsCertificate as a Acm and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualGatewayListenerTlsAcmCertificate value. Returns null if the VirtualGatewayListenerTlsCertificate is not a Acm.
Casts this VirtualGatewayListenerTlsCertificate as a File and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualGatewayListenerTlsFileCertificate value. Throws an exception if the VirtualGatewayListenerTlsCertificate is not a File.
Casts this VirtualGatewayListenerTlsCertificate as a File and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualGatewayListenerTlsFileCertificate value. Returns null if the VirtualGatewayListenerTlsCertificate is not a File.
Casts this VirtualGatewayListenerTlsCertificate as a Sds and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualGatewayListenerTlsSdsCertificate value. Throws an exception if the VirtualGatewayListenerTlsCertificate is not a Sds.
Casts this VirtualGatewayListenerTlsCertificate as a Sds and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualGatewayListenerTlsSdsCertificate value. Returns null if the VirtualGatewayListenerTlsCertificate is not a Sds.