cognitoidentity_set_principal_tag_attribute_map {paws.security.identity} | R Documentation |
You can use this operation to use default (username and clientID) attribute or custom attribute mappings
Description
You can use this operation to use default (username and clientID) attribute or custom attribute mappings.
See https://www.paws-r-sdk.com/docs/cognitoidentity_set_principal_tag_attribute_map/ for full documentation.
Usage
cognitoidentity_set_principal_tag_attribute_map(
IdentityPoolId,
IdentityProviderName,
UseDefaults = NULL,
PrincipalTags = NULL
)
Arguments
IdentityPoolId |
[required] The ID of the Identity Pool you want to set attribute mappings for. |
IdentityProviderName |
[required] The provider name you want to use for attribute mappings. |
UseDefaults |
You can use this operation to use default (username and clientID) attribute mappings. |
PrincipalTags |
You can use this operation to add principal tags. |
[Package paws.security.identity version 0.6.1 Index]