TrustAnchorSourceArgs

data class TrustAnchorSourceArgs(val sourceData: Output<TrustAnchorSourceSourceDataArgs>, val sourceType: Output<String>) : ConvertibleToJava<TrustAnchorSourceArgs>

Constructors

Link copied to clipboard
constructor(sourceData: Output<TrustAnchorSourceSourceDataArgs>, sourceType: Output<String>)

Properties

Link copied to clipboard

The data denoting the source of trust, documented below

Link copied to clipboard
val sourceType: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): TrustAnchorSourceArgs