AWS 文档 AWS SDK示例 GitHub 存储库中还有更多SDK示例
本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
DeleteGroup
与 a 一起使用 CLI
以下代码示例演示如何使用 DeleteGroup
。
- CLI
-
- AWS CLI
-
更新资源组的描述
以下
delete-group
示例更新了指定的资源组。aws resource-groups delete-group \ --group-name
tbq-WebServer
输出:
{ "Group": { "GroupArn": "arn:aws:resource-groups:us-west-2:1234567890:group/tbq-WebServer", "Name": "tbq-WebServer" } }
有关更多信息,请参阅《Res AWS ource Groups 用户指南》中的删除群组。
-
有关API详细信息,请参阅 “DeleteGroup AWS CLI
命令参考”。
-
- PowerShell
-
- 用于 PowerShell
-
示例 1:此示例删除命名的资源组
Remove-RGGroup -GroupName non-tag-cfn-elbv2
输出:
Confirm Are you sure you want to perform this action? Performing the operation "Remove-RGGroup (DeleteGroup)" on target "non-tag-cfn-elbv2". [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): Y Description GroupArn Name ----------- -------- ---- arn:aws:resource-groups:eu-west-1:123456789012:group/non-tag-cfn-elbv2 non-tag-cfn-elbv2
-
有关API详细信息,请参阅 AWS Tools for PowerShell Cmdlet 参考DeleteGroup中的。
-
CreateGroup
GetGroup