VirtualGatewayClientTlsCertificate
An object that represents the virtual gateway's client's Transport Layer Security (TLS) 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 virtual gateway's client's Secret Discovery Service certificate.
Functions
Casts this VirtualGatewayClientTlsCertificate as a File and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualGatewayListenerTlsFileCertificate value. Throws an exception if the VirtualGatewayClientTlsCertificate is not a File.
Casts this VirtualGatewayClientTlsCertificate as a File and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualGatewayListenerTlsFileCertificate value. Returns null if the VirtualGatewayClientTlsCertificate is not a File.
Casts this VirtualGatewayClientTlsCertificate as a Sds and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualGatewayListenerTlsSdsCertificate value. Throws an exception if the VirtualGatewayClientTlsCertificate is not a Sds.
Casts this VirtualGatewayClientTlsCertificate as a Sds and retrieves its aws.sdk.kotlin.services.appmesh.model.VirtualGatewayListenerTlsSdsCertificate value. Returns null if the VirtualGatewayClientTlsCertificate is not a Sds.