Adds the specified resources to the specified group.
Minimum permissions
To run this command, you must have the following permissions:
resource-groups:GroupResources
resourcegroups_group_resources(Group, ResourceArns)
[required] The name or the ARN of the resource group to add resources to.
[required] The list of ARNs for resources to be added to the group.
svc$group_resources( Group = "string", ResourceArns = list( "string" ) )