aws.amp.describe_rule_groups_namespace
Example SQL Queries
SELECT * FROMaws.amp.describe_rule_groups_namespaceWHERE"name" = 'VALUE'AND "workspace_id" = 'VALUE';Description
Returns complete information about one rule groups namespace. To retrieve a list of rule groups namespaces, use ListRuleGroupsNamespaces.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the rule groups namespace that you want information for. | VARCHAR |
| workspace_id Required Input Column The ID of the workspace containing the rule groups namespace. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| rule_groups_namespace The information about the rule groups namespace. | STRUCT( |
Show child fields
| |