Learn R Programming

paws.management (version 0.1.10)

resourcegroups_get_group_query: Retrieves the resource query associated with the specified resource group

Description

Retrieves the resource query associated with the specified resource group. For more information about resource queries, see Create a tag-based group in Resource Groups.

Minimum permissions

To run this command, you must have the following permissions:

  • resource-groups:GetGroupQuery

Usage

resourcegroups_get_group_query(GroupName, Group)

Arguments

GroupName

Don't use this parameter. Use Group instead.

Group

The name or the ARN of the resource group to query.

Request syntax

svc$get_group_query(
  GroupName = "string",
  Group = "string"
)