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