docdb-elastic:ListClusters is a List access-level action in the docdb-elastic service. Grants permission to list the clusters in your account
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows docdb-elastic:ListClusters. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowDocdbelasticListClusters",
"Effect": "Allow",
"Action": "docdb-elastic:ListClusters",
"Resource": "*"
}
]
}