IdentityPoolPrincipalTag

class IdentityPoolPrincipalTag : KotlinCustomResource

Resource Type definition for AWS::Cognito::IdentityPoolPrincipalTag

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val identityPoolId: Output<String>

The identity pool that you want to associate with this principal tag map.

Link copied to clipboard

The identity pool identity provider (IdP) that you want to associate with this principal tag map.

Link copied to clipboard
val principalTags: Output<Any>?

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 pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val useDefaults: Output<Boolean>?

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