Class: Aws::FMS::Types::NetworkAclCommonPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::NetworkAclCommonPolicy
- 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
-
#network_acl_entry_set ⇒ Types::NetworkAclEntrySet
The definition of the first and last rules for the network ACL policy.
Instance Attribute Details
#network_acl_entry_set ⇒ Types::NetworkAclEntrySet
The definition of the first and last rules for the network ACL policy.
2595 2596 2597 2598 2599 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2595 class NetworkAclCommonPolicy < Struct.new( :network_acl_entry_set) SENSITIVE = [] include Aws::Structure end |