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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDomainConfiguration.ServerCertificateConfigPropertystatic final classAn implementation forCfnDomainConfiguration.ServerCertificateConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnableOcspCheck
A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is enabled or not.For more information, see Configurable endpoints from the AWS IoT Core Developer Guide.
- See Also:
-
builder
-