Interface CfnTLSInspectionConfiguration.CheckCertificateRevocationStatusProperty

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

@Stability(Stable) public static interface CfnTLSInspectionConfiguration.CheckCertificateRevocationStatusProperty extends software.amazon.jsii.JsiiSerializable
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.networkfirewall.*;
 CheckCertificateRevocationStatusProperty checkCertificateRevocationStatusProperty = CheckCertificateRevocationStatusProperty.builder()
         .revokedStatusAction("revokedStatusAction")
         .unknownStatusAction("unknownStatusAction")
         .build();
 

See Also: