interface RuleGroupsNamespaceReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.APS.RuleGroupsNamespaceReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsaps#RuleGroupsNamespaceReference |
Java | software.amazon.awscdk.interfaces.aps.RuleGroupsNamespaceReference |
Python | aws_cdk.interfaces.aws_aps.RuleGroupsNamespaceReference |
TypeScript | aws-cdk-lib » interfaces » aws_aps » RuleGroupsNamespaceReference |
A reference to a RuleGroupsNamespace resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_aps as interfaces_aws_aps } from 'aws-cdk-lib/interfaces';
const ruleGroupsNamespaceReference: interfaces_aws_aps.RuleGroupsNamespaceReference = {
ruleGroupsNamespaceArn: 'ruleGroupsNamespaceArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| rule | string | The Arn of the RuleGroupsNamespace resource. |
ruleGroupsNamespaceArn
Type:
string
The Arn of the RuleGroupsNamespace resource.

.NET
Go
Java
Python
TypeScript