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.
40804 40805 40806 40807 40808 40809 40810 40811 40812 40813 40814 40815 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40804 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.
40804 40805 40806 40807 40808 40809 40810 40811 40812 40813 40814 40815 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40804 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.
40804 40805 40806 40807 40808 40809 40810 40811 40812 40813 40814 40815 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40804 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.
40804 40805 40806 40807 40808 40809 40810 40811 40812 40813 40814 40815 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40804 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.
40804 40805 40806 40807 40808 40809 40810 40811 40812 40813 40814 40815 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40804 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.
40804 40805 40806 40807 40808 40809 40810 40811 40812 40813 40814 40815 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40804 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.
40804 40805 40806 40807 40808 40809 40810 40811 40812 40813 40814 40815 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40804 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.
40804 40805 40806 40807 40808 40809 40810 40811 40812 40813 40814 40815 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40804 class FirewallStatelessRule < Struct.new( :rule_group_arn, :sources, :destinations, :source_ports, :destination_ports, :protocols, :rule_action, :priority) SENSITIVE = [] include Aws::Structure end |