Interface ICfnWebACLAssociationProps
Properties for defining a CfnWebACLAssociation
.
Namespace: Amazon.CDK.AWS.WAFRegional
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnWebACLAssociationProps
Syntax (vb)
Public Interface 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.WAFRegional;
var cfnWebACLAssociationProps = new CfnWebACLAssociationProps {
ResourceArn = "resourceArn",
WebAclId = "webAclId"
};
Synopsis
Properties
Resource |
The Amazon Resource Name (ARN) of the resource to protect with the web ACL. |
Web |
A unique identifier (ID) for the web ACL. |
Properties
ResourceArn
The Amazon Resource Name (ARN) of the resource to protect with the web ACL.
string ResourceArn { get; }
Property Value
System.
Remarks
WebAclId
A unique identifier (ID) for the web ACL.
string WebAclId { get; }
Property Value
System.