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
ARNs that workspaces:DescribeConnectionAliasPermissions can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants workspaces:DescribeConnectionAliasPermissions.
Filters access based on the tags associated with the resource
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": "*"
}
]
}