Identity Pool Role Attachment Args
data class IdentityPoolRoleAttachmentArgs(val identityPoolId: Output<String>? = null, val roleMappings: Output<Map<String, IdentityPoolRoleAttachmentRoleMappingArgs>>? = null, val roles: Output<Map<String, String>>? = null) : ConvertibleToJava<IdentityPoolRoleAttachmentArgs>
Resource Type definition for AWS::Cognito::IdentityPoolRoleAttachment
Properties
Link copied to clipboard
An identity pool ID in the format REGION:GUID
.
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 .