IdentityPoolProviderPrincipalTagArgs

data class IdentityPoolProviderPrincipalTagArgs(val identityPoolId: Output<String>? = null, val identityProviderName: Output<String>? = null, val principalTags: Output<Map<String, String>>? = null, val useDefaults: Output<Boolean>? = null) : ConvertibleToJava<IdentityPoolProviderPrincipalTagArgs>

Provides an AWS Cognito Identity Principal Mapping.

Import

Using pulumi import, import Cognito Identity Pool Roles Attachment using the Identity Pool ID and provider name. For example:

$ pulumi import aws:cognito/identityPoolProviderPrincipalTag:IdentityPoolProviderPrincipalTag example us-west-2_abc123:CorpAD

Constructors

Link copied to clipboard
constructor(identityPoolId: Output<String>? = null, identityProviderName: Output<String>? = null, principalTags: Output<Map<String, String>>? = null, useDefaults: Output<Boolean>? = null)

Properties

Link copied to clipboard
val identityPoolId: Output<String>? = null

An identity pool ID.

Link copied to clipboard
val identityProviderName: Output<String>? = null

The name of the identity provider.

Link copied to clipboard
val principalTags: Output<Map<String, String>>? = null

String to string map of variables.

Link copied to clipboard
val useDefaults: Output<Boolean>? = null

use default (username and clientID) attribute mappings.

Functions

Link copied to clipboard
open override fun toJava(): IdentityPoolProviderPrincipalTagArgs