identity_pool
Gets an individual identity_pool
resource
Overview
Name | identity_pool |
Type | Resource |
Description | identity_pool |
Id | awscc.cognito.identity_pool |
Fields
Name | Datatype | Description |
---|---|---|
push_sync | object | |
cognito_identity_providers | array | |
developer_provider_name | string | |
cognito_streams | object | |
supported_login_providers | object | |
name | string | |
cognito_events | object | |
id | string | |
identity_pool_name | string | |
allow_unauthenticated_identities | boolean | |
saml_provider_arns | array | |
open_id_connect_provider_arns | array | |
allow_classic_flow | boolean | |
region | string | AWS 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