Class: Aws::SecurityHub::Types::AwsWafv2RuleGroupDetails

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

Overview

Details about an WAFv2 rule group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the entity.

Returns:

  • (String)


22045
22046
22047
22048
22049
22050
22051
22052
22053
22054
22055
22056
# File 'lib/aws-sdk-securityhub/types.rb', line 22045

class AwsWafv2RuleGroupDetails < Struct.new(
  :capacity,
  :description,
  :id,
  :name,
  :arn,
  :rules,
  :scope,
  :visibility_config)
  SENSITIVE = []
  include Aws::Structure
end

#capacityInteger

The web ACL capacity units (WCUs) required for this rule group.

Returns:

  • (Integer)


22045
22046
22047
22048
22049
22050
22051
22052
22053
22054
22055
22056
# File 'lib/aws-sdk-securityhub/types.rb', line 22045

class AwsWafv2RuleGroupDetails < Struct.new(
  :capacity,
  :description,
  :id,
  :name,
  :arn,
  :rules,
  :scope,
  :visibility_config)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the rule group that helps with identification.

Returns:

  • (String)


22045
22046
22047
22048
22049
22050
22051
22052
22053
22054
22055
22056
# File 'lib/aws-sdk-securityhub/types.rb', line 22045

class AwsWafv2RuleGroupDetails < Struct.new(
  :capacity,
  :description,
  :id,
  :name,
  :arn,
  :rules,
  :scope,
  :visibility_config)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A unique identifier for the rule group.

Returns:

  • (String)


22045
22046
22047
22048
22049
22050
22051
22052
22053
22054
22055
22056
# File 'lib/aws-sdk-securityhub/types.rb', line 22045

class AwsWafv2RuleGroupDetails < Struct.new(
  :capacity,
  :description,
  :id,
  :name,
  :arn,
  :rules,
  :scope,
  :visibility_config)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the rule group. You cannot change the name of a rule group after you create it.

Returns:

  • (String)


22045
22046
22047
22048
22049
22050
22051
22052
22053
22054
22055
22056
# File 'lib/aws-sdk-securityhub/types.rb', line 22045

class AwsWafv2RuleGroupDetails < Struct.new(
  :capacity,
  :description,
  :id,
  :name,
  :arn,
  :rules,
  :scope,
  :visibility_config)
  SENSITIVE = []
  include Aws::Structure
end

#rulesArray<Types::AwsWafv2RulesDetails>

The Rule statements used to identify the web requests that you want to allow, block, or count. Each rule includes one top-level statement that WAF uses to identify matching web requests, and parameters that govern how WAF handles them.

Returns:



22045
22046
22047
22048
22049
22050
22051
22052
22053
22054
22055
22056
# File 'lib/aws-sdk-securityhub/types.rb', line 22045

class AwsWafv2RuleGroupDetails < Struct.new(
  :capacity,
  :description,
  :id,
  :name,
  :arn,
  :rules,
  :scope,
  :visibility_config)
  SENSITIVE = []
  include Aws::Structure
end

#scopeString

Specifies whether the rule group is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool.

Returns:

  • (String)


22045
22046
22047
22048
22049
22050
22051
22052
22053
22054
22055
22056
# File 'lib/aws-sdk-securityhub/types.rb', line 22045

class AwsWafv2RuleGroupDetails < Struct.new(
  :capacity,
  :description,
  :id,
  :name,
  :arn,
  :rules,
  :scope,
  :visibility_config)
  SENSITIVE = []
  include Aws::Structure
end

#visibility_configTypes::AwsWafv2VisibilityConfigDetails

Defines and enables Amazon CloudWatch metrics and web request sample collection.



22045
22046
22047
22048
22049
22050
22051
22052
22053
22054
22055
22056
# File 'lib/aws-sdk-securityhub/types.rb', line 22045

class AwsWafv2RuleGroupDetails < Struct.new(
  :capacity,
  :description,
  :id,
  :name,
  :arn,
  :rules,
  :scope,
  :visibility_config)
  SENSITIVE = []
  include Aws::Structure
end