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
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
Content copied to clipboard