ws

WorkSpaces

Business AppsAWS
General

General information about the service.

Description

Amazon WorkSpaces provides managed, secure cloud desktops.

Service Namespace

AWS::WorkSpaces::Workspace

ARN Pattern

arn:aws:workspaces:{region}:{account}:workspace/{workspace-id}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

ws-

Length

1-64

Valid Characters

Letters, numbers, hyphens, underscores

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_workspaces_workspace" "main" {
2 directory_id = aws_workspaces_directory.main.id
3 bundle_id = var.bundle_id
4 user_name = var.user_name
5}
Utilities

Utilities to support app deployment or configuration.