aws-cdk-lib.aws_aps.CfnRuleGroupsNamespaceProps

interface CfnRuleGroupsNamespaceProps

LanguageType name
.NETAmazon.CDK.AWS.APS.CfnRuleGroupsNamespaceProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsaps#CfnRuleGroupsNamespaceProps
Javasoftware.amazon.awscdk.services.aps.CfnRuleGroupsNamespaceProps
Pythonaws_cdk.aws_aps.CfnRuleGroupsNamespaceProps
TypeScript 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

NameTypeDescription
datastringThe rules definition file for this namespace.
namestringThe name of the rule groups namespace.
workspacestringThe ARN of the workspace that contains this rule groups namespace.
tags?CfnTag[]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: CfnTag[] (optional)

A list of key and value pairs for the workspace resources.