IdentityPoolProviderPrincipalTag

class IdentityPoolProviderPrincipalTag : KotlinCustomResource

Provides an AWS Cognito Identity Principal Mapping.

Import

Cognito Identity Pool Roles Attachment can be imported using the Identity Pool ID and provider name, e.g.,

$ pulumi import aws:cognito/identityPoolProviderPrincipalTag:IdentityPoolProviderPrincipalTag 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.