翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
FinOpsAgentOperatorPolicy
説明: エージェントの AWS FinOps エージェントウェブアプリを使用するためのアクセスを提供します。
FinOpsAgentOperatorPolicy は AWS マネージドポリシーです。
このポリシーを使用すると
ユーザー、グループおよびロールに FinOpsAgentOperatorPolicy をアタッチできます。
ポリシーの詳細
-
タイプ: AWS 管理ポリシー
-
作成日時: 2026 年 6 月 3 日 19:57 UTC
-
編集日時: 2026 年 6 月 3 日 19:57 UTC
-
ARN:
arn:aws:iam::aws:policy/FinOpsAgentOperatorPolicy
ポリシーのバージョン
ポリシーのバージョン: v1 (デフォルト)
ポリシーのデフォルトバージョンは、ポリシーのアクセス許可を定義するバージョンです。ポリシーを持つユーザーまたはロールが AWS リソースへのアクセスをリクエストすると、 はポリシーのデフォルトバージョン AWS をチェックして、リクエストを許可するかどうかを決定します。
JSON ポリシードキュメント
{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "FinOpsAgentOperatorAccess", "Effect" : "Allow", "Action" : [ "finops-agent:CreateConversation", "finops-agent:ListConversations", "finops-agent:CreateTurn", "finops-agent:GetTurn", "finops-agent:ListTurns", "finops-agent:CancelTurn", "finops-agent:AcceptAgentRequest", "finops-agent:RejectAgentRequest", "finops-agent:GetAgentRequest", "finops-agent:CreateTask", "finops-agent:GetTask", "finops-agent:ListTasks", "finops-agent:CancelTask", "finops-agent:CreateAutomation", "finops-agent:GetAutomation", "finops-agent:ListAutomations", "finops-agent:UpdateAutomation", "finops-agent:DeleteAutomation", "finops-agent:CreateDocument", "finops-agent:GetDocumentContent", "finops-agent:GetDocumentMetadata", "finops-agent:ListDocuments", "finops-agent:UpdateDocument", "finops-agent:DeleteDocument", "finops-agent:RestoreDocument", "finops-agent:GetArtifactContent", "finops-agent:GetArtifactMetadata", "finops-agent:DeleteArtifact", "finops-agent:ListArtifacts", "finops-agent:ListRecords", "finops-agent:SendFeedback" ], "Resource" : "*" } ] }