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.
32474 32475 32476 32477 32478 32479 32480 32481 32482 32483 32484 32485 |
# File 'lib/aws-sdk-ec2/types.rb', line 32474 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.
32474 32475 32476 32477 32478 32479 32480 32481 32482 32483 32484 32485 |
# File 'lib/aws-sdk-ec2/types.rb', line 32474 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`.
32474 32475 32476 32477 32478 32479 32480 32481 32482 32483 32484 32485 |
# File 'lib/aws-sdk-ec2/types.rb', line 32474 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.
32474 32475 32476 32477 32478 32479 32480 32481 32482 32483 32484 32485 |
# File 'lib/aws-sdk-ec2/types.rb', line 32474 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`.
32474 32475 32476 32477 32478 32479 32480 32481 32482 32483 32484 32485 |
# File 'lib/aws-sdk-ec2/types.rb', line 32474 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.
32474 32475 32476 32477 32478 32479 32480 32481 32482 32483 32484 32485 |
# File 'lib/aws-sdk-ec2/types.rb', line 32474 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.
32474 32475 32476 32477 32478 32479 32480 32481 32482 32483 32484 32485 |
# File 'lib/aws-sdk-ec2/types.rb', line 32474 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.
32474 32475 32476 32477 32478 32479 32480 32481 32482 32483 32484 32485 |
# File 'lib/aws-sdk-ec2/types.rb', line 32474 class FirewallStatefulRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocol, :rule_action, :direction) SENSITIVE = [] include Aws::Structure end |