Get Identity Pool Role Attachment Result
data class GetIdentityPoolRoleAttachmentResult(val id: String? = null, val roleMappings: Map<String, IdentityPoolRoleAttachmentRoleMapping>? = null, val roles: Map<String, String>? = null)
Properties
Link copied to clipboard
How users for a specific identity provider are mapped to roles. This is a string to the 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
. If the IdentityProvider
field isn't provided in this object, the string is used as the identity provider name. For more information, see the RoleMapping property .