View source: R/cognitoidentity_operations.R
cognitoidentity_set_identity_pool_roles | R Documentation |
Sets the roles for an identity pool. These roles are used when making calls to get_credentials_for_identity
action.
See https://www.paws-r-sdk.com/docs/cognitoidentity_set_identity_pool_roles/ for full documentation.
cognitoidentity_set_identity_pool_roles(
IdentityPoolId,
Roles,
RoleMappings = NULL
)
IdentityPoolId |
[required] An identity pool ID in the format REGION:GUID. |
Roles |
[required] The map of roles associated with this pool. For a given role, the key will be either "authenticated" or "unauthenticated" and the value will be the Role ARN. |
RoleMappings |
How users for a specific identity provider are to mapped to roles. This is a string to RoleMapping object map. The string identifies the identity provider, for example, "graph.facebook.com" or "cognito-idp.us-east-1.amazonaws.com/us-east-1_abcdefghi:app_client_id". Up to 25 rules can be specified per identity provider. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.