Show / Hide Table of Contents

Class WebACLAssociationReference

A reference to a WebACLAssociation resource.

Inheritance
object
WebACLAssociationReference
Implements
IWebACLAssociationReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IWebACLAssociationReference
Back to top Generated by DocFX