@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:08.276Z") @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.wafv2.*;
CfnWebACLAssociationProps cfnWebACLAssociationProps = CfnWebACLAssociationProps.builder()
.resourceArn("resourceArn")
.webAclArn("webAclArn")
.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()
`AWS::WAFv2::WebACLAssociation.ResourceArn`.
|
String |
getWebAclArn()
`AWS::WAFv2::WebACLAssociation.WebACLArn`.
|
@Stability(value=Stable) @NotNull String getResourceArn()
@Stability(value=Stable) @NotNull String getWebAclArn()
@Stability(value=Stable) static CfnWebACLAssociationProps.Builder builder()
CfnWebACLAssociationProps.Builder of CfnWebACLAssociationPropsCopyright © 2021. All rights reserved.