文件 AWS SDK AWS 範例 SDK 儲存庫中有更多可用的
本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
UpdateGroup
搭配 CLI 使用
下列程式碼範例示範如何使用 UpdateGroup
。
- CLI
-
- AWS CLI
-
更新資源群組的描述
下列
update-group
範例會更新指定資源群組的描述。aws resource-groups update-group \ --group-name
tbq-WebServer
\ --description"Resource group for all web server resources."
輸出:
{ "Group": { "GroupArn": "arn:aws:resource-groups:us-west-2:123456789012:group/tbq-WebServer", "Name": "tbq-WebServer" "Description": "Resource group for all web server resources." } }
如需詳細資訊,請參閱資源群組使用者指南中的更新群組。 AWS
-
如需 API 詳細資訊,請參閱 AWS CLI 命令參考中的 UpdateGroup
。
-
- PowerShell
-
- for PowerShell 工具
-
範例 1:此範例會更新群組的描述
Update-RGGroup -GroupName auto-yes -Description "Instances auto-remove"
輸出:
Description GroupArn Name ----------- -------- ---- Instances to be cleaned arn:aws:resource-groups:eu-west-1:123456789012:group/auto-yes auto-yes
-
如需 API 詳細資訊,請參閱 AWS Tools for PowerShell Cmdlet 參考中的 UpdateGroup。
-
Untag
UpdateGroupQuery