Class: Aws::FMS::Types::NetworkAclCommonPolicy

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fms/types.rb

Overview

Defines a Firewall Manager network ACL policy. This is used in the ‘PolicyOption` of a `SecurityServicePolicyData` for a `Policy`, when the `SecurityServicePolicyData` type is set to `NETWORK_ACL_COMMON`.

For information about network ACLs, see [Control traffic to subnets using network ACLs] in the *Amazon Virtual Private Cloud User Guide*.

[1]: docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_acl_entry_setTypes::NetworkAclEntrySet

The definition of the first and last rules for the network ACL policy.



2593
2594
2595
2596
2597
# File 'lib/aws-sdk-fms/types.rb', line 2593

class NetworkAclCommonPolicy < Struct.new(
  :network_acl_entry_set)
  SENSITIVE = []
  include Aws::Structure
end