paws.management (version 0.1.0)

resourcegroups_update_group: Updates an existing group with a new or changed description

Description

Updates an existing group with a new or changed description. You cannot update the name of a resource group.

Usage

resourcegroups_update_group(GroupName, Description)

Arguments

GroupName

[required] The name of the resource group for which you want to update its description.

Description

The description of the resource group. Descriptions can have a maximum of 511 characters, including letters, numbers, hyphens, underscores, punctuation, and spaces.

Request syntax

svc$update_group(
  GroupName = "string",
  Description = "string"
)