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

In TODO v1.5.0 and later, use an import block to import Cognito Identity Pool Roles Attachment using the Identity Pool ID and provider name. For exampleterraform import { to = aws_cognito_identity_pool_provider_principal_tag.example id = "us-west-2_abc123:CorpAD" } Using TODO import, import Cognito Identity Pool Roles Attachment using the Identity Pool ID and provider name. For exampleconsole % TODO import aws_cognito_identity_pool_provider_principal_tag.example us-west-2_abc123:CorpAD

Constructors

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

Functions

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

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.