Identity Pool Provider Principal Tag Args
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