/AWS1/CL_NWFDELETEFIREWALLRSP¶
DeleteFirewallResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_firewall TYPE REF TO /AWS1/CL_NWFFIREWALL /AWS1/CL_NWFFIREWALL¶
A firewall defines the behavior of a firewall, the main VPC where the firewall is used, the Availability Zones where the firewall can be used, and one subnet to use for a firewall endpoint within each of the Availability Zones. The Availability Zones are defined implicitly in the subnet specifications.
In addition to the firewall endpoints that you define in this
Firewallspecification, you can create firewall endpoints inVpcEndpointAssociationresources for any VPC, in any Availability Zone where the firewall is already in use.The status of the firewall, for example whether it's ready to filter network traffic, is provided in the corresponding FirewallStatus. You can retrieve both the firewall and firewall status by calling DescribeFirewall.
io_firewallstatus TYPE REF TO /AWS1/CL_NWFFIREWALLSTATUS /AWS1/CL_NWFFIREWALLSTATUS¶
Detailed information about the current status of a Firewall. You can retrieve this for a firewall by calling DescribeFirewall and providing the firewall name and ARN.
The firewall status indicates a combined status. It indicates whether all subnets are up-to-date with the latest firewall configurations, which is based on the sync states config values, and also whether all subnets have their endpoints fully enabled, based on their sync states attachment values.
Queryable Attributes¶
Firewall¶
A firewall defines the behavior of a firewall, the main VPC where the firewall is used, the Availability Zones where the firewall can be used, and one subnet to use for a firewall endpoint within each of the Availability Zones. The Availability Zones are defined implicitly in the subnet specifications.
In addition to the firewall endpoints that you define in this
Firewallspecification, you can create firewall endpoints inVpcEndpointAssociationresources for any VPC, in any Availability Zone where the firewall is already in use.The status of the firewall, for example whether it's ready to filter network traffic, is provided in the corresponding FirewallStatus. You can retrieve both the firewall and firewall status by calling DescribeFirewall.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIREWALL() |
Getter for FIREWALL |
FirewallStatus¶
Detailed information about the current status of a Firewall. You can retrieve this for a firewall by calling DescribeFirewall and providing the firewall name and ARN.
The firewall status indicates a combined status. It indicates whether all subnets are up-to-date with the latest firewall configurations, which is based on the sync states config values, and also whether all subnets have their endpoints fully enabled, based on their sync states attachment values.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIREWALLSTATUS() |
Getter for FIREWALLSTATUS |