Skip to main content

rule_groups_namespace

Gets an individual rule_groups_namespace resource

Overview

Namerule_groups_namespace
TypeResource
Descriptionrule_groups_namespace
Idawscc.aps.rule_groups_namespace

Fields

NameDatatypeDescription
workspacestringRequired to identify a specific APS Workspace associated with this RuleGroupsNamespace.
namestringThe RuleGroupsNamespace name.
datastringThe RuleGroupsNamespace data.
arnstringThe RuleGroupsNamespace ARN.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
workspace,
name,
data,
arn,
tags
FROM awscc.aps.rule_groups_namespace
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the rule_groups_namespace resource, the following permissions are required:

Read

aps:DescribeRuleGroupsNamespace,
aps:ListTagsForResource

Update

aps:PutRuleGroupsNamespace,
aps:DescribeRuleGroupsNamespace,
aps:TagResource,
aps:UntagResource,
aps:ListTagsForResource

Delete

aps:DeleteRuleGroupsNamespace,
aps:DescribeRuleGroupsNamespace