Skip to main content

rule_groups_namespace_tags

Expands all tag keys and values for rule_groups_namespaces in a region

Overview

Namerule_groups_namespace_tags
TypeResource
DescriptionRuleGroupsNamespace schema for cloudformation.
Idaws.aps.rule_groups_namespace_tags

Fields

NameDatatypeDescription
workspacestringRequired to identify a specific APS Workspace associated with this RuleGroupsNamespace.
namestringThe RuleGroupsNamespace name.
datastringThe RuleGroupsNamespace data.
arnstringThe RuleGroupsNamespace ARN.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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