@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:57.736Z") @Stability(value=Stable) public interface CfnWebACLAssociationProps extends software.amazon.jsii.JsiiSerializable
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() |
String |
getResourceArn()
The Amazon Resource Name (ARN) of the resource to protect with the web ACL.
|
String |
getWebAclId()
A unique identifier (ID) for the web ACL.
|
@Stability(value=Stable) @NotNull String getResourceArn()
@Stability(value=Stable) @NotNull String getWebAclId()
@Stability(value=Stable) static CfnWebACLAssociationProps.Builder builder()
CfnWebACLAssociationProps.Builder of CfnWebACLAssociationPropsCopyright © 2022. All rights reserved.