Class: Aws::NetworkFirewall::Types::StatelessRuleGroupReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::StatelessRuleGroupReference
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
Identifier for a single stateless rule group, used in a firewall policy to refer to the rule group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#priority ⇒ Integer
An integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the stateless rule group.
Instance Attribute Details
#priority ⇒ Integer
An integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy. Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.
3925 3926 3927 3928 3929 3930 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 3925 class StatelessRuleGroupReference < Struct.new( :resource_arn, :priority) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the stateless rule group.
3925 3926 3927 3928 3929 3930 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 3925 class StatelessRuleGroupReference < Struct.new( :resource_arn, :priority) SENSITIVE = [] include Aws::Structure end |