View source: R/resourcegroups_operations.R
resourcegroups_update_group | R Documentation |
Updates the description for an existing group. You cannot update the name of a resource group.
See https://www.paws-r-sdk.com/docs/resourcegroups_update_group/ for full documentation.
resourcegroups_update_group(GroupName = NULL, Group = NULL, Description = NULL)
GroupName |
Don't use this parameter. Use |
Group |
The name or the ARN of the resource group to modify. |
Description |
The new description that you want to update the resource group with. Descriptions can contain letters, numbers, hyphens, underscores, periods, and spaces. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.