Class: Aws::FMS::Types::EntryDescription

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

Overview

Describes a single rule in a network ACL.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entry_detailTypes::NetworkAclEntry

Describes a rule in a network ACL.

Each network ACL has a set of numbered ingress rules and a separate set of numbered egress rules. When determining whether a packet should be allowed in or out of a subnet associated with the network ACL, Amazon Web Services processes the entries in the network ACL according to the rule numbers, in ascending order.

When you manage an individual network ACL, you explicitly specify the rule numbers. When you specify the network ACL rules in a Firewall Manager policy, you provide the rules to run first, in the order that you want them to run, and the rules to run last, in the order that you want them to run. Firewall Manager assigns the rule numbers for you when you save the network ACL policy specification.



1145
1146
1147
1148
1149
1150
1151
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1145

class EntryDescription < Struct.new(
  :entry_detail,
  :entry_rule_number,
  :entry_type)
  SENSITIVE = []
  include Aws::Structure
end

#entry_rule_numberInteger

The rule number for the entry. ACL entries are processed in ascending order by rule number. In a Firewall Manager network ACL policy, Firewall Manager assigns rule numbers.

Returns:

  • (Integer)


1145
1146
1147
1148
1149
1150
1151
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1145

class EntryDescription < Struct.new(
  :entry_detail,
  :entry_rule_number,
  :entry_type)
  SENSITIVE = []
  include Aws::Structure
end

#entry_typeString

Specifies whether the entry is managed by Firewall Manager or by a user, and, for Firewall Manager-managed entries, specifies whether the entry is among those that run first in the network ACL or those that run last.

Returns:

  • (String)


1145
1146
1147
1148
1149
1150
1151
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1145

class EntryDescription < Struct.new(
  :entry_detail,
  :entry_rule_number,
  :entry_type)
  SENSITIVE = []
  include Aws::Structure
end