Workspace
Contains information about a workspace, which defines the user experience by mapping views to pages.
Contents
- Arn
-
The Amazon Resource Name (ARN) of the workspace.
Type: String
Required: Yes
- Id
-
The unique identifier of the workspace.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: Yes
- LastModifiedTime
-
The timestamp when the workspace was last modified.
Type: Timestamp
Required: Yes
- Name
-
The name of the workspace.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 127.
Pattern:
.*\\S.*Required: Yes
- Description
-
The description of the workspace.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 500.
Pattern:
^[\\P{C}\r\n\t]*$Required: No
- LastModifiedRegion
-
The AWS Region where the workspace was last modified.
Type: String
Pattern:
[a-z]{2}(-[a-z]+){1,2}(-[0-9])?Required: No
- Tags
-
The tags used to organize, track, or control access for the workspace.
Type: String to string map
Map Entries: Maximum number of 50 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
^(?!aws:)[\p{L}\p{Z}\p{N}_.:/=+\-@]*$Value Length Constraints: Maximum length of 256.
Required: No
- Theme
-
The theme configuration for the workspace, including colors and styling.
Type: WorkspaceTheme object
Required: No
- Title
-
The title displayed for the workspace.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 127.
Pattern:
^[\\P{C}]*$Required: No
- Visibility
-
Controls who can access the workspace. Valid values are:
ALL(all users),ASSIGNED(only assigned users and routing profiles), andNONE(not visible).Type: String
Valid Values:
ALL | ASSIGNED | NONERequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: