Class: Aws::EC2::Types::FirewallStatelessRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::FirewallStatelessRule
- Defined in:
- gems/aws-sdk-ec2/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.
35401 35402 35403 35404 35405 35406 35407 35408 35409 35410 35411 35412 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35401 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.
35401 35402 35403 35404 35405 35406 35407 35408 35409 35410 35411 35412 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35401 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.
35401 35402 35403 35404 35405 35406 35407 35408 35409 35410 35411 35412 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35401 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.
35401 35402 35403 35404 35405 35406 35407 35408 35409 35410 35411 35412 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35401 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
.
35401 35402 35403 35404 35405 35406 35407 35408 35409 35410 35411 35412 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35401 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.
35401 35402 35403 35404 35405 35406 35407 35408 35409 35410 35411 35412 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35401 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.
35401 35402 35403 35404 35405 35406 35407 35408 35409 35410 35411 35412 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35401 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.
35401 35402 35403 35404 35405 35406 35407 35408 35409 35410 35411 35412 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35401 class FirewallStatelessRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocols, :rule_action, :priority) SENSITIVE = [] include Aws::Structure end |