TrustConfigAllowlistedCertificateArgs

data class TrustConfigAllowlistedCertificateArgs(val pemCertificate: Output<String>) : ConvertibleToJava<TrustConfigAllowlistedCertificateArgs>

Constructors

Link copied to clipboard
constructor(pemCertificate: Output<String>)

Properties

Link copied to clipboard
val pemCertificate: Output<String>

PEM certificate that is allowlisted. The certificate can be up to 5k bytes, and must be a parseable X.509 certificate.

Functions

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