TrustAnchorSource

data class TrustAnchorSource(val sourceData: TrustAnchorSourceSourceData, val sourceType: String)

Constructors

Link copied to clipboard
constructor(sourceData: TrustAnchorSourceSourceData, sourceType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data denoting the source of trust, documented below

Link copied to clipboard

The type of the source of trust. Must be either AWS_ACM_PCA or CERTIFICATE_BUNDLE.