Skip to main content

identity_pool

Gets an individual identity_pool resource

Overview

Nameidentity_pool
TypeResource
Descriptionidentity_pool
Idawscc.cognito.identity_pool

Fields

NameDatatypeDescription
push_syncobject
cognito_identity_providersarray
developer_provider_namestring
cognito_streamsobject
supported_login_providersobject
namestring
cognito_eventsobject
idstring
identity_pool_namestring
allow_unauthenticated_identitiesboolean
saml_provider_arnsarray
open_id_connect_provider_arnsarray
allow_classic_flowboolean
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
push_sync,
cognito_identity_providers,
developer_provider_name,
cognito_streams,
supported_login_providers,
name,
cognito_events,
id,
identity_pool_name,
allow_unauthenticated_identities,
saml_provider_arns,
open_id_connect_provider_arns,
allow_classic_flow
FROM awscc.cognito.identity_pool
WHERE data__Identifier = '<Id>';

Permissions

To operate on the identity_pool resource, the following permissions are required:

Read

cognito-identity:DescribeIdentityPool

Update

cognito-identity:UpdateIdentityPool,
cognito-identity:DescribeIdentityPool,
cognito-sync:SetIdentityPoolConfiguration,
cognito-sync:SetCognitoEvents,
iam:PassRole

Delete

cognito-identity:DeleteIdentityPool