Skip to content

Get Principal Tag Attribute Map

cognitoidentity_get_principal_tag_attribute_map 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.

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.

Value

A list with the following syntax:

list(
  IdentityPoolId = "string",
  IdentityProviderName = "string",
  UseDefaults = TRUE|FALSE,
  PrincipalTags = list(
    "string"
  )
)

Request syntax

svc$get_principal_tag_attribute_map(
  IdentityPoolId = "string",
  IdentityProviderName = "string"
)