Returns information about a specified resource group.
Minimum permissions
To run this command, you must have the following permissions:
resource-groups:GetGroup
resourcegroups_get_group(GroupName, Group)Deprecated - don't use this parameter. Use Group instead.
The name or the ARN of the resource group to retrieve.
A list with the following syntax:
list(
Group = list(
GroupArn = "string",
Name = "string",
Description = "string"
)
)
svc$get_group( GroupName = "string", Group = "string" )