rule_groups_namespace_tags
Expands all tag keys and values for rule_groups_namespaces
in a region
Overview
Name | rule_groups_namespace_tags |
Type | Resource |
Description | RuleGroupsNamespace schema for cloudformation. |
Id | aws.aps.rule_groups_namespace_tags |
Fields
Name | Datatype | Description |
---|---|---|
workspace | string | Required to identify a specific APS Workspace associated with this RuleGroupsNamespace. |
name | string | The RuleGroupsNamespace name. |
data | string | The RuleGroupsNamespace data. |
arn | string | The RuleGroupsNamespace ARN. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all rule_groups_namespaces
in a region.
SELECT
region,
workspace,
name,
data,
arn,
tag_key,
tag_value
FROM aws.aps.rule_groups_namespace_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the rule_groups_namespace_tags
resource, see rule_groups_namespaces