es:DescribeElasticsearchDomain is a Read access-level action in the es service. Grants permission to view a description of the domain configuration for the specified OpenSearch Service domain, including the domain ID, service endpoint, and ARN. This permission is deprecated. Use DescribeDomain instead
ARNs that es:DescribeElasticsearchDomain can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants es:DescribeElasticsearchDomain.
Filters access based on the tags associated with the resource
A minimal policy that allows es:DescribeElasticsearchDomain. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowEsDescribeElasticsearchDomain",
"Effect": "Allow",
"Action": "es:DescribeElasticsearchDomain",
"Resource": "*"
}
]
}