CertificateOptionsArgs

data class CertificateOptionsArgs(val certificateTransparencyLoggingPreference: Output<String>? = null) : ConvertibleToJava<CertificateOptionsArgs>

Constructors

Link copied to clipboard
constructor(certificateTransparencyLoggingPreference: Output<String>? = null)

Properties

Link copied to clipboard

Whether certificate details should be added to a certificate transparency log. Valid values are ENABLED or DISABLED. See https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency for more details.

Functions

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