identity_pool_principal_tag
Gets an individual identity_pool_principal_tag
resource
Overview
Name | identity_pool_principal_tag |
Type | Resource |
Description | identity_pool_principal_tag |
Id | awscc.cognito.identity_pool_principal_tag |
Fields
Name | Datatype | Description |
---|---|---|
identity_pool_id | string | |
identity_provider_name | string | |
use_defaults | boolean | |
principal_tags | object | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
identity_pool_id,
identity_provider_name,
use_defaults,
principal_tags
FROM awscc.cognito.identity_pool_principal_tag
WHERE data__Identifier = '<IdentityPoolId>|<IdentityProviderName>';
Permissions
To operate on the identity_pool_principal_tag
resource, the following permissions are required:
Read
cognito-identity:GetPrincipalTagAttributeMap
Update
cognito-identity:GetPrincipalTagAttributeMap,
cognito-identity:SetPrincipalTagAttributeMap
Delete
cognito-identity:GetPrincipalTagAttributeMap,
cognito-identity:SetPrincipalTagAttributeMap