GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::NetworkFirewall::Firewall(3) User Contributed Perl Documentation Paws::NetworkFirewall::Firewall(3)

Paws::NetworkFirewall::Firewall

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::NetworkFirewall::Firewall object:

  $service_obj->Method(Att1 => { DeleteProtection => $value, ..., VpcId => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::NetworkFirewall::Firewall object:

  $result = $service_obj->Method(...);
  $result->Att1->DeleteProtection

The firewall defines the configuration settings for an AWS Network Firewall firewall. These settings include the firewall policy, the subnets in your VPC to use for the firewall endpoints, and any tags that are attached to the firewall AWS resource.

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 objects by calling DescribeFirewall.

A flag indicating whether it is possible to delete the firewall. A setting of "TRUE" indicates that the firewall is protected against deletion. Use this setting to protect against accidentally deleting a firewall that is in use. When you create a firewall, the operation initializes this flag to "TRUE".

A description of the firewall.

The Amazon Resource Name (ARN) of the firewall.

REQUIRED FirewallId => Str

The unique identifier for the firewall.

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

REQUIRED FirewallPolicyArn => Str

The Amazon Resource Name (ARN) of the firewall policy.

The relationship of firewall to firewall policy is many to one. Each firewall requires one firewall policy association, and you can use the same firewall policy for multiple firewalls.

A setting indicating whether the firewall is protected against a change to the firewall policy association. Use this setting to protect against accidentally modifying the firewall policy for a firewall that is in use. When you create a firewall, the operation initializes this setting to "TRUE".

A setting indicating whether the firewall is protected against changes to the subnet associations. Use this setting to protect against accidentally modifying the subnet associations for a firewall that is in use. When you create a firewall, the operation initializes this setting to "TRUE".

REQUIRED SubnetMappings => ArrayRef[Paws::NetworkFirewall::SubnetMapping]

The public subnets that Network Firewall is using for the firewall. Each subnet must belong to a different Availability Zone.

REQUIRED VpcId => Str

The unique identifier of the VPC where the firewall is in use.

This class forms part of Paws, describing an object used in Paws::NetworkFirewall

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.