View a markdown version of this page

向独立账户授予对 Compute Optimizer Automizer 自动化的只读访问权限的政策 AWS - AWS Organizations

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

向独立账户授予对 Compute Optimizer Automizer 自动化的只读访问权限的政策 AWS

以下代码示例显示了如何使用此基于权限的策略为独立账户授予对 Compute Optimizer Automizer Automizer Automatizer 的只读访问 AWS

JSON
{ "Version":"2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "aco-automation:GetEnrollmentConfiguration", "aco-automation:GetAutomationEvent", "aco-automation:GetAutomationRule", "aco-automation:ListAutomationEvents", "aco-automation:ListAutomationEventSteps", "aco-automation:ListAutomationEventSummaries", "aco-automation:ListAutomationRules", "aco-automation:ListAutomationRulePreview", "aco-automation:ListAutomationRulePreviewSummaries", "aco-automation:ListRecommendedActions", "aco-automation:ListRecommendedActionSummaries", "aco-automation:ListTagsForResource", "ec2:DescribeVolumes" ], "Resource": "*" } ] }

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