Class: Aws::EC2::Types::FirewallStatefulRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::FirewallStatefulRule
- Defined in:
- gems/aws-sdk-ec2/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.
39234 39235 39236 39237 39238 39239 39240 39241 39242 39243 39244 39245 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39234 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.
39234 39235 39236 39237 39238 39239 39240 39241 39242 39243 39244 39245 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39234 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.
39234 39235 39236 39237 39238 39239 39240 39241 39242 39243 39244 39245 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39234 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.
39234 39235 39236 39237 39238 39239 39240 39241 39242 39243 39244 39245 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39234 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.
39234 39235 39236 39237 39238 39239 39240 39241 39242 39243 39244 39245 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39234 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.
39234 39235 39236 39237 39238 39239 39240 39241 39242 39243 39244 39245 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39234 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.
39234 39235 39236 39237 39238 39239 39240 39241 39242 39243 39244 39245 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39234 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.
39234 39235 39236 39237 39238 39239 39240 39241 39242 39243 39244 39245 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39234 class FirewallStatefulRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocol, :rule_action, :direction) SENSITIVE = [] include Aws::Structure end |