View a markdown version of this page

AWS Mantle 支援的 Amazon Bedrock 的動作、資源和條件索引鍵 - 服務授權參考

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

AWS Mantle 支援的 Amazon Bedrock 的動作、資源和條件索引鍵

Amazon Bedrock Powered by AWS Mantle (服務字首:bedrock-mantle) 提供下列服務特定的資源、動作和條件內容索引鍵,可用於 IAM 許可政策。

參考資料:

由 Amazon Bedrock 支援的 AWS Mantle 定義的動作

您可在 IAM 政策陳述式的 Action 元素中指定以下動作。使用政策來授予在 AWS中執行操作的許可。在政策中使用動作時,通常會允許或拒絕存取相同名稱的 API 操作或 CLI 命令。不過,在某些情況下,單一動作可控制對多個操作的存取。或者,某些操作需要多種不同的動作。

動作資料表的存取層級欄說明動作的分類方式 (列出、讀取、許可管理或標記)。此分類可協助您了解在政策中使用某動作時,該動作授予您的存取層級。如需存取層級的詳細資訊,請參閱政策摘要中的存取層級

「動作」資料表的資源類型欄會指出每個動作是否支援資源層級的許可。如果此欄沒有值,您必須在政策陳述式的 Resource 元素中指定政策適用的所有資源 ("*")。如果資料欄包含資源類型,則您可以在具有該動作的陳述式中指定該類型的 ARN。如果動作具有一或多個必要資源,呼叫者必須具有對這些資源使用動作的許可。表格中的必要資源會以星號 (*) 表示。如果您使用 IAM 政策中的 Resource 元素限制資源存取,則每種必要的資源類型必須要有 ARN 或模式。某些動作支援多種資源類型。如果資源類型是選用 (未顯示為必要),則您可以選擇使用其中一種選用資源類型。

「動作」資料表的條件索引鍵欄包含您可以在政策陳述式的 Condition 元素中指定的索引鍵。如需有關與服務資源相關聯之條件索引鍵的詳細資訊,請參閱「資源類型」資料表的條件索引鍵欄。

動作資料表的相依動作欄會顯示成功呼叫動作所需的其他許可。除了 動作本身的許可之外,還可能需要這些許可。當動作指定相依動作時,這些相依性可能適用於針對該動作定義的其他資源,而不只是資料表中列出的第一個資源。

注意

資源條件索引鍵會列在資源類型資料表中。您可以在「動作」資料表的資源類型 (*必填) 欄中找到適用於動作的資源類型連結。「資源類型」資料表中的資源類型包括條件索引鍵欄,其中包含套用至「動作」資料表中動作的資源條件索引鍵。

如需下表各欄的詳細資訊,請參閱動作資料表

動作 描述 存取層級 資源類型 (*必填項目) 條件索引鍵 相依動作
ArchiveProject 准許封存特定專案 寫入

project*

aws:ResourceTag/${TagKey}

AssociateCustomizedModel 准許將自訂模型與專案建立關聯 寫入

customized-model*

aws:ResourceTag/${TagKey}

project*

aws:ResourceTag/${TagKey}

bedrock-mantle:ProjectArn

bedrock-mantle:CustomizedModelArn

CallWithBearerToken [僅限許可] 准許使用承載字符身分驗證進行 API 呼叫 清單

bedrock-mantle:BearerTokenType

CancelFineTuningJob 准許取消進行中的微調任務 寫入

project*

aws:ResourceTag/${TagKey}

bedrock-mantle:FineTuningJob

CancelInference 准許取消進行中推論請求 寫入

project*

aws:ResourceTag/${TagKey}

CreateCustomizedModel 准許匯入具有自訂權重的自訂模型 寫入

customized-model*

aws:ResourceTag/${TagKey}

aws:RequestTag/${TagKey}

aws:TagKeys

CreateFile 准許在專案中建立檔案 寫入

project*

aws:ResourceTag/${TagKey}

CreateFineTuningJob 准許建立微調任務 寫入

project*

aws:ResourceTag/${TagKey}

bedrock-mantle:Model

bedrock-mantle:Files

CreateInference 准許建立聊天完成推論請求 寫入

project*

aws:ResourceTag/${TagKey}

bedrock-mantle:ServiceTier

bedrock-mantle:Model

CreateProject 准許建立專案 寫入

project*

aws:ResourceTag/${TagKey}

aws:RequestTag/${TagKey}

aws:TagKeys

CreateReservation 准許建立模型的容量保留 寫入

project*

aws:ResourceTag/${TagKey}

reservation*

aws:ResourceTag/${TagKey}

aws:RequestTag/${TagKey}

aws:TagKeys

bedrock-mantle:ProjectArn

bedrock-mantle:ReservationArn

DeleteCustomizedModel 准許刪除自訂模型 寫入

customized-model*

aws:ResourceTag/${TagKey}

DeleteFile 准許刪除特定檔案 寫入

project*

aws:ResourceTag/${TagKey}

bedrock-mantle:Files

DeleteInference 准許刪除特定推論請求 寫入

project*

aws:ResourceTag/${TagKey}

DeleteReservation 准許刪除容量保留 寫入

project*

aws:ResourceTag/${TagKey}

reservation*

aws:ResourceTag/${TagKey}

bedrock-mantle:ProjectArn

bedrock-mantle:ReservationArn

DisassociateCustomizedModel 准許取消自訂模型與專案的關聯 寫入

customized-model*

aws:ResourceTag/${TagKey}

project*

aws:ResourceTag/${TagKey}

bedrock-mantle:ProjectArn

bedrock-mantle:CustomizedModelArn

GetCustomizedModel 准許取得自訂模型 讀取

customized-model*

aws:ResourceTag/${TagKey}

GetFile 准許擷取特定檔案的相關資訊 讀取

project*

aws:ResourceTag/${TagKey}

bedrock-mantle:Files

GetFineTuningJob 准許擷取特定微調任務的詳細資訊 讀取

project*

aws:ResourceTag/${TagKey}

bedrock-mantle:FineTuningJob

GetInference 准許擷取特定推論請求的詳細資訊 讀取

project*

aws:ResourceTag/${TagKey}

GetModel 准許擷取特定模型的相關資訊 讀取

project*

aws:ResourceTag/${TagKey}

GetProject 准許擷取特定專案的詳細資訊 讀取

project*

aws:ResourceTag/${TagKey}

GetReservation 准許取得保留 讀取

reservation*

aws:ResourceTag/${TagKey}

ListCustomizedModelAssociations 准許列出自訂模型的專案關聯 清單

customized-model*

ListCustomizedModels 准許列出自訂模型 清單

customized-model*

ListFiles 准許列出專案中的所有可用檔案 清單

project*

aws:ResourceTag/${TagKey}

ListFineTuningJobs 准許列出專案中所有可用的微調任務 清單

project*

aws:ResourceTag/${TagKey}

ListModels 准許列出專案中的所有可用模型 清單

project*

aws:ResourceTag/${TagKey}

ListProjects 准許列出專案 清單

project*

ListReservations 准許列出保留 清單

reservation*

ListTagsForResource 准許列出資源的標籤 讀取

customized-model

aws:ResourceTag/${TagKey}

project

aws:ResourceTag/${TagKey}

reservation

aws:ResourceTag/${TagKey}

TagResource 准許標記資源 標記

customized-model

aws:ResourceTag/${TagKey}

project

aws:ResourceTag/${TagKey}

reservation

aws:ResourceTag/${TagKey}

aws:TagKeys

aws:RequestTag/${TagKey}

UntagResource 准許取消標記資源 標記

customized-model

aws:ResourceTag/${TagKey}

project

aws:ResourceTag/${TagKey}

reservation

aws:ResourceTag/${TagKey}

aws:TagKeys

UpdateProject 准許更新特定專案 寫入

project*

aws:ResourceTag/${TagKey}

UpdateReservation 准許更新保留 寫入

project*

aws:ResourceTag/${TagKey}

reservation*

aws:ResourceTag/${TagKey}

bedrock-mantle:ProjectArn

bedrock-mantle:ReservationArn

Amazon Bedrock Powered by AWS Mantle 定義的資源類型

此服務會定義下列資源類型,並可用在 IAM 許可政策陳述式的 Resource 元素中。動作表格中的每個動作都代表可使用該動作指定的資源類型。資源類型也能定義您可以在政策中包含哪些條件索引鍵。這些索引鍵都會顯示在「資源類型」資料表的最後一欄。如需下表各欄的詳細資訊,請參閱資源類型資料表

資源類型 ARN 條件索引鍵
project arn:${Partition}:bedrock-mantle:${Region}:${Account}:project/${ResourceId}

aws:ResourceTag/${TagKey}

customized-model arn:${Partition}:bedrock-mantle:${Region}:${Account}:customized-model/${ResourceId}

aws:ResourceTag/${TagKey}

reservation arn:${Partition}:bedrock-mantle:${Region}:${Account}:reservation/${ResourceId}

aws:ResourceTag/${TagKey}

AWS 由 Mantle 支援的 Amazon Bedrock 的條件索引鍵

Amazon Bedrock Powered by AWS Mantle 定義了下列條件索引鍵,可用於 IAM 政策的 Condition元素。您可以使用這些索引鍵來縮小套用政策陳述式的條件。如需下表各欄的詳細資訊,請參閱條件索引鍵表

若要檢視所有 服務可用的全域條件索引鍵,請參閱AWS 全域條件內容索引鍵

條件索引鍵 描述 類型
aws:RequestTag/${TagKey} 依要求中傳遞的標籤來篩選存取權 字串
aws:ResourceTag/${TagKey} 依與資源關聯的標籤來篩選存取權 字串
aws:TagKeys 依要求中傳遞的標籤索引鍵來篩選存取權 ArrayOfString
bedrock-mantle:BearerTokenType 依短期或長期承載字符篩選存取權 String
bedrock-mantle:CustomizedModelArn 依跨資源操作中關聯或參考之自訂模型的 ARN 篩選存取權 String
bedrock-mantle:Files 依指定的檔案識別符篩選存取權 ArrayOfString
bedrock-mantle:FineTuningJob 依指定的微調任務識別符篩選存取權 String
bedrock-mantle:Model 依指定的模型篩選存取權 String
bedrock-mantle:ProjectArn 依跨資源操作中相關聯或參考之專案的 ARN 篩選存取權 String
bedrock-mantle:ReservationArn 依跨資源操作中參考之保留的 ARN 篩選存取權 String
bedrock-mantle:ServiceTier 依指定的 ServiceTier 篩選存取權 String