CertificateOptions
public struct CertificateOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.
Declaration
Swift
public let certificateTransparencyLoggingPreference: CertificateTransparencyLoggingPreference?
-
Undocumented
Declaration
Swift
public init(certificateTransparencyLoggingPreference: CertificateTransparencyLoggingPreference? = nil)