AmazonWorkSpacesThinClientReadOnlyAccess
Description: Provides read-only access to Amazon WorkSpaces Thin Client and its dependencies
AmazonWorkSpacesThinClientReadOnlyAccess
is an AWS managed policy.
Using this policy
You can attach AmazonWorkSpacesThinClientReadOnlyAccess
to your users, groups, and roles.
Policy details
-
Type: AWS managed policy
-
Creation time: July 19, 2024, 08:50 UTC
-
Edited time: January 09, 2025, 16:52 UTC
-
ARN:
arn:aws:iam::aws:policy/AmazonWorkSpacesThinClientReadOnlyAccess
Policy version
Policy version: v3 (default)
The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.
JSON policy document
{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "AllowThinClientReadAccess", "Effect" : "Allow", "Action" : [ "thinclient:GetDevice", "thinclient:GetDeviceDetails", "thinclient:GetEnvironment", "thinclient:GetSoftwareSet", "thinclient:ListDevices", "thinclient:ListDeviceSessions", "thinclient:ListEnvironments", "thinclient:ListSoftwareSets", "thinclient:ListTagsForResource" ], "Resource" : "*" }, { "Sid" : "AllowWorkSpacesAccess", "Effect" : "Allow", "Action" : [ "workspaces:DescribeConnectionAliases", "workspaces:DescribeWorkspaceDirectories" ], "Resource" : "*" }, { "Sid" : "AllowWorkSpacesSecureBrowserAccess", "Effect" : "Allow", "Action" : [ "workspaces-web:GetPortal", "workspaces-web:GetUserSettings", "workspaces-web:ListPortals" ], "Resource" : "*" }, { "Sid" : "AllowAppStreamAccess", "Effect" : "Allow", "Action" : [ "appstream:DescribeStacks" ], "Resource" : "*" } ] }