rule_groups_namespace
Gets an individual rule_groups_namespace
resource
Overview
Name | rule_groups_namespace |
Type | Resource |
Description | rule_groups_namespace |
Id | awscc.aps.rule_groups_namespace |
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. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS 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