Gets the roles for an identity pool.
You must use AWS Developer credentials to call this API.
cognitoidentity_get_identity_pool_roles(IdentityPoolId)
A list with the following syntax:
list(
IdentityPoolId = "string",
Roles = list(
"string"
),
RoleMappings = list(
list(
Type = "Token"|"Rules",
AmbiguousRoleResolution = "AuthenticatedRole"|"Deny",
RulesConfiguration = list(
Rules = list(
list(
Claim = "string",
MatchType = "Equals"|"Contains"|"StartsWith"|"NotEqual",
Value = "string",
RoleARN = "string"
)
)
)
)
)
)
[required] An identity pool ID in the format REGION:GUID.
svc$get_identity_pool_roles(
IdentityPoolId = "string"
)