aws.cognito_identity.get_principal_tag_attribute_map
Example SQL Queries
SELECT * FROMaws.cognito_identity.get_principal_tag_attribute_mapWHERE"identity_pool_id" = 'VALUE'AND "identity_provider_name" = 'VALUE';Description
Use GetPrincipalTagAttributeMap to list all mappings between PrincipalTags and user attributes.
Table Definition
| Column Name | Column Data Type |
|---|---|
| identity_pool_id Required Input Column You can use this operation to get the ID of the Identity Pool you setup attribute mappings for. | VARCHAR |
| identity_provider_name Required Input Column You can use this operation to get the provider name. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| principal_tags You can use this operation to add principal tags. The PrincipalTagsoperation enables you to reference user attributes in your IAM permissions policy. | MAP(VARCHAR, VARCHAR) |
| use_defaults You can use this operation to list | BOOLEAN |