@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:50.710Z")
public interface CfnWebACLAssociationProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.waf.regional.*; CfnWebACLAssociationProps cfnWebACLAssociationProps = CfnWebACLAssociationProps.builder() .resourceArn("resourceArn") .webAclId("webAclId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnWebACLAssociationProps.Builder
A builder for
CfnWebACLAssociationProps |
static class |
CfnWebACLAssociationProps.Jsii$Proxy
An implementation for
CfnWebACLAssociationProps |
Modifier and Type | Method and Description |
---|---|
static CfnWebACLAssociationProps.Builder |
builder() |
java.lang.String |
getResourceArn()
The Amazon Resource Name (ARN) of the resource to protect with the web ACL.
|
java.lang.String |
getWebAclId()
A unique identifier (ID) for the web ACL.
|
java.lang.String getResourceArn()
java.lang.String getWebAclId()
static CfnWebACLAssociationProps.Builder builder()
CfnWebACLAssociationProps.Builder
of CfnWebACLAssociationProps