Class WebACLAssociationReference
A reference to a WebACLAssociation resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.WAFRegional
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class WebACLAssociationReference : IWebACLAssociationReference
Syntax (vb)
Public Class WebACLAssociationReference Implements IWebACLAssociationReference
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 webACLAssociationReference = new WebACLAssociationReference {
WebAclAssociationId = "webAclAssociationId"
};
Synopsis
Constructors
WebACLAssociationReference() | A reference to a WebACLAssociation resource. |
Properties
WebAclAssociationId | The Id of the WebACLAssociation resource. |
Constructors
WebACLAssociationReference()
A reference to a WebACLAssociation resource.
public WebACLAssociationReference()
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 webACLAssociationReference = new WebACLAssociationReference {
WebAclAssociationId = "webAclAssociationId"
};
Properties
WebAclAssociationId
The Id of the WebACLAssociation resource.
public string WebAclAssociationId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated