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.
35277 35278 35279 35280 35281 35282 35283 35284 35285 35286 35287 35288 |
# File 'lib/aws-sdk-ec2/types.rb', line 35277 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.
35277 35278 35279 35280 35281 35282 35283 35284 35285 35286 35287 35288 |
# File 'lib/aws-sdk-ec2/types.rb', line 35277 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`.
35277 35278 35279 35280 35281 35282 35283 35284 35285 35286 35287 35288 |
# File 'lib/aws-sdk-ec2/types.rb', line 35277 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.
35277 35278 35279 35280 35281 35282 35283 35284 35285 35286 35287 35288 |
# File 'lib/aws-sdk-ec2/types.rb', line 35277 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`.
35277 35278 35279 35280 35281 35282 35283 35284 35285 35286 35287 35288 |
# File 'lib/aws-sdk-ec2/types.rb', line 35277 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.
35277 35278 35279 35280 35281 35282 35283 35284 35285 35286 35287 35288 |
# File 'lib/aws-sdk-ec2/types.rb', line 35277 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.
35277 35278 35279 35280 35281 35282 35283 35284 35285 35286 35287 35288 |
# File 'lib/aws-sdk-ec2/types.rb', line 35277 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.
35277 35278 35279 35280 35281 35282 35283 35284 35285 35286 35287 35288 |
# File 'lib/aws-sdk-ec2/types.rb', line 35277 class FirewallStatefulRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocol, :rule_action, :direction) SENSITIVE = [] include Aws::Structure end |