Class: Aws::EC2::Types::FirewallStatelessRule

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destination_portsArray<Types::PortRange>

The destination ports.

Returns:



33277
33278
33279
33280
33281
33282
33283
33284
33285
33286
33287
33288
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33277

class FirewallStatelessRule < Struct.new(
  :rule_group_arn,
  :sources,
  :destinations,
  :source_ports,
  :destination_ports,
  :protocols,
  :rule_action,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#destinationsArray<String>

The destination IP addresses, in CIDR notation.

Returns:

  • (Array<String>)


33277
33278
33279
33280
33281
33282
33283
33284
33285
33286
33287
33288
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33277

class FirewallStatelessRule < Struct.new(
  :rule_group_arn,
  :sources,
  :destinations,
  :source_ports,
  :destination_ports,
  :protocols,
  :rule_action,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

The rule priority.

Returns:

  • (Integer)


33277
33278
33279
33280
33281
33282
33283
33284
33285
33286
33287
33288
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33277

class FirewallStatelessRule < Struct.new(
  :rule_group_arn,
  :sources,
  :destinations,
  :source_ports,
  :destination_ports,
  :protocols,
  :rule_action,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#protocolsArray<Integer>

The protocols.

Returns:

  • (Array<Integer>)


33277
33278
33279
33280
33281
33282
33283
33284
33285
33286
33287
33288
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33277

class FirewallStatelessRule < Struct.new(
  :rule_group_arn,
  :sources,
  :destinations,
  :source_ports,
  :destination_ports,
  :protocols,
  :rule_action,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#rule_actionString

The rule action. The possible values are pass, drop, and forward_to_site.

Returns:

  • (String)


33277
33278
33279
33280
33281
33282
33283
33284
33285
33286
33287
33288
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33277

class FirewallStatelessRule < Struct.new(
  :rule_group_arn,
  :sources,
  :destinations,
  :source_ports,
  :destination_ports,
  :protocols,
  :rule_action,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#rule_group_arnString

The ARN of the stateless rule group.

Returns:

  • (String)


33277
33278
33279
33280
33281
33282
33283
33284
33285
33286
33287
33288
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33277

class FirewallStatelessRule < Struct.new(
  :rule_group_arn,
  :sources,
  :destinations,
  :source_ports,
  :destination_ports,
  :protocols,
  :rule_action,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#source_portsArray<Types::PortRange>

The source ports.

Returns:



33277
33278
33279
33280
33281
33282
33283
33284
33285
33286
33287
33288
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33277

class FirewallStatelessRule < Struct.new(
  :rule_group_arn,
  :sources,
  :destinations,
  :source_ports,
  :destination_ports,
  :protocols,
  :rule_action,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end

#sourcesArray<String>

The source IP addresses, in CIDR notation.

Returns:

  • (Array<String>)


33277
33278
33279
33280
33281
33282
33283
33284
33285
33286
33287
33288
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33277

class FirewallStatelessRule < Struct.new(
  :rule_group_arn,
  :sources,
  :destinations,
  :source_ports,
  :destination_ports,
  :protocols,
  :rule_action,
  :priority)
  SENSITIVE = []
  include Aws::Structure
end