NAME

Paws::NetworkFirewall::Firewall

USAGE

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

DESCRIPTION

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.

ATTRIBUTES

DeleteProtection => Bool

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.

Description => Str

A description of the firewall.

FirewallArn => Str

The Amazon Resource Name (ARN) of the firewall.

REQUIRED FirewallId => Str

The unique identifier for the firewall.

FirewallName => Str

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.

FirewallPolicyChangeProtection => Bool

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.

SubnetChangeProtection => Bool

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.

Tags => ArrayRef[Paws::NetworkFirewall::Tag]

REQUIRED VpcId => Str

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

SEE ALSO

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

BUGS and CONTRIBUTIONS

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