Class CertificateOptions

java.lang.Object
software.amazon.awssdk.services.acm.model.CertificateOptions
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<CertificateOptions.Builder,CertificateOptions>

@Generated("software.amazon.awssdk:codegen") public final class CertificateOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CertificateOptions.Builder,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.

See Also: