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.
35327 35328 35329 35330 35331 35332 35333 35334 35335 35336 35337 35338 |
# File 'lib/aws-sdk-ec2/types.rb', line 35327 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.
35327 35328 35329 35330 35331 35332 35333 35334 35335 35336 35337 35338 |
# File 'lib/aws-sdk-ec2/types.rb', line 35327 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.
35327 35328 35329 35330 35331 35332 35333 35334 35335 35336 35337 35338 |
# File 'lib/aws-sdk-ec2/types.rb', line 35327 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.
35327 35328 35329 35330 35331 35332 35333 35334 35335 35336 35337 35338 |
# File 'lib/aws-sdk-ec2/types.rb', line 35327 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`.
35327 35328 35329 35330 35331 35332 35333 35334 35335 35336 35337 35338 |
# File 'lib/aws-sdk-ec2/types.rb', line 35327 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.
35327 35328 35329 35330 35331 35332 35333 35334 35335 35336 35337 35338 |
# File 'lib/aws-sdk-ec2/types.rb', line 35327 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.
35327 35328 35329 35330 35331 35332 35333 35334 35335 35336 35337 35338 |
# File 'lib/aws-sdk-ec2/types.rb', line 35327 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.
35327 35328 35329 35330 35331 35332 35333 35334 35335 35336 35337 35338 |
# File 'lib/aws-sdk-ec2/types.rb', line 35327 class FirewallStatelessRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocols, :rule_action, :priority) SENSITIVE = [] include Aws::Structure end |