Class: Aws::SecurityHub::Types::RuleGroupSourceStatelessRuleMatchAttributes

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Criteria for the stateless rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_portsArray<Types::RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts>

A list of port ranges to specify the destination ports to inspect for.



28916
28917
28918
28919
28920
28921
28922
28923
28924
28925
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28916

class RuleGroupSourceStatelessRuleMatchAttributes < Struct.new(
  :destination_ports,
  :destinations,
  :protocols,
  :source_ports,
  :sources,
  :tcp_flags)
  SENSITIVE = []
  include Aws::Structure
end

#destinationsArray<Types::RuleGroupSourceStatelessRuleMatchAttributesDestinations>

The destination IP addresses and address ranges to inspect for, in CIDR notation.



28916
28917
28918
28919
28920
28921
28922
28923
28924
28925
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28916

class RuleGroupSourceStatelessRuleMatchAttributes < Struct.new(
  :destination_ports,
  :destinations,
  :protocols,
  :source_ports,
  :sources,
  :tcp_flags)
  SENSITIVE = []
  include Aws::Structure
end

#protocolsArray<Integer>

The protocols to inspect for.

Returns:

  • (Array<Integer>)


28916
28917
28918
28919
28920
28921
28922
28923
28924
28925
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28916

class RuleGroupSourceStatelessRuleMatchAttributes < Struct.new(
  :destination_ports,
  :destinations,
  :protocols,
  :source_ports,
  :sources,
  :tcp_flags)
  SENSITIVE = []
  include Aws::Structure
end

#source_portsArray<Types::RuleGroupSourceStatelessRuleMatchAttributesSourcePorts>

A list of port ranges to specify the source ports to inspect for.



28916
28917
28918
28919
28920
28921
28922
28923
28924
28925
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28916

class RuleGroupSourceStatelessRuleMatchAttributes < Struct.new(
  :destination_ports,
  :destinations,
  :protocols,
  :source_ports,
  :sources,
  :tcp_flags)
  SENSITIVE = []
  include Aws::Structure
end

#sourcesArray<Types::RuleGroupSourceStatelessRuleMatchAttributesSources>

The source IP addresses and address ranges to inspect for, in CIDR notation.



28916
28917
28918
28919
28920
28921
28922
28923
28924
28925
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28916

class RuleGroupSourceStatelessRuleMatchAttributes < Struct.new(
  :destination_ports,
  :destinations,
  :protocols,
  :source_ports,
  :sources,
  :tcp_flags)
  SENSITIVE = []
  include Aws::Structure
end

#tcp_flagsArray<Types::RuleGroupSourceStatelessRuleMatchAttributesTcpFlags>

The TCP flags and masks to inspect for.



28916
28917
28918
28919
28920
28921
28922
28923
28924
28925
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28916

class RuleGroupSourceStatelessRuleMatchAttributes < Struct.new(
  :destination_ports,
  :destinations,
  :protocols,
  :source_ports,
  :sources,
  :tcp_flags)
  SENSITIVE = []
  include Aws::Structure
end