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