workspaces:DescribeApplicationAssociations

List

workspaces:DescribeApplicationAssociations is a List access-level action in the workspaces service. Grants permission to retrieve information about resources associated with a WorkSpace application

Resource types

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

arn:${Partition}:workspaces:${Region}:${Account}:workspaceapplication/${WorkSpaceApplicationId}
workspaceapplication

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access based on the tags associated with the resource

Example IAM policy

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

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

Related actions in workspaces

View all workspaces actions →