@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-16T19:54:26.632Z") public interface WafwebaclToApiGatewayProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
WafwebaclToApiGatewayProps.Builder
A builder for
WafwebaclToApiGatewayProps |
static class |
WafwebaclToApiGatewayProps.Jsii$Proxy
An implementation for
WafwebaclToApiGatewayProps |
| Modifier and Type | Method and Description |
|---|---|
static WafwebaclToApiGatewayProps.Builder |
builder() |
software.amazon.awscdk.services.apigateway.IRestApi |
getExistingApiGatewayInterface()
The existing API Gateway 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.apigateway.IRestApi getExistingApiGatewayInterface()
@Nullable default software.amazon.awscdk.services.wafv2.CfnWebACL getExistingWebaclObj()
@Nullable default software.amazon.awscdk.services.wafv2.CfnWebACLProps getWebaclProps()
Default: - Default properties are used.
static WafwebaclToApiGatewayProps.Builder builder()
WafwebaclToApiGatewayProps.Builder of WafwebaclToApiGatewayPropsCopyright © 2021. All rights reserved.