workdocs:StartInstanceExport

Write

workdocs:StartInstanceExport is a Write access-level action in the workdocs service. Grants permission to start an export for an instance

Resource types

ARNs that workdocs:StartInstanceExport can be scoped to in an IAM policy.

arn:${Partition}:workdocs:${Region}:${Account}:organization/${ResourceId}
organization

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowWorkdocsStartInstanceExport",
      "Effect": "Allow",
      "Action": "workdocs:StartInstanceExport",
      "Resource": "*"
    }
  ]
}

Related actions in workdocs

View all workdocs actions →