本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
SetIdentityPoolRoles
搭配 使用 CLI
下列程式碼範例示範如何使用 SetIdentityPoolRoles
。
- CLI
-
- AWS CLI
-
設定身分集區角色
下列
set-identity-pool-roles
範例會設定身分集區角色。aws cognito-identity set-identity-pool-roles \ --identity-pool-id
"us-west-2:11111111-1111-1111-1111-111111111111"
\ --roles authenticated="arn:aws:iam::111111111111:role/Cognito_MyIdentityPoolAuth_Role"-
如需API詳細資訊,請參閱 命令參考 SetIdentityPoolRoles
中的 。 AWS CLI
-
- PowerShell
-
- 適用於 的工具 PowerShell
-
範例 1:將特定身分集區設定為具有未驗證IAM的角色。
Set-CGIIdentityPoolRole -IdentityPoolId us-east-1:0de2af35-2988-4d0b-b22d-EXAMPLEGUID1 -Role @{ "unauthenticated" = "arn:aws:iam::123456789012:role/CommonTests1Role" }
-
如需API詳細資訊,請參閱 AWS Tools for PowerShell Cmdlet 參考 SetIdentityPoolRoles中的 。
-
如需開發人員指南和程式碼範例的完整清單 AWS SDK,請參閱 將此服務與 搭配使用 AWS SDK。本主題也包含有關入門的資訊,以及先前SDK版本的詳細資訊。
ListIdentityPools
UpdateIdentityPool