AmazonOpenSearchServiceCognitoAccess
Description: Provides access to the Amazon Cognito configuration service.
AmazonOpenSearchServiceCognitoAccess
is an AWS managed policy.
Using this policy
You can attach AmazonOpenSearchServiceCognitoAccess
to your users, groups, and roles.
Policy details
-
Type: AWS managed policy
-
Creation time: September 02, 2021, 06:31 UTC
-
Edited time: December 20, 2021, 14:04 UTC
-
ARN:
arn:aws:iam::aws:policy/AmazonOpenSearchServiceCognitoAccess
Policy version
Policy version: v2 (default)
The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.
JSON policy document
{ "Version" : "2012-10-17", "Statement" : [ { "Effect" : "Allow", "Action" : [ "cognito-idp:DescribeUserPool", "cognito-idp:CreateUserPoolClient", "cognito-idp:DeleteUserPoolClient", "cognito-idp:UpdateUserPoolClient", "cognito-idp:DescribeUserPoolClient", "cognito-idp:AdminInitiateAuth", "cognito-idp:AdminUserGlobalSignOut", "cognito-idp:ListUserPoolClients", "cognito-identity:DescribeIdentityPool", "cognito-identity:UpdateIdentityPool", "cognito-identity:GetIdentityPoolRoles" ], "Resource" : [ "arn:aws:cognito-identity:*:*:identitypool/*", "arn:aws:cognito-idp:*:*:userpool/*" ] }, { "Effect" : "Allow", "Action" : "iam:PassRole", "Resource" : "arn:aws:iam::*:role/*", "Condition" : { "StringLike" : { "iam:PassedToService" : [ "cognito-identity.amazonaws.com", "cognito-identity-us-gov.amazonaws.com" ] } } }, { "Effect" : "Allow", "Action" : "cognito-identity:SetIdentityPoolRoles", "Resource" : "*" } ] }