

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# AWS Amazon SageMaker パートナー AI アプリの マネージドポリシー
<a name="security-iam-awsmanpol-partner-apps"></a>

これらの AWS 管理ポリシーは、Amazon SageMaker パートナー AI アプリを使用するために必要なアクセス許可を追加します。ポリシーは AWS アカウントで使用でき、SageMaker AI コンソールから作成された実行ロールによって使用されます。

**Topics**
+ [AWS マネージドポリシー: AmazonSageMakerPartnerAppsFullAccess](#security-iam-awsmanpol-AmazonSageMakerPartnerAppsFullAccess)
+ [Amazon SageMaker AI での SageMaker パートナー AI アプリケーションマネージドポリシーの更新](#security-iam-awsmanpol-partner-apps-updates)

## AWS マネージドポリシー: AmazonSageMakerPartnerAppsFullAccess
<a name="security-iam-awsmanpol-AmazonSageMakerPartnerAppsFullAccess"></a>

Amazon SageMaker パートナー AI アプリケーションへのフル管理者アクセスを許可します。

**アクセス許可の詳細**

この AWS 管理ポリシーには、次のアクセス許可が含まれます。
+ `sagemaker` – Amazon SageMaker パートナー AI アプリケーションユーザーに、アプリケーション SDK を使用したアプリケーションへのアクセス、利用可能なアプリケーションの一覧表示、アプリケーションのウェブ UI の起動、接続のアクセス許可を付与します。

------
#### [ JSON ]

****  

```
{
    "Version":"2012-10-17",		 	 	 
    "Statement": [
        {
            "Sid": "AmazonSageMakerPartnerListAppsPermission",
            "Effect": "Allow",
            "Action": "sagemaker:ListPartnerApps",
            "Resource": "*"
        },
        {
            "Sid": "AmazonSageMakerPartnerAppsPermission",
            "Effect": "Allow",
            "Action": [
                "sagemaker:CreatePartnerAppPresignedUrl",
                "sagemaker:DescribePartnerApp",
                "sagemaker:CallPartnerAppApi"
            ],
            "Condition": {
                "StringEquals": {
                    "aws:ResourceAccount": "${aws:PrincipalAccount}"
                }
            },
            "Resource": "arn:aws:sagemaker:*:*:partner-app/*"
        }
    ]
}
```

------

## Amazon SageMaker AI での SageMaker パートナー AI アプリケーションマネージドポリシーの更新
<a name="security-iam-awsmanpol-partner-apps-updates"></a>

このサービスがこれらの変更の追跡を開始してからの Partner AI Apps の AWS マネージドポリシーの更新に関する詳細を表示します。このページの変更に関する自動通知については、「SageMaker AI [ドキュメント履歴](doc-history.md)」ページの RSS フィードをサブスクライブしてください。


| ポリシー | バージョン | 変更 | 日付 | 
| --- | --- | --- | --- | 
| AmazonSageMakerPartnerAppsFullAccess - 新しいポリシー | 1 |  初期ポリシー  | 2025 年 1 月 17 日 | 