class Aws::ACM::Types::CertificateOptions
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].
[1]: docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency
@note When making an API call, you may pass CertificateOptions
data as a hash: { certificate_transparency_logging_preference: "ENABLED", # accepts ENABLED, DISABLED }
@!attribute [rw] certificate_transparency_logging_preference
You can opt out of certificate transparency logging by specifying the `DISABLED` option. Opt in by specifying `ENABLED`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/CertificateOptions AWS API Documentation
Constants
- SENSITIVE