interface RuleGroupReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.NetworkFirewall.RuleGroupReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsnetworkfirewall#RuleGroupReference |
Java | software.amazon.awscdk.interfaces.networkfirewall.RuleGroupReference |
Python | aws_cdk.interfaces.aws_networkfirewall.RuleGroupReference |
TypeScript | aws-cdk-lib » interfaces » aws_networkfirewall » RuleGroupReference |
A reference to a RuleGroup resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_networkfirewall as interfaces_aws_networkfirewall } from 'aws-cdk-lib/interfaces';
const ruleGroupReference: interfaces_aws_networkfirewall.RuleGroupReference = {
ruleGroupArn: 'ruleGroupArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| rule | string | The RuleGroupArn of the RuleGroup resource. |
ruleGroupArn
Type:
string
The RuleGroupArn of the RuleGroup resource.

.NET
Go
Java
Python
TypeScript