Class: Aws::SecurityHub::Types::AwsWafv2WebAclDetails

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

Overview

Details about an WAFv2 web Access Control List (ACL).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource.

Returns:

  • (String)


22352
22353
22354
22355
22356
22357
22358
22359
22360
22361
22362
22363
22364
22365
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22352

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

#capacityInteger

The web ACL capacity units (WCUs) currently being used by this web ACL.

Returns:

  • (Integer)


22352
22353
22354
22355
22356
22357
22358
22359
22360
22361
22362
22363
22364
22365
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22352

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

#captcha_configTypes::AwsWafv2WebAclCaptchaConfigDetails

Specifies how WAF should handle CAPTCHA evaluations for rules that don't have their own CaptchaConfig settings.



22352
22353
22354
22355
22356
22357
22358
22359
22360
22361
22362
22363
22364
22365
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22352

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

#default_actionTypes::AwsWafv2WebAclActionDetails

The action to perform if none of the Rules contained in the web ACL match.



22352
22353
22354
22355
22356
22357
22358
22359
22360
22361
22362
22363
22364
22365
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22352

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

#descriptionString

A description of the web ACL that helps with identification.

Returns:

  • (String)


22352
22353
22354
22355
22356
22357
22358
22359
22360
22361
22362
22363
22364
22365
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22352

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

#idString

A unique identifier for the web ACL.

Returns:

  • (String)


22352
22353
22354
22355
22356
22357
22358
22359
22360
22361
22362
22363
22364
22365
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22352

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

#managedby_firewall_managerBoolean

Indicates whether this web ACL is managed by Firewall Manager.

Returns:

  • (Boolean)


22352
22353
22354
22355
22356
22357
22358
22359
22360
22361
22362
22363
22364
22365
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22352

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

#nameString

The name of the web ACL.

Returns:

  • (String)


22352
22353
22354
22355
22356
22357
22358
22359
22360
22361
22362
22363
22364
22365
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22352

class AwsWafv2WebAclDetails < Struct.new(
  :name,
  :arn,
  :managedby_firewall_manager,
  :id,
  :capacity,
  :captcha_config,
  :default_action,
  :description,
  :rules,
  :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:



22352
22353
22354
22355
22356
22357
22358
22359
22360
22361
22362
22363
22364
22365
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22352

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

#visibility_configTypes::AwsWafv2VisibilityConfigDetails

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



22352
22353
22354
22355
22356
22357
22358
22359
22360
22361
22362
22363
22364
22365
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22352

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