

# CertificateOptions
<a name="API_CertificateOptions"></a>

Structure that contains options for your certificate. You can use this structure to specify whether to opt in to or out of certificate transparency logging and export your certificate. 

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](https://docs.amazonaws.cn/acm/latest/userguide/acm-concepts.html#concept-transparency).

You can export public ACM certificates to use with Amazon Web Services services as well as outside Amazon Web Services Cloud. For more information, see [Amazon Certificate Manager exportable public certificate](https://docs.amazonaws.cn/acm/latest/userguide/acm-exportable-certificates.html).

## Contents
<a name="API_CertificateOptions_Contents"></a>

**Note**  
In the following list, the required parameters are described first.

 ** CertificateTransparencyLoggingPreference **   <a name="ACM-Type-CertificateOptions-CertificateTransparencyLoggingPreference"></a>
You can opt out of certificate transparency logging by specifying the `DISABLED` option. Opt in by specifying `ENABLED`.   
Type: String  
Valid Values: `ENABLED | DISABLED`   
Required: No

 ** Export **   <a name="ACM-Type-CertificateOptions-Export"></a>
You can opt in to allow the export of your certificates by specifying `ENABLED`. You cannot update the value of `Export` after the the certificate is created.  
Type: String  
Valid Values: `ENABLED | DISABLED`   
Required: No

## See Also
<a name="API_CertificateOptions_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\+\+](https://docs.amazonaws.cn/goto/SdkForCpp/acm-2015-12-08/CertificateOptions) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/acm-2015-12-08/CertificateOptions) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/acm-2015-12-08/CertificateOptions) 