| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
ServerCertificateConfiguration |
ServerCertificateConfiguration.clone() |
ServerCertificateConfiguration |
ServerCertificateConfiguration.withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the imported certificate authority (CA) certificate within Certificate Manager
(ACM) to use for outbound SSL/TLS inspection.
|
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.
|
ServerCertificateConfiguration |
ServerCertificateConfiguration.withScopes(Collection<ServerCertificateScope> scopes)
A list of scopes.
|
ServerCertificateConfiguration |
ServerCertificateConfiguration.withScopes(ServerCertificateScope... scopes)
A list of scopes.
|
ServerCertificateConfiguration |
ServerCertificateConfiguration.withServerCertificates(Collection<ServerCertificate> serverCertificates)
The list of server certificates to use for inbound SSL/TLS inspection.
|
ServerCertificateConfiguration |
ServerCertificateConfiguration.withServerCertificates(ServerCertificate... serverCertificates)
The list of server certificates to use for inbound SSL/TLS inspection.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServerCertificateConfiguration> |
TLSInspectionConfiguration.getServerCertificateConfigurations()
Lists the server certificate configurations that are associated with the TLS configuration.
|
| Modifier and Type | Method and Description |
|---|---|
TLSInspectionConfiguration |
TLSInspectionConfiguration.withServerCertificateConfigurations(ServerCertificateConfiguration... serverCertificateConfigurations)
Lists the server certificate configurations that are associated with the TLS configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLSInspectionConfiguration.setServerCertificateConfigurations(Collection<ServerCertificateConfiguration> serverCertificateConfigurations)
Lists the server certificate configurations that are associated with the TLS configuration.
|
TLSInspectionConfiguration |
TLSInspectionConfiguration.withServerCertificateConfigurations(Collection<ServerCertificateConfiguration> serverCertificateConfigurations)
Lists the server certificate configurations that are associated with the TLS configuration.
|
Copyright © 2024. All rights reserved.