cognitoidentity_get_principal_tag_attribute_map {paws.security.identity}R Documentation

Use GetPrincipalTagAttributeMap to list all mappings between PrincipalTags and user attributes

Description

Use get_principal_tag_attribute_map to list all mappings between PrincipalTags and user attributes.

See https://www.paws-r-sdk.com/docs/cognitoidentity_get_principal_tag_attribute_map/ for full documentation.

Usage

cognitoidentity_get_principal_tag_attribute_map(
  IdentityPoolId,
  IdentityProviderName
)

Arguments

IdentityPoolId

[required] You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.

IdentityProviderName

[required] You can use this operation to get the provider name.


[Package paws.security.identity version 0.6.1 Index]