workspaces:StopWorkspacesPool

Write

workspaces:StopWorkspacesPool is a Write access-level action in the workspaces service. Grants permission to stop a WorkSpaces Pool

Resource types

ARNs that workspaces:StopWorkspacesPool can be scoped to in an IAM policy.

arn:${Partition}:workspaces:${Region}:${Account}:workspacespool/${PoolId}
workspacespoolid

Condition keys

Keys you can use in the Condition block of a policy that grants workspaces:StopWorkspacesPool.

aws:ResourceTag/${TagKey} String

Filters access based on the tags associated with the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowWorkspacesStopWorkspacesPool",
      "Effect": "Allow",
      "Action": "workspaces:StopWorkspacesPool",
      "Resource": "*"
    }
  ]
}

Related actions in workspaces

View all workspaces actions →