Interface CfnDistributionTenant.WebAclCustomizationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDistributionTenant.WebAclCustomizationProperty.Jsii$Proxy
- Enclosing class:
CfnDistributionTenant
@Stability(Stable)
public static interface CfnDistributionTenant.WebAclCustomizationProperty
extends software.amazon.jsii.JsiiSerializable
The AWS WAF web ACL customization specified for the distribution tenant.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.cloudfront.*; WebAclCustomizationProperty webAclCustomizationProperty = WebAclCustomizationProperty.builder() .action("action") .arn("arn") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDistributionTenant.WebAclCustomizationProperty
static final class
An implementation forCfnDistributionTenant.WebAclCustomizationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAction
The action for the AWS WAF web ACL customization.You can specify
override
to specify a separate AWS WAF web ACL for the distribution tenant. If you specifydisable
, the distribution tenant won't have AWS WAF web ACL protections and won't inherit from the multi-tenant distribution.- See Also:
-
getArn
The Amazon Resource Name (ARN) of the AWS WAF web ACL.- See Also:
-
builder
-