Class: Aws::EC2::Types::FirewallStatelessRule
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::FirewallStatelessRule
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a stateless rule.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #destination_ports  ⇒ Array<Types::PortRange> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The destination ports.
 - 
  
    
      #destinations  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The destination IP addresses, in CIDR notation.
 - 
  
    
      #priority  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The rule priority.
 - 
  
    
      #protocols  ⇒ Array<Integer> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The protocols.
 - 
  
    
      #rule_action  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The rule action.
 - 
  
    
      #rule_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the stateless rule group.
 - 
  
    
      #source_ports  ⇒ Array<Types::PortRange> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source ports.
 - 
  
    
      #sources  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source IP addresses, in CIDR notation.
 
Instance Attribute Details
#destination_ports ⇒ Array<Types::PortRange>
The destination ports.
      36172 36173 36174 36175 36176 36177 36178 36179 36180 36181 36182 36183  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 36172 class FirewallStatelessRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocols, :rule_action, :priority) SENSITIVE = [] include Aws::Structure end  | 
  
#destinations ⇒ Array<String>
The destination IP addresses, in CIDR notation.
      36172 36173 36174 36175 36176 36177 36178 36179 36180 36181 36182 36183  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 36172 class FirewallStatelessRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocols, :rule_action, :priority) SENSITIVE = [] include Aws::Structure end  | 
  
#priority ⇒ Integer
The rule priority.
      36172 36173 36174 36175 36176 36177 36178 36179 36180 36181 36182 36183  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 36172 class FirewallStatelessRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocols, :rule_action, :priority) SENSITIVE = [] include Aws::Structure end  | 
  
#protocols ⇒ Array<Integer>
The protocols.
      36172 36173 36174 36175 36176 36177 36178 36179 36180 36181 36182 36183  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 36172 class FirewallStatelessRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocols, :rule_action, :priority) SENSITIVE = [] include Aws::Structure end  | 
  
#rule_action ⇒ String
The rule action. The possible values are ‘pass`, `drop`, and `forward_to_site`.
      36172 36173 36174 36175 36176 36177 36178 36179 36180 36181 36182 36183  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 36172 class FirewallStatelessRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocols, :rule_action, :priority) SENSITIVE = [] include Aws::Structure end  | 
  
#rule_group_arn ⇒ String
The ARN of the stateless rule group.
      36172 36173 36174 36175 36176 36177 36178 36179 36180 36181 36182 36183  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 36172 class FirewallStatelessRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocols, :rule_action, :priority) SENSITIVE = [] include Aws::Structure end  | 
  
#source_ports ⇒ Array<Types::PortRange>
The source ports.
      36172 36173 36174 36175 36176 36177 36178 36179 36180 36181 36182 36183  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 36172 class FirewallStatelessRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocols, :rule_action, :priority) SENSITIVE = [] include Aws::Structure end  | 
  
#sources ⇒ Array<String>
The source IP addresses, in CIDR notation.
      36172 36173 36174 36175 36176 36177 36178 36179 36180 36181 36182 36183  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 36172 class FirewallStatelessRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocols, :rule_action, :priority) SENSITIVE = [] include Aws::Structure end  |