Class CfnWebACLAssociationProps
Properties for defining a CfnWebACLAssociation
.
Inheritance
System.Object
CfnWebACLAssociationProps
Implements
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.AWS.WAFv2.dll
Syntax (csharp)
public class CfnWebACLAssociationProps : Object, ICfnWebACLAssociationProps
Syntax (vb)
Public Class CfnWebACLAssociationProps
Inherits Object
Implements ICfnWebACLAssociationProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.WAFv2;
var cfnWebACLAssociationProps = new CfnWebACLAssociationProps {
ResourceArn = "resourceArn",
WebAclArn = "webAclArn"
};
Synopsis
Constructors
CfnWebACLAssociationProps() |
Properties
ResourceArn | The Amazon Resource Name (ARN) of the resource to associate with the web ACL. |
WebAclArn | The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource. |
Constructors
CfnWebACLAssociationProps()
public CfnWebACLAssociationProps()
Properties
ResourceArn
The Amazon Resource Name (ARN) of the resource to associate with the web ACL.
public string ResourceArn { get; set; }
Property Value
System.String
Remarks
The ARN must be in one of the following formats:
WebAclArn
The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource.
public string WebAclArn { get; set; }
Property Value
System.String