IdentityPoolProviderPrincipalTag

class IdentityPoolProviderPrincipalTag : KotlinCustomResource

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

Properties

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

An identity pool ID.

Link copied to clipboard

The name of the identity provider.

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

String to string map of variables.

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 default (username and clientID) attribute mappings.