cloudsearch:ListDomainNames is a List access-level action in the cloudsearch service. Lists all search domains owned by an account
ARNs that cloudsearch:ListDomainNames can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows cloudsearch:ListDomainNames. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowCloudsearchListDomainNames",
"Effect": "Allow",
"Action": "cloudsearch:ListDomainNames",
"Resource": "*"
}
]
}