Class: Aws::EC2::Types::FirewallStatefulRule
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::FirewallStatefulRule
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a stateful 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.
 - 
  
    
      #direction  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The direction.
 - 
  
    
      #protocol  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The protocol.
 - 
  
    
      #rule_action  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The rule action.
 - 
  
    
      #rule_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the stateful 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.
      35530 35531 35532 35533 35534 35535 35536 35537 35538 35539 35540 35541  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 35530 class FirewallStatefulRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocol, :rule_action, :direction) SENSITIVE = [] include Aws::Structure end  | 
  
#destinations ⇒ Array<String>
The destination IP addresses, in CIDR notation.
      35530 35531 35532 35533 35534 35535 35536 35537 35538 35539 35540 35541  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 35530 class FirewallStatefulRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocol, :rule_action, :direction) SENSITIVE = [] include Aws::Structure end  | 
  
#direction ⇒ String
The direction. The possible values are ‘FORWARD` and `ANY`.
      35530 35531 35532 35533 35534 35535 35536 35537 35538 35539 35540 35541  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 35530 class FirewallStatefulRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocol, :rule_action, :direction) SENSITIVE = [] include Aws::Structure end  | 
  
#protocol ⇒ String
The protocol.
      35530 35531 35532 35533 35534 35535 35536 35537 35538 35539 35540 35541  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 35530 class FirewallStatefulRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocol, :rule_action, :direction) SENSITIVE = [] include Aws::Structure end  | 
  
#rule_action ⇒ String
The rule action. The possible values are ‘pass`, `drop`, and `alert`.
      35530 35531 35532 35533 35534 35535 35536 35537 35538 35539 35540 35541  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 35530 class FirewallStatefulRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocol, :rule_action, :direction) SENSITIVE = [] include Aws::Structure end  | 
  
#rule_group_arn ⇒ String
The ARN of the stateful rule group.
      35530 35531 35532 35533 35534 35535 35536 35537 35538 35539 35540 35541  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 35530 class FirewallStatefulRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocol, :rule_action, :direction) SENSITIVE = [] include Aws::Structure end  | 
  
#source_ports ⇒ Array<Types::PortRange>
The source ports.
      35530 35531 35532 35533 35534 35535 35536 35537 35538 35539 35540 35541  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 35530 class FirewallStatefulRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocol, :rule_action, :direction) SENSITIVE = [] include Aws::Structure end  | 
  
#sources ⇒ Array<String>
The source IP addresses, in CIDR notation.
      35530 35531 35532 35533 35534 35535 35536 35537 35538 35539 35540 35541  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 35530 class FirewallStatefulRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocol, :rule_action, :direction) SENSITIVE = [] include Aws::Structure end  |