| Modifier and Type | Method and Description |
|---|---|
static WafwebaclToAppsync.Builder |
WafwebaclToAppsync.Builder.create(software.constructs.Construct scope,
String id) |
WafwebaclToAppsync.Builder |
WafwebaclToAppsync.Builder.existingAppsyncApi(software.amazon.awscdk.services.appsync.CfnGraphQLApi existingAppsyncApi)
The existing Appsync API that will be protected with the WAF web ACL.
|
WafwebaclToAppsync.Builder |
WafwebaclToAppsync.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.
|
WafwebaclToAppsync.Builder |
WafwebaclToAppsync.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.