Show / Hide Table of Contents

Class RuleGroupReference

A reference to a RuleGroup resource.

Inheritance
object
RuleGroupReference
Implements
IRuleGroupReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.NetworkFirewall
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RuleGroupReference : IRuleGroupReference
Syntax (vb)
Public Class RuleGroupReference Implements IRuleGroupReference
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.NetworkFirewall;

            var ruleGroupReference = new RuleGroupReference {
                RuleGroupArn = "ruleGroupArn"
            };

Synopsis

Constructors

RuleGroupReference()

A reference to a RuleGroup resource.

Properties

RuleGroupArn

The RuleGroupArn of the RuleGroup resource.

Constructors

RuleGroupReference()

A reference to a RuleGroup resource.

public RuleGroupReference()
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.NetworkFirewall;

            var ruleGroupReference = new RuleGroupReference {
                RuleGroupArn = "ruleGroupArn"
            };

Properties

RuleGroupArn

The RuleGroupArn of the RuleGroup resource.

public string RuleGroupArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IRuleGroupReference
Back to top Generated by DocFX