**To update an identity pool** This example updates an identity pool. It sets the name to MyIdentityPool. It adds Cognito as an identity provider. It disallows unauthenticated identities. Command:: aws cognito-identity update-identity-pool --identity-pool-id "us-west-2:11111111-1111-1111-1111-111111111111" --identity-pool-name "MyIdentityPool" --no-allow-unauthenticated-identities --cognito-identity-providers ProviderName="cognito-idp.us-west-2.amazonaws.com/us-west-2_111111111",ClientId="3n4b5urk1ft4fl3mg5e62d9ado",ServerSideTokenCheck=false Output:: { "IdentityPoolId": "us-west-2:11111111-1111-1111-1111-111111111111", "IdentityPoolName": "MyIdentityPool", "AllowUnauthenticatedIdentities": false, "CognitoIdentityProviders": [ { "ProviderName": "cognito-idp.us-west-2.amazonaws.com/us-west-2_111111111", "ClientId": "3n4b5urk1ft4fl3mg5e62d9ado", "ServerSideTokenCheck": false } ] }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
create-identity-pool.rst | File | 931 B | 0644 |
|
delete-identities.rst | File | 250 B | 0644 |
|
delete-identity-pool.rst | File | 283 B | 0644 |
|
describe-identity-pool.rst | File | 622 B | 0644 |
|
get-identity-pool-roles.rst | File | 495 B | 0644 |
|
list-identity-pools.rst | File | 685 B | 0644 |
|
set-identity-pool-roles.rst | File | 339 B | 0644 |
|
update-identity-pool.rst | File | 975 B | 0644 |
|