Learn R Programming

paws.management (version 0.1.10)

resourcegroups_get_group: Returns information about a specified resource group

Description

Returns information about a specified resource group.

Minimum permissions

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

  • resource-groups:GetGroup

Usage

resourcegroups_get_group(GroupName, Group)

Arguments

GroupName

Deprecated - don't use this parameter. Use Group instead.

Group

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

Request syntax

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