rule_groups_namespaces
Retrieves a list of rule_groups_namespaces
in a region
Overview
Name | rule_groups_namespaces |
Type | Resource |
Description | rule_groups_namespaces |
Id | awscc.aps.rule_groups_namespaces |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The RuleGroupsNamespace ARN. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.aps.rule_groups_namespaces
WHERE region = 'us-east-1'
Permissions
To operate on the rule_groups_namespaces
resource, the following permissions are required:
Create
aps:CreateRuleGroupsNamespace,
aps:DescribeRuleGroupsNamespace,
aps:TagResource
List
aps:ListRuleGroupsNamespaces,
aps:ListTagsForResource