aws-cdk-lib.aws_aps.CfnRuleGroupsNamespaceProps
interface CfnRuleGroupsNamespaceProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APS.CfnRuleGroupsNamespaceProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsaps#CfnRuleGroupsNamespaceProps |
![]() | software.amazon.awscdk.services.aps.CfnRuleGroupsNamespaceProps |
![]() | aws_cdk.aws_aps.CfnRuleGroupsNamespaceProps |
![]() | aws-cdk-lib » aws_aps » CfnRuleGroupsNamespaceProps |
Properties for defining a CfnRuleGroupsNamespace
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_aps as aps } from 'aws-cdk-lib';
const cfnRuleGroupsNamespaceProps: aps.CfnRuleGroupsNamespaceProps = {
data: 'data',
name: 'name',
workspace: 'workspace',
// the properties below are optional
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
data | string | The rules definition file for this namespace. |
name | string | The name of the rule groups namespace. |
workspace | string | The ARN of the workspace that contains this rule groups namespace. |
tags? | Cfn [] | A list of key and value pairs for the workspace resources. |
data
Type:
string
The rules definition file for this namespace.
name
Type:
string
The name of the rule groups namespace.
This property is required.
workspace
Type:
string
The ARN of the workspace that contains this rule groups namespace.
tags?
Type:
Cfn
[]
(optional)
A list of key and value pairs for the workspace resources.