GetIdentityPoolRoleAttachmentResult

data class GetIdentityPoolRoleAttachmentResult(val id: String? = null, val roleMappings: Map<String, IdentityPoolRoleAttachmentRoleMapping>? = null, val roles: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, roleMappings: Map<String, IdentityPoolRoleAttachmentRoleMapping>? = null, roles: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The resource ID.

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 .

Link copied to clipboard
val roles: Map<String, String>? = null

The map of the roles associated with this pool. For a given role, the key is either "authenticated" or "unauthenticated". The value is the role ARN.