SourceData
The data field of the trust anchor depending on its type.
Inheritors
Types
The root certificate of the Private Certificate Authority specified by this ARN is used in trust validation for temporary credential requests. Included for trust anchors of type AWS_ACM_PCA
.
The PEM-encoded data for the certificate anchor. Included for trust anchors of type CERTIFICATE_BUNDLE
.
Functions
Casts this SourceData as a AcmPcaArn and retrieves its kotlin.String value. Throws an exception if the SourceData is not a AcmPcaArn.
Casts this SourceData as a AcmPcaArn and retrieves its kotlin.String value. Returns null if the SourceData is not a AcmPcaArn.
Casts this SourceData as a X509CertificateData and retrieves its kotlin.String value. Throws an exception if the SourceData is not a X509CertificateData.
Casts this SourceData as a X509CertificateData and retrieves its kotlin.String value. Returns null if the SourceData is not a X509CertificateData.