AWSQuickSightElasticsearchPolicy
Description: Provides access to Amazon Elasticsearch resources from Amazon QuickSight
AWSQuickSightElasticsearchPolicy
is an AWS managed policy.
Using this policy
You can attach AWSQuickSightElasticsearchPolicy
to your users, groups, and roles.
Policy details
-
Type: Service role policy
-
Creation time: September 09, 2020, 17:27 UTC
-
Edited time: September 07, 2021, 23:25 UTC
-
ARN:
arn:aws:iam::aws:policy/service-role/AWSQuickSightElasticsearchPolicy
Policy version
Policy version: v3 (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" : [ "es:ESHttpGet" ], "Resource" : [ "arn:aws:es:*:*:domain/*/", "arn:aws:es:*:*:domain/*/_cluster/settings", "arn:aws:es:*:*:domain/*/_cat/indices" ] }, { "Effect" : "Allow", "Action" : "es:ListDomainNames", "Resource" : "*" }, { "Effect" : "Allow", "Action" : [ "es:DescribeElasticsearchDomain", "es:DescribeDomain" ], "Resource" : [ "arn:aws:es:*:*:domain/*" ] }, { "Effect" : "Allow", "Action" : [ "es:ESHttpPost", "es:ESHttpGet" ], "Resource" : [ "arn:aws:es:*:*:domain/*/_opendistro/_sql", "arn:aws:es:*:*:domain/*/_plugin/_sql" ] } ] }