workspaces:DescribeConnectionAliasPermissions

Read

workspaces:DescribeConnectionAliasPermissions is a Read access-level action in the workspaces service. Grants permission to retrieve the permissions that the owners of connection aliases have granted to other AWS accounts for connection aliases

Resource types

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

arn:${Partition}:workspaces:${Region}:${Account}:connectionalias/${ConnectionAliasId}
connectionalias

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access based on the tags associated with the resource

Example IAM policy

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

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

Related actions in workspaces

View all workspaces actions →