翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
AWSMigrationHubOrchestratorPlugin
説明: AWS Migration Hub Orchestrator の Amazon Simple Storage Service、 AWS Secrets Manager、プラグイン関連のアクションへの制限付きアクセスを提供します。
AWSMigrationHubOrchestratorPlugin
は AWS マネージドポリシー です。
このポリシーを使用すると
ユーザー、グループおよびロールに AWSMigrationHubOrchestratorPlugin
をアタッチできます。
ポリシーの詳細
-
タイプ: AWS 管理ポリシー
-
作成日時: 2022 年 4 月 20 日 02:25 UTC
-
編集日時: 2022 年 4 月 20 日 02:25 UTC
-
ARN:
arn:aws:iam::aws:policy/AWSMigrationHubOrchestratorPlugin
ポリシーのバージョン
ポリシーのバージョン: v1 (デフォルト)
ポリシーのデフォルトバージョンは、ポリシーのアクセス許可を定義するバージョンです。ポリシーを持つユーザーまたはロールが AWS リソースへのアクセスをリクエストすると、 はポリシーのデフォルトバージョン AWS をチェックして、リクエストを許可するかどうかを判断します。
JSON ポリシードキュメント
{ "Version" : "2012-10-17", "Statement" : [ { "Effect" : "Allow", "Action" : [ "s3:CreateBucket", "s3:PutObject", "s3:GetObject", "s3:GetBucketAcl" ], "Resource" : "arn:aws:s3:::migrationhub-orchestrator-*" }, { "Effect" : "Allow", "Action" : [ "s3:ListAllMyBuckets" ], "Resource" : "arn:aws:s3:::*" }, { "Effect" : "Allow", "Action" : [ "execute-api:Invoke", "execute-api:ManageConnections" ], "Resource" : [ "arn:aws:execute-api:*:*:*/prod/*/put-log-data", "arn:aws:execute-api:*:*:*/prod/*/put-metric-data" ] }, { "Effect" : "Allow", "Action" : [ "migrationhub-orchestrator:RegisterPlugin", "migrationhub-orchestrator:GetMessage", "migrationhub-orchestrator:SendMessage" ], "Resource" : "arn:aws:migrationhub-orchestrator:*:*:*" }, { "Effect" : "Allow", "Action" : [ "secretsmanager:GetSecretValue" ], "Resource" : "arn:aws:secretsmanager:*:*:secret:migrationhub-orchestrator-*" } ] }