public static interface FirewallConfig.Builder extends SdkPojo, CopyableBuilder<FirewallConfig.Builder,FirewallConfig>
| Modifier and Type | Method and Description |
|---|---|
FirewallConfig.Builder |
firewallFailOpen(FirewallFailOpenStatus firewallFailOpen)
Determines how DNS Firewall operates during failures, for example when all traffic that is sent to DNS
Firewall fails to receive a reply.
|
FirewallConfig.Builder |
firewallFailOpen(String firewallFailOpen)
Determines how DNS Firewall operates during failures, for example when all traffic that is sent to DNS
Firewall fails to receive a reply.
|
FirewallConfig.Builder |
id(String id)
The ID of the firewall configuration.
|
FirewallConfig.Builder |
ownerId(String ownerId)
The Amazon Web Services account ID of the owner of the VPC that this firewall configuration applies to.
|
FirewallConfig.Builder |
resourceId(String resourceId)
The ID of the VPC that this firewall configuration applies to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFirewallConfig.Builder id(String id)
The ID of the firewall configuration.
id - The ID of the firewall configuration.FirewallConfig.Builder resourceId(String resourceId)
The ID of the VPC that this firewall configuration applies to.
resourceId - The ID of the VPC that this firewall configuration applies to.FirewallConfig.Builder ownerId(String ownerId)
The Amazon Web Services account ID of the owner of the VPC that this firewall configuration applies to.
ownerId - The Amazon Web Services account ID of the owner of the VPC that this firewall configuration applies
to.FirewallConfig.Builder firewallFailOpen(String firewallFailOpen)
Determines how DNS Firewall operates during failures, for example when all traffic that is sent to DNS Firewall fails to receive a reply.
By default, fail open is disabled, which means the failure mode is closed. This approach favors security over availability. DNS Firewall returns a failure error when it is unable to properly evaluate a query.
If you enable this option, the failure mode is open. This approach favors availability over security. DNS Firewall allows queries to proceed if it is unable to properly evaluate them.
This behavior is only enforced for VPCs that have at least one DNS Firewall rule group association.
firewallFailOpen - Determines how DNS Firewall operates during failures, for example when all traffic that is sent to DNS
Firewall fails to receive a reply.
By default, fail open is disabled, which means the failure mode is closed. This approach favors security over availability. DNS Firewall returns a failure error when it is unable to properly evaluate a query.
If you enable this option, the failure mode is open. This approach favors availability over security. DNS Firewall allows queries to proceed if it is unable to properly evaluate them.
This behavior is only enforced for VPCs that have at least one DNS Firewall rule group association.
FirewallFailOpenStatus,
FirewallFailOpenStatusFirewallConfig.Builder firewallFailOpen(FirewallFailOpenStatus firewallFailOpen)
Determines how DNS Firewall operates during failures, for example when all traffic that is sent to DNS Firewall fails to receive a reply.
By default, fail open is disabled, which means the failure mode is closed. This approach favors security over availability. DNS Firewall returns a failure error when it is unable to properly evaluate a query.
If you enable this option, the failure mode is open. This approach favors availability over security. DNS Firewall allows queries to proceed if it is unable to properly evaluate them.
This behavior is only enforced for VPCs that have at least one DNS Firewall rule group association.
firewallFailOpen - Determines how DNS Firewall operates during failures, for example when all traffic that is sent to DNS
Firewall fails to receive a reply.
By default, fail open is disabled, which means the failure mode is closed. This approach favors security over availability. DNS Firewall returns a failure error when it is unable to properly evaluate a query.
If you enable this option, the failure mode is open. This approach favors availability over security. DNS Firewall allows queries to proceed if it is unable to properly evaluate them.
This behavior is only enforced for VPCs that have at least one DNS Firewall rule group association.
FirewallFailOpenStatus,
FirewallFailOpenStatusCopyright © 2023. All rights reserved.