Get Identity Pool Principal Tag Result
data class GetIdentityPoolPrincipalTagResult(val principalTags: Any? = null, val useDefaults: Boolean? = null)
Properties
Link copied to clipboard
A JSON-formatted list of user claims and the principal tags that you want to associate with them. When Amazon Cognito requests credentials, it sets the value of the principal tag to the value of the user's claim. Search the CloudFormation User Guide for AWS::Cognito::IdentityPoolPrincipalTag
for more information about the expected schema for this property.
Link copied to clipboard
Use a default set of mappings between claims and tags for this provider, instead of a custom map.