Class: Aws::EC2::Types::FirewallStatelessRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::FirewallStatelessRule
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a stateless 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.
-
#priority ⇒ Integer
The rule priority.
-
#protocols ⇒ Array<Integer>
The protocols.
-
#rule_action ⇒ String
The rule action.
-
#rule_group_arn ⇒ String
The ARN of the stateless 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.
32524 32525 32526 32527 32528 32529 32530 32531 32532 32533 32534 32535 |
# File 'lib/aws-sdk-ec2/types.rb', line 32524 class FirewallStatelessRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocols, :rule_action, :priority) SENSITIVE = [] include Aws::Structure end |
#destinations ⇒ Array<String>
The destination IP addresses, in CIDR notation.
32524 32525 32526 32527 32528 32529 32530 32531 32532 32533 32534 32535 |
# File 'lib/aws-sdk-ec2/types.rb', line 32524 class FirewallStatelessRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocols, :rule_action, :priority) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The rule priority.
32524 32525 32526 32527 32528 32529 32530 32531 32532 32533 32534 32535 |
# File 'lib/aws-sdk-ec2/types.rb', line 32524 class FirewallStatelessRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocols, :rule_action, :priority) SENSITIVE = [] include Aws::Structure end |
#protocols ⇒ Array<Integer>
The protocols.
32524 32525 32526 32527 32528 32529 32530 32531 32532 32533 32534 32535 |
# File 'lib/aws-sdk-ec2/types.rb', line 32524 class FirewallStatelessRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocols, :rule_action, :priority) SENSITIVE = [] include Aws::Structure end |
#rule_action ⇒ String
The rule action. The possible values are ‘pass`, `drop`, and `forward_to_site`.
32524 32525 32526 32527 32528 32529 32530 32531 32532 32533 32534 32535 |
# File 'lib/aws-sdk-ec2/types.rb', line 32524 class FirewallStatelessRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocols, :rule_action, :priority) SENSITIVE = [] include Aws::Structure end |
#rule_group_arn ⇒ String
The ARN of the stateless rule group.
32524 32525 32526 32527 32528 32529 32530 32531 32532 32533 32534 32535 |
# File 'lib/aws-sdk-ec2/types.rb', line 32524 class FirewallStatelessRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocols, :rule_action, :priority) SENSITIVE = [] include Aws::Structure end |
#source_ports ⇒ Array<Types::PortRange>
The source ports.
32524 32525 32526 32527 32528 32529 32530 32531 32532 32533 32534 32535 |
# File 'lib/aws-sdk-ec2/types.rb', line 32524 class FirewallStatelessRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocols, :rule_action, :priority) SENSITIVE = [] include Aws::Structure end |
#sources ⇒ Array<String>
The source IP addresses, in CIDR notation.
32524 32525 32526 32527 32528 32529 32530 32531 32532 32533 32534 32535 |
# File 'lib/aws-sdk-ec2/types.rb', line 32524 class FirewallStatelessRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocols, :rule_action, :priority) SENSITIVE = [] include Aws::Structure end |