libZSservicesZSamazonka-certificatemanagerZSamazonka-certificatemanager
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CertificateManager.Types.CertificateOptions

Description

 
Synopsis

Documentation

data CertificateOptions Source #

Structure that contains options for your certificate. Currently, you can use this only to specify whether to opt in to or out of certificate transparency logging. Some browsers require that public certificates issued for your domain be recorded in a log. Certificates that are not logged typically generate a browser error. Transparency makes it possible for you to detect SSL/TLS certificates that have been mistakenly or maliciously issued for your domain. For general information, see Certificate Transparency Logging.

See: newCertificateOptions smart constructor.

Constructors

CertificateOptions' 

Fields

Instances

Instances details
Eq CertificateOptions Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.CertificateOptions

Read CertificateOptions Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.CertificateOptions

Show CertificateOptions Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.CertificateOptions

Generic CertificateOptions Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.CertificateOptions

Associated Types

type Rep CertificateOptions :: Type -> Type #

NFData CertificateOptions Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.CertificateOptions

Methods

rnf :: CertificateOptions -> () #

Hashable CertificateOptions Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.CertificateOptions

ToJSON CertificateOptions Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.CertificateOptions

FromJSON CertificateOptions Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.CertificateOptions

type Rep CertificateOptions Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.CertificateOptions

type Rep CertificateOptions = D1 ('MetaData "CertificateOptions" "Amazonka.CertificateManager.Types.CertificateOptions" "libZSservicesZSamazonka-certificatemanagerZSamazonka-certificatemanager" 'False) (C1 ('MetaCons "CertificateOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificateTransparencyLoggingPreference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CertificateTransparencyLoggingPreference))))

newCertificateOptions :: CertificateOptions Source #

Create a value of CertificateOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:certificateTransparencyLoggingPreference:CertificateOptions', certificateOptions_certificateTransparencyLoggingPreference - You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

certificateOptions_certificateTransparencyLoggingPreference :: Lens' CertificateOptions (Maybe CertificateTransparencyLoggingPreference) Source #

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.