

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# AIDevOpsAgentFullAccess
<a name="AIDevOpsAgentFullAccess"></a>

**描述**：透過 提供 Amazon DevOps 代理程式的完整存取權 AWS 管理主控台

`AIDevOpsAgentFullAccess` 是 [AWS 受管政策](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_managed-vs-inline.html#aws-managed-policies)。

## 使用此政策
<a name="AIDevOpsAgentFullAccess-how-to-use"></a>

您可以將 `AIDevOpsAgentFullAccess` 連接至使用者、群組與角色。

## 政策詳細資訊
<a name="AIDevOpsAgentFullAccess-details"></a>
+ **類型**： AWS 受管政策 
+ **建立時間**：2026 年 3 月 26 日 03：42 UTC 
+ **編輯時間：**2026 年 5 月 11 日 21：12 UTC
+ **ARN**: `arn:aws:iam::aws:policy/AIDevOpsAgentFullAccess`

## 政策版本
<a name="AIDevOpsAgentFullAccess-version"></a>

**政策版本：** v2 （預設）

政策的預設版本是定義政策許可的版本。當具有 政策的使用者或角色提出存取 AWS 資源的請求時， 會 AWS 檢查政策的預設版本，以決定是否允許請求。

## JSON 政策文件
<a name="AIDevOpsAgentFullAccess-json"></a>

```
{
  "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:DescribeServices",
        "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" : "*"
    }
  ]
}
```

## 進一步了解
<a name="AIDevOpsAgentFullAccess-learn-more"></a>
+ [在 IAM Identity Center 中使用 AWS 受管政策建立許可集](https://docs.aws.amazon.com/singlesignon/latest/userguide/howtocreatepermissionset.html) 
+ [新增和移除 IAM 身分許可](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-attach-detach.html) 
+ [了解 IAM 政策的版本控制](https://docs.aws.amazon.com//IAM/latest/UserGuide/access_policies_managed-versioning.html)
+ [開始使用 AWS 受管政策，並朝最低權限的許可邁進](https://docs.aws.amazon.com//IAM/latest/UserGuide/best-practices.html#bp-use-aws-defined-policies)