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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


22084
22085
22086
22087
22088
22089
22090
22091
22092
22093
22094
22095
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22084

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)


22084
22085
22086
22087
22088
22089
22090
22091
22092
22093
22094
22095
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22084

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)


22084
22085
22086
22087
22088
22089
22090
22091
22092
22093
22094
22095
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22084

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)


22084
22085
22086
22087
22088
22089
22090
22091
22092
22093
22094
22095
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22084

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)


22084
22085
22086
22087
22088
22089
22090
22091
22092
22093
22094
22095
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22084

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:



22084
22085
22086
22087
22088
22089
22090
22091
22092
22093
22094
22095
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22084

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)


22084
22085
22086
22087
22088
22089
22090
22091
22092
22093
22094
22095
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22084

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.



22084
22085
22086
22087
22088
22089
22090
22091
22092
22093
22094
22095
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22084

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