ListenerTlsValidationContextTrust
An object that represents a listener's Transport Layer Security (TLS) validation context trust.
Inheritors
Types
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
Functions
Casts this ListenerTlsValidationContextTrust as a File and retrieves its aws.sdk.kotlin.services.appmesh.model.TlsValidationContextFileTrust value. Throws an exception if the ListenerTlsValidationContextTrust is not a File.
Casts this ListenerTlsValidationContextTrust as a File and retrieves its aws.sdk.kotlin.services.appmesh.model.TlsValidationContextFileTrust value. Returns null if the ListenerTlsValidationContextTrust is not a File.
Casts this ListenerTlsValidationContextTrust as a Sds and retrieves its aws.sdk.kotlin.services.appmesh.model.TlsValidationContextSdsTrust value. Throws an exception if the ListenerTlsValidationContextTrust is not a Sds.
Casts this ListenerTlsValidationContextTrust as a Sds and retrieves its aws.sdk.kotlin.services.appmesh.model.TlsValidationContextSdsTrust value. Returns null if the ListenerTlsValidationContextTrust is not a Sds.