group
Gets an individual group
resource
Overview
Name | group |
Type | Resource |
Description | group |
Id | awscc.resourcegroups.group |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the resource group |
description | string | The description of the resource group |
resource_query | object | |
tags | array | |
arn | string | The Resource Group ARN. |
configuration | array | |
resources | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
description,
resource_query,
tags,
arn,
configuration,
resources
FROM awscc.resourcegroups.group
WHERE data__Identifier = '<Name>';
Permissions
To operate on the group
resource, the following permissions are required:
Read
resource-groups:GetGroup,
resource-groups:GetGroupQuery,
resource-groups:GetTags,
resource-groups:GetGroupConfiguration,
resource-groups:ListGroupResources
Update
resource-groups:UpdateGroup,
resource-groups:GetTags,
resource-groups:GetGroupQuery,
resource-groups:UpdateGroupQuery,
resource-groups:Tag,
resource-groups:Untag,
resource-groups:PutGroupConfiguration,
resource-groups:GetGroupConfiguration,
resource-groups:ListGroupResources,
resource-groups:GroupResources,
resource-groups:UnGroupResources
Delete
resource-groups:DeleteGroup,
resource-groups:UnGroupResources