Class: Aws::CloudFront::Types::WebAclCustomization
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::WebAclCustomization
- 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
-
#action ⇒ String
The action for the WAF web ACL customization.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the WAF web ACL.
Instance Attribute Details
#action ⇒ String
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.
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 |
#arn ⇒ String
The Amazon Resource Name (ARN) of the WAF web ACL.
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 |