ws
WorkSpaces
Business AppsAWS
General
General information about the service.
Chat
Powered by AITalk 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 Documentation
terraform
1resource "aws_workspaces_workspace" "main" {2 directory_id = aws_workspaces_directory.main.id3 bundle_id = var.bundle_id4 user_name = var.user_name5}
Utilities
Utilities to support app deployment or configuration.