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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/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.

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 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2593

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