GetIdentityPoolPrincipalTagResult

data class GetIdentityPoolPrincipalTagResult(val principalTags: Any? = null, val useDefaults: Boolean? = null)

Constructors

Link copied to clipboard
constructor(principalTags: Any? = null, useDefaults: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val principalTags: Any? = null

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
val useDefaults: Boolean? = null

Use a default set of mappings between claims and tags for this provider, instead of a custom map.