CaCertificateSource
The source of a trusted CA certificate. Exactly one member must be set.
Inheritors
Types
Functions
Casts this CaCertificateSource as a ArtifactId and retrieves its kotlin.String value. Throws an exception if the CaCertificateSource is not a ArtifactId.
Casts this CaCertificateSource as a ArtifactId and retrieves its kotlin.String value. Returns null if the CaCertificateSource is not a ArtifactId.
Casts this CaCertificateSource as a InlinePem and retrieves its kotlin.String value. Throws an exception if the CaCertificateSource is not a InlinePem.
Casts this CaCertificateSource as a InlinePem and retrieves its kotlin.String value. Returns null if the CaCertificateSource is not a InlinePem.
Casts this CaCertificateSource as a S3Location and retrieves its kotlin.String value. Throws an exception if the CaCertificateSource is not a S3Location.
Casts this CaCertificateSource as a S3Location and retrieves its kotlin.String value. Returns null if the CaCertificateSource is not a S3Location.