本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
AIDevOpsAgentFullAccess
描述:透過 提供 Amazon DevOps 代理程式的完整存取權 AWS 管理主控台
AIDevOpsAgentFullAccess 是 AWS 受管政策。
使用此政策
您可以將 AIDevOpsAgentFullAccess 連接至使用者、群組與角色。
政策詳細資訊
-
類型: AWS 受管政策
-
建立時間:2026 年 3 月 26 日 03:42 UTC
-
編輯時間:2026 年 3 月 26 日 03:42 UTC
-
ARN:
arn:aws:iam::aws:policy/AIDevOpsAgentFullAccess
政策版本
政策版本: v1 (預設)
政策的預設版本是定義政策許可的版本。當具有 政策的使用者或角色提出存取 AWS 資源的請求時, 會 AWS 檢查政策的預設版本,以決定是否允許請求。
JSON 政策文件
{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "AIDevOpsAgentSpaceAccess", "Effect" : "Allow", "Action" : [ "aidevops:CreateAgentSpace", "aidevops:DeleteAgentSpace", "aidevops:GetAgentSpace", "aidevops:ListAgentSpaces", "aidevops:UpdateAgentSpace" ], "Resource" : "*" }, { "Sid" : "AIDevOpsServiceAccess", "Effect" : "Allow", "Action" : [ "aidevops:DeregisterService", "aidevops:GetService", "aidevops:ListServices", "aidevops:RegisterService", "aidevops:SearchServiceAccessibleResource" ], "Resource" : "*" }, { "Sid" : "AIDevOpsAssociationAccess", "Effect" : "Allow", "Action" : [ "aidevops:AssociateService", "aidevops:DisassociateService", "aidevops:GetAssociation", "aidevops:ListAssociations", "aidevops:UpdateAssociation", "aidevops:ValidateAwsAssociations" ], "Resource" : "*" }, { "Sid" : "AIDevOpsWebhookAccess", "Effect" : "Allow", "Action" : [ "aidevops:ListWebhooks" ], "Resource" : "*" }, { "Sid" : "AIDevOpsOperatorAppAccess", "Effect" : "Allow", "Action" : [ "aidevops:DisableOperatorApp", "aidevops:EnableOperatorApp", "aidevops:GetOperatorApp", "aidevops:UpdateOperatorAppIdpConfig" ], "Resource" : "*" }, { "Sid" : "AIDevOpsKnowledgeAccess", "Effect" : "Allow", "Action" : [ "aidevops:CreateKnowledgeItem", "aidevops:DeleteKnowledgeItem", "aidevops:GetKnowledgeItem", "aidevops:ListKnowledgeItems", "aidevops:ListKnowledgeItemVersions", "aidevops:UpdateKnowledgeItem" ], "Resource" : "*" }, { "Sid" : "AIDevOpsBacklogAccess", "Effect" : "Allow", "Action" : [ "aidevops:CreateBacklogTask", "aidevops:GetBacklogTask", "aidevops:ListBacklogTasks", "aidevops:ListGoals", "aidevops:UpdateBacklogTask", "aidevops:UpdateGoal" ], "Resource" : "*" }, { "Sid" : "AIDevOpsRecommendationAccess", "Effect" : "Allow", "Action" : [ "aidevops:GetRecommendation", "aidevops:ListRecommendations", "aidevops:UpdateRecommendation" ], "Resource" : "*" }, { "Sid" : "AIDevOpsAgentChatAccess", "Effect" : "Allow", "Action" : [ "aidevops:CreateChat", "aidevops:ListChats", "aidevops:ListPendingMessages", "aidevops:SendMessage" ], "Resource" : "*" }, { "Sid" : "AIDevOpsJournalAccess", "Effect" : "Allow", "Action" : [ "aidevops:ListExecutions", "aidevops:ListJournalRecords" ], "Resource" : "*" }, { "Sid" : "AIDevOpsTopologyAccess", "Effect" : "Allow", "Action" : [ "aidevops:DiscoverTopology" ], "Resource" : "*" }, { "Sid" : "AIDevOpsSupportAccess", "Effect" : "Allow", "Action" : [ "aidevops:DescribeSupportLevel", "aidevops:EndChatForCase", "aidevops:InitiateChatForCase" ], "Resource" : "*" }, { "Sid" : "AIDevOpsUsageAccess", "Effect" : "Allow", "Action" : [ "aidevops:GetAccountUsage" ], "Resource" : "*" }, { "Sid" : "AIDevOpsTaggingAccess", "Effect" : "Allow", "Action" : [ "aidevops:ListTagsForResource", "aidevops:TagResource", "aidevops:UntagResource" ], "Resource" : "*" }, { "Sid" : "AIDevOpsVendedLogs", "Effect" : "Allow", "Action" : [ "aidevops:AllowVendedLogDeliveryForResource" ], "Resource" : "*" } ] }