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.
33226 33227 33228 33229 33230 33231 33232 33233 33234 33235 33236 33237 |
# File 'lib/aws-sdk-ec2/types.rb', line 33226 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.
33226 33227 33228 33229 33230 33231 33232 33233 33234 33235 33236 33237 |
# File 'lib/aws-sdk-ec2/types.rb', line 33226 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`.
33226 33227 33228 33229 33230 33231 33232 33233 33234 33235 33236 33237 |
# File 'lib/aws-sdk-ec2/types.rb', line 33226 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.
33226 33227 33228 33229 33230 33231 33232 33233 33234 33235 33236 33237 |
# File 'lib/aws-sdk-ec2/types.rb', line 33226 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`.
33226 33227 33228 33229 33230 33231 33232 33233 33234 33235 33236 33237 |
# File 'lib/aws-sdk-ec2/types.rb', line 33226 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.
33226 33227 33228 33229 33230 33231 33232 33233 33234 33235 33236 33237 |
# File 'lib/aws-sdk-ec2/types.rb', line 33226 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.
33226 33227 33228 33229 33230 33231 33232 33233 33234 33235 33236 33237 |
# File 'lib/aws-sdk-ec2/types.rb', line 33226 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.
33226 33227 33228 33229 33230 33231 33232 33233 33234 33235 33236 33237 |
# File 'lib/aws-sdk-ec2/types.rb', line 33226 class FirewallStatefulRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocol, :rule_action, :direction) SENSITIVE = [] include Aws::Structure end |