Class: Aws::FMS::Types::StatelessRuleGroup
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::FMS::Types::StatelessRuleGroup
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Network Firewall stateless rule group, used in a NetworkFirewallPolicyDescription.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #priority  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The priority of the rule group. 
- 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The resource ID of the rule group. 
- 
  
    
      #rule_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the rule group. 
Instance Attribute Details
#priority ⇒ Integer
The priority of the rule group. Network Firewall evaluates the stateless rule groups in a firewall policy starting from the lowest priority setting.
| 5277 5278 5279 5280 5281 5282 5283 | # File 'lib/aws-sdk-fms/types.rb', line 5277 class StatelessRuleGroup < Struct.new( :rule_group_name, :resource_id, :priority) SENSITIVE = [] include Aws::Structure end | 
#resource_id ⇒ String
The resource ID of the rule group.
| 5277 5278 5279 5280 5281 5282 5283 | # File 'lib/aws-sdk-fms/types.rb', line 5277 class StatelessRuleGroup < Struct.new( :rule_group_name, :resource_id, :priority) SENSITIVE = [] include Aws::Structure end | 
#rule_group_name ⇒ String
The name of the rule group.
| 5277 5278 5279 5280 5281 5282 5283 | # File 'lib/aws-sdk-fms/types.rb', line 5277 class StatelessRuleGroup < Struct.new( :rule_group_name, :resource_id, :priority) SENSITIVE = [] include Aws::Structure end |