| Modifier and Type | Method and Description |
|---|---|
static WafwebaclToCloudFront.Builder |
WafwebaclToCloudFront.Builder.create(software.constructs.Construct scope,
String id) |
WafwebaclToCloudFront.Builder |
WafwebaclToCloudFront.Builder.existingCloudFrontWebDistribution(software.amazon.awscdk.services.cloudfront.Distribution existingCloudFrontWebDistribution)
The existing CloudFront instance that will be protected with the WAF web ACL.
|
WafwebaclToCloudFront.Builder |
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 |
WafwebaclToCloudFront.Builder.webaclProps(software.amazon.awscdk.services.wafv2.CfnWebACLProps webaclProps)
Optional user-provided props to override the default props for the AWS WAF web ACL.
|
Copyright © 2023. All rights reserved.