| Modifier and Type | Method and Description |
|---|---|
static WafwebaclToApiGateway.Builder |
WafwebaclToApiGateway.Builder.create(software.constructs.Construct scope,
String id) |
WafwebaclToApiGateway.Builder |
WafwebaclToApiGateway.Builder.existingApiGatewayInterface(software.amazon.awscdk.services.apigateway.IRestApi existingApiGatewayInterface)
The existing API Gateway instance that will be protected with the WAF web ACL.
|
WafwebaclToApiGateway.Builder |
WafwebaclToApiGateway.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.
|
WafwebaclToApiGateway.Builder |
WafwebaclToApiGateway.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 © 2022. All rights reserved.