Class RuleGroupReference
A reference to a RuleGroup resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated