aoss:DashboardsAccessAll

Write

aoss:DashboardsAccessAll is a Write access-level action in the aoss service. Grants permission to Opensearch Serverless Dashboards

Resource types

ARNs that aoss:DashboardsAccessAll can be scoped to in an IAM policy.

arn:${Partition}:aoss:${Region}:${Account}:dashboards/default
Dashboards

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowAossDashboardsAccessAll",
      "Effect": "Allow",
      "Action": "aoss:DashboardsAccessAll",
      "Resource": "*"
    }
  ]
}

Related actions in aoss

View all aoss actions →