@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-14T14:04:21.575Z") public interface WafwebaclToCloudFrontProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
WafwebaclToCloudFrontProps.Builder
A builder for
WafwebaclToCloudFrontProps |
static class |
WafwebaclToCloudFrontProps.Jsii$Proxy
An implementation for
WafwebaclToCloudFrontProps |
| Modifier and Type | Method and Description |
|---|---|
static WafwebaclToCloudFrontProps.Builder |
builder() |
software.amazon.awscdk.services.cloudfront.Distribution |
getExistingCloudFrontWebDistribution()
The existing CloudFront instance that will be protected with the WAF web ACL.
|
default software.amazon.awscdk.services.wafv2.CfnWebACL |
getExistingWebaclObj()
Existing instance of a WAF web ACL, an error will occur if this and props is set.
|
default software.amazon.awscdk.services.wafv2.CfnWebACLProps |
getWebaclProps()
Optional user-provided props to override the default props for the AWS WAF web ACL.
|
@NotNull software.amazon.awscdk.services.cloudfront.Distribution getExistingCloudFrontWebDistribution()
This construct changes the CloudFront distribution by directly manipulating the CloudFormation output, so this must be the Construct and cannot be changed to the Interface (IDistribution)
@Nullable default software.amazon.awscdk.services.wafv2.CfnWebACL getExistingWebaclObj()
@Nullable default software.amazon.awscdk.services.wafv2.CfnWebACLProps getWebaclProps()
Default: - Default properties are used.
static WafwebaclToCloudFrontProps.Builder builder()
WafwebaclToCloudFrontProps.Builder of WafwebaclToCloudFrontPropsCopyright © 2023. All rights reserved.