Class CfnTLSInspectionConfiguration.CheckCertificateRevocationStatusProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkfirewall.CfnTLSInspectionConfiguration.CheckCertificateRevocationStatusProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTLSInspectionConfiguration.CheckCertificateRevocationStatusProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTLSInspectionConfiguration.CheckCertificateRevocationStatusProperty
@Stability(Stable)
@Internal
public static final class CfnTLSInspectionConfiguration.CheckCertificateRevocationStatusProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTLSInspectionConfiguration.CheckCertificateRevocationStatusProperty
An implementation for
CfnTLSInspectionConfiguration.CheckCertificateRevocationStatusProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.networkfirewall.CfnTLSInspectionConfiguration.CheckCertificateRevocationStatusProperty
CfnTLSInspectionConfiguration.CheckCertificateRevocationStatusProperty.Builder, CfnTLSInspectionConfiguration.CheckCertificateRevocationStatusProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTLSInspectionConfiguration.CheckCertificateRevocationStatusProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Configures how Network Firewall processes traffic when it determines that the certificate presented by the server in the SSL/TLS connection has a revoked status.final String
Configures how Network Firewall processes traffic when it determines that the certificate presented by the server in the SSL/TLS connection has an unknown status, or a status that cannot be determined for any other reason, including when the service is unable to connect to the OCSP and CRL endpoints for the certificate.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnTLSInspectionConfiguration.CheckCertificateRevocationStatusProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTLSInspectionConfiguration.CheckCertificateRevocationStatusProperty.Builder
.
-
-
Method Details
-
getRevokedStatusAction
Description copied from interface:CfnTLSInspectionConfiguration.CheckCertificateRevocationStatusProperty
Configures how Network Firewall processes traffic when it determines that the certificate presented by the server in the SSL/TLS connection has a revoked status.- PASS - Allow the connection to continue, and pass subsequent packets to the stateful engine for inspection.
- DROP - Network Firewall closes the connection and drops subsequent packets for that connection.
- REJECT - Network Firewall sends a TCP reject packet back to your client. The service closes the connection and drops subsequent packets for that connection.
REJECT
is available only for TCP traffic.
- Specified by:
getRevokedStatusAction
in interfaceCfnTLSInspectionConfiguration.CheckCertificateRevocationStatusProperty
- See Also:
-
getUnknownStatusAction
Description copied from interface:CfnTLSInspectionConfiguration.CheckCertificateRevocationStatusProperty
Configures how Network Firewall processes traffic when it determines that the certificate presented by the server in the SSL/TLS connection has an unknown status, or a status that cannot be determined for any other reason, including when the service is unable to connect to the OCSP and CRL endpoints for the certificate.- PASS - Allow the connection to continue, and pass subsequent packets to the stateful engine for inspection.
- DROP - Network Firewall closes the connection and drops subsequent packets for that connection.
- REJECT - Network Firewall sends a TCP reject packet back to your client. The service closes the connection and drops subsequent packets for that connection.
REJECT
is available only for TCP traffic.
- Specified by:
getUnknownStatusAction
in interfaceCfnTLSInspectionConfiguration.CheckCertificateRevocationStatusProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-