授予组织管理账户对 Compute Optimizer Automizer 自动化的完全访问权限的政策 - Amazon Organizations
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

授予组织管理账户对 Compute Optimizer Automizer 自动化的完全访问权限的政策

以下代码示例显示了如何使用此基于权限的策略为组织的管理账户授予对 Compute Optimizer Automizer Automatizer 自动化的完全访问权限

JSON
{ "Version":"2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "aco-automation:*", "ec2:DescribeVolumes", "organizations:ListAccounts", "organizations:DescribeOrganization", "organizations:DescribeAccount", "organizations:EnableAWSServiceAccess", "organizations:ListDelegatedAdministrators", "organizations:RegisterDelegatedAdministrator", "organizations:DeregisterDelegatedAdministrator" ], "Resource": "*" } ] }

有关 S Amazon DK 开发者指南和代码示例的完整列表,请参阅Amazon Organizations 与 Amazon SDK 一起使用。本主题还包括有关入门的信息以及有关先前的 SDK 版本的详细信息。