Interface ICfnWebACLAssociationMixinProps
Properties for CfnWebACLAssociationPropsMixin.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.WAFRegional
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnWebACLAssociationMixinProps
Syntax (vb)
Public Interface ICfnWebACLAssociationMixinProps
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.CfnPropertyMixins.AWS.WAFRegional;
var cfnWebACLAssociationMixinProps = new CfnWebACLAssociationMixinProps {
ResourceArn = "resourceArn",
WebAclId = "webAclId"
};
Synopsis
Properties
| ResourceArn | The Amazon Resource Name (ARN) of the resource to protect with the web ACL. |
| WebAclId | 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
Remarks
WebAclId
A unique identifier (ID) for the web ACL.
string? WebAclId { get; }