Class: Aws::SecurityHub::Types::RuleGroupSourceStatelessRuleDefinition

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

Overview

The definition of the stateless rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<String>

The actions to take on a packet that matches one of the stateless rule definition’s match attributes. You must specify a standard action (‘aws:pass`, `aws:drop`, or `aws:forward_to_sfe`). You can then add custom actions.

Returns:

  • (Array<String>)


29063
29064
29065
29066
29067
29068
# File 'lib/aws-sdk-securityhub/types.rb', line 29063

class RuleGroupSourceStatelessRuleDefinition < Struct.new(
  :actions,
  :match_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#match_attributesTypes::RuleGroupSourceStatelessRuleMatchAttributes

The criteria for Network Firewall to use to inspect an individual packet in a stateless rule inspection.



29063
29064
29065
29066
29067
29068
# File 'lib/aws-sdk-securityhub/types.rb', line 29063

class RuleGroupSourceStatelessRuleDefinition < Struct.new(
  :actions,
  :match_attributes)
  SENSITIVE = []
  include Aws::Structure
end