@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 protect with the web ACL.
|
CfnWebACLAssociation.Builder |
webAclId(String webAclId)
A unique identifier (ID) for the web ACL.
|
@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)
resourceArn - The Amazon Resource Name (ARN) of the resource to protect with the web ACL. This parameter is required.this@Stability(value=Stable) public CfnWebACLAssociation.Builder webAclId(String webAclId)
webAclId - A unique identifier (ID) for the web ACL. This parameter is required.this@Stability(value=Stable) public CfnWebACLAssociation build()
build in interface software.amazon.jsii.Builder<CfnWebACLAssociation>Copyright © 2022. All rights reserved.