Interface CfnDomainConfiguration.ServerCertificateConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDomainConfiguration.ServerCertificateConfigProperty.Jsii$Proxy
Enclosing class:
CfnDomainConfiguration

@Stability(Stable) public static interface CfnDomainConfiguration.ServerCertificateConfigProperty extends software.amazon.jsii.JsiiSerializable
The server certificate configuration.

For more information, see Configurable endpoints from the AWS IoT Core Developer Guide.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.iot.*;
 ServerCertificateConfigProperty serverCertificateConfigProperty = ServerCertificateConfigProperty.builder()
         .enableOcspCheck(false)
         .build();
 

See Also: