public static final class WafwebaclToAppsync.Builder extends Object implements software.amazon.jsii.Builder<WafwebaclToAppsync>
WafwebaclToAppsync.| Modifier and Type | Method and Description |
|---|---|
WafwebaclToAppsync |
build() |
static WafwebaclToAppsync.Builder |
create(software.constructs.Construct scope,
String id) |
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 |
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 |
webaclProps(software.amazon.awscdk.services.wafv2.CfnWebACLProps webaclProps)
Optional user-provided props to override the default props for the AWS WAF web ACL.
|
public static WafwebaclToAppsync.Builder create(software.constructs.Construct scope, String id)
scope - - represents the scope for all the resources. This parameter is required.id - - this is a a scope-unique id. This parameter is required.WafwebaclToAppsync.Builder.public WafwebaclToAppsync.Builder existingAppsyncApi(software.amazon.awscdk.services.appsync.CfnGraphQLApi existingAppsyncApi)
existingAppsyncApi - The existing Appsync API that will be protected with the WAF web ACL. This parameter is required.thispublic WafwebaclToAppsync.Builder existingWebaclObj(software.amazon.awscdk.services.wafv2.CfnWebACL existingWebaclObj)
existingWebaclObj - Existing instance of a WAF web ACL, an error will occur if this and props is set. This parameter is required.thispublic WafwebaclToAppsync.Builder webaclProps(software.amazon.awscdk.services.wafv2.CfnWebACLProps webaclProps)
Default: - Default properties are used.
webaclProps - Optional user-provided props to override the default props for the AWS WAF web ACL. This parameter is required.thispublic WafwebaclToAppsync build()
build in interface software.amazon.jsii.Builder<WafwebaclToAppsync>Copyright © 2023. All rights reserved.