ClientTlsCertificate
An object that represents the client's certificate.
Inheritors
Types
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).
A reference to an object that represents a client's TLS Secret Discovery Service certificate.
Functions
Casts this ClientTlsCertificate as a File and retrieves its aws.sdk.kotlin.services.appmesh.model.ListenerTlsFileCertificate value. Throws an exception if the ClientTlsCertificate is not a File.
Casts this ClientTlsCertificate as a File and retrieves its aws.sdk.kotlin.services.appmesh.model.ListenerTlsFileCertificate value. Returns null if the ClientTlsCertificate is not a File.
Casts this ClientTlsCertificate as a Sds and retrieves its aws.sdk.kotlin.services.appmesh.model.ListenerTlsSdsCertificate value. Throws an exception if the ClientTlsCertificate is not a Sds.
Casts this ClientTlsCertificate as a Sds and retrieves its aws.sdk.kotlin.services.appmesh.model.ListenerTlsSdsCertificate value. Returns null if the ClientTlsCertificate is not a Sds.