Uses of Class
software.amazon.awsconstructs.services.wafwebaclcloudfront.WafwebaclToCloudFront.Builder
-
Uses of WafwebaclToCloudFront.Builder in software.amazon.awsconstructs.services.wafwebaclcloudfront
Methods in software.amazon.awsconstructs.services.wafwebaclcloudfront that return WafwebaclToCloudFront.BuilderModifier and TypeMethodDescriptionWafwebaclToCloudFront.Builder.existingCloudFrontWebDistribution(software.amazon.awscdk.services.cloudfront.Distribution existingCloudFrontWebDistribution) The existing CloudFront instance that will be protected with the WAF web ACL.WafwebaclToCloudFront.Builder.existingWebaclObj(software.amazon.awscdk.services.wafv2.CfnWebACL existingWebaclObj) Existing instance of a WAF web ACL, an error will occur if this and props is set.WafwebaclToCloudFront.Builder.webaclProps(Object webaclProps) Optional user-provided props to override the default props for the AWS WAF web ACL.