Class: Aws::CloudFront::Types::WebAclCustomization

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

Overview

The WAF web ACL customization specified for the distribution tenant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action for the WAF web ACL customization. You can specify ‘override` to specify a separate WAF web ACL for the distribution tenant. If you specify `disable`, the distribution tenant won’t have WAF web ACL protections and won’t inherit from the multi-tenant distribution.

Returns:

  • (String)


15947
15948
15949
15950
15951
15952
# File 'lib/aws-sdk-cloudfront/types.rb', line 15947

class WebAclCustomization < Struct.new(
  :action,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the WAF web ACL.

Returns:

  • (String)


15947
15948
15949
15950
15951
15952
# File 'lib/aws-sdk-cloudfront/types.rb', line 15947

class WebAclCustomization < Struct.new(
  :action,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end