roleMappings

@JvmName(name = "gwlwscglanjnrssc")
suspend fun roleMappings(value: Output<Map<String, IdentityPoolRoleAttachmentRoleMappingArgs>>)
@JvmName(name = "domaamqxtcblrfyg")
suspend fun roleMappings(value: Map<String, IdentityPoolRoleAttachmentRoleMappingArgs>?)

Parameters

value

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 .


@JvmName(name = "yhtkrtjaihoibckh")
suspend fun roleMappings(vararg argument: Pair<String, suspend IdentityPoolRoleAttachmentRoleMappingArgsBuilder.() -> Unit>)

Parameters

argument

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 .


@JvmName(name = "giqewlctfntpgbpe")
fun roleMappings(vararg values: Pair<String, IdentityPoolRoleAttachmentRoleMappingArgs>)

Parameters

values

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 .