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)
A list with the following syntax:
list(
Group = list(
GroupArn = "string",
Name = "string",
Description = "string"
)
)
Deprecated - don't use this parameter. Use Group
instead.
The name or the ARN of the resource group to retrieve.
svc$get_group(
GroupName = "string",
Group = "string"
)