ListenerTlsCertificate
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 listener's Secret Discovery Service certificate.
Functions
Casts this ListenerTlsCertificate as a Acm and retrieves its aws.sdk.kotlin.services.appmesh.model.ListenerTlsAcmCertificate value. Throws an exception if the ListenerTlsCertificate is not a Acm.
Casts this ListenerTlsCertificate as a Acm and retrieves its aws.sdk.kotlin.services.appmesh.model.ListenerTlsAcmCertificate value. Returns null if the ListenerTlsCertificate is not a Acm.
Casts this ListenerTlsCertificate as a File and retrieves its aws.sdk.kotlin.services.appmesh.model.ListenerTlsFileCertificate value. Throws an exception if the ListenerTlsCertificate is not a File.
Casts this ListenerTlsCertificate as a File and retrieves its aws.sdk.kotlin.services.appmesh.model.ListenerTlsFileCertificate value. Returns null if the ListenerTlsCertificate is not a File.
Casts this ListenerTlsCertificate as a Sds and retrieves its aws.sdk.kotlin.services.appmesh.model.ListenerTlsSdsCertificate value. Throws an exception if the ListenerTlsCertificate is not a Sds.
Casts this ListenerTlsCertificate as a Sds and retrieves its aws.sdk.kotlin.services.appmesh.model.ListenerTlsSdsCertificate value. Returns null if the ListenerTlsCertificate is not a Sds.