| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
CheckCertificateRevocationStatusActions |
CheckCertificateRevocationStatusActions.clone() |
CheckCertificateRevocationStatusActions |
ServerCertificateConfiguration.getCheckCertificateRevocationStatus()
When enabled, Network Firewall checks if the server certificate presented by the server in the SSL/TLS connection
has a revoked or unkown status.
|
CheckCertificateRevocationStatusActions |
CheckCertificateRevocationStatusActions.withRevokedStatusAction(RevocationCheckAction revokedStatusAction)
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.
|
CheckCertificateRevocationStatusActions |
CheckCertificateRevocationStatusActions.withRevokedStatusAction(String revokedStatusAction)
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.
|
CheckCertificateRevocationStatusActions |
CheckCertificateRevocationStatusActions.withUnknownStatusAction(RevocationCheckAction unknownStatusAction)
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.
|
CheckCertificateRevocationStatusActions |
CheckCertificateRevocationStatusActions.withUnknownStatusAction(String unknownStatusAction)
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerCertificateConfiguration.setCheckCertificateRevocationStatus(CheckCertificateRevocationStatusActions checkCertificateRevocationStatus)
When enabled, Network Firewall checks if the server certificate presented by the server in the SSL/TLS connection
has a revoked or unkown status.
|
ServerCertificateConfiguration |
ServerCertificateConfiguration.withCheckCertificateRevocationStatus(CheckCertificateRevocationStatusActions checkCertificateRevocationStatus)
When enabled, Network Firewall checks if the server certificate presented by the server in the SSL/TLS connection
has a revoked or unkown status.
|
Copyright © 2025. All rights reserved.