identity_pool_role_attachment
Gets an individual identity_pool_role_attachment
resource
Overview
Name | identity_pool_role_attachment |
Type | Resource |
Description | identity_pool_role_attachment |
Id | awscc.cognito.identity_pool_role_attachment |
Fields
Name | Datatype | Description |
---|---|---|
identity_pool_id | string | |
roles | undefined | |
id | string | |
role_mappings | undefined | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
identity_pool_id,
roles,
id,
role_mappings
FROM awscc.cognito.identity_pool_role_attachment
WHERE data__Identifier = '<Id>';
Permissions
To operate on the identity_pool_role_attachment
resource, the following permissions are required:
Read
cognito-identity:GetIdentityPoolRoles
Update
cognito-identity:GetIdentityPoolRoles,
cognito-identity:SetIdentityPoolRoles,
iam:PassRole
Delete
cognito-identity:GetIdentityPoolRoles,
cognito-identity:SetIdentityPoolRoles