CertificateOptions

data class CertificateOptions(val certificateTransparencyLoggingPreference: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

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.