cloudsearch:DeleteDomain

Write

cloudsearch:DeleteDomain is a Write access-level action in the cloudsearch service. Permanently deletes a search domain and all of its data

Resource types

ARNs that cloudsearch:DeleteDomain can be scoped to in an IAM policy.

arn:${Partition}:cloudsearch:${Region}:${Account}:domain/${DomainName}
domain

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows cloudsearch:DeleteDomain. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowCloudsearchDeleteDomain",
      "Effect": "Allow",
      "Action": "cloudsearch:DeleteDomain",
      "Resource": "*"
    }
  ]
}

Related actions in cloudsearch

View all cloudsearch actions →