Show / Hide Table of Contents

Interface IWebACLReference

A reference to a WebACL resource.

Namespace: Amazon.CDK.Interfaces.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IWebACLReference
Syntax (vb)
Public Interface IWebACLReference
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.Interfaces.WAFv2;

            var webACLReference = new WebACLReference {
                Scope = "scope",
                WebAclArn = "webAclArn",
                WebAclId = "webAclId",
                WebAclName = "webAclName"
            };

Synopsis

Properties

Scope

The Scope of the WebACL resource.

WebAclArn

The ARN of the WebACL resource.

WebAclId

The Id of the WebACL resource.

WebAclName

The Name of the WebACL resource.

Properties

Scope

The Scope of the WebACL resource.

string Scope { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

WebAclArn

The ARN of the WebACL resource.

string WebAclArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

WebAclId

The Id of the WebACL resource.

string WebAclId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

WebAclName

The Name of the WebACL resource.

string WebAclName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX