@Stability(value=Stable) public static final class CfnWebACLAssociation.Builder extends Object implements software.amazon.jsii.Builder<CfnWebACLAssociation>
CfnWebACLAssociation.| Modifier and Type | Method and Description |
|---|---|
CfnWebACLAssociation |
build() |
static CfnWebACLAssociation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnWebACLAssociation.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource to associate with the web ACL.
|
CfnWebACLAssociation.Builder |
webAclArn(String webAclArn)
The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource.
|
@Stability(value=Stable) public static CfnWebACLAssociation.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnWebACLAssociation.Builder.@Stability(value=Stable) public CfnWebACLAssociation.Builder resourceArn(String resourceArn)
The ARN must be in one of the following formats:
arn:aws:elasticloadbalancing: *region* : *account-id* :loadbalancer/app/ *load-balancer-name* / *load-balancer-id*arn:aws:apigateway: *region* ::/restapis/ *api-id* /stages/ *stage-name*arn:aws:appsync: *region* : *account-id* :apis/ *GraphQLApiId*resourceArn - The Amazon Resource Name (ARN) of the resource to associate with the web ACL. This parameter is required.this@Stability(value=Stable) public CfnWebACLAssociation.Builder webAclArn(String webAclArn)
webAclArn - The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource. This parameter is required.this@Stability(value=Stable) public CfnWebACLAssociation build()
build in interface software.amazon.jsii.Builder<CfnWebACLAssociation>Copyright © 2022. All rights reserved.