Show / Hide Table of Contents

Interface IRuleReference

A reference to a Rule resource.

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

            var ruleReference = new RuleReference {
                RuleId = "ruleId"
            };

Synopsis

Properties

RuleId

The Id of the Rule resource.

Properties

RuleId

The Id of the Rule resource.

string RuleId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX