WorkspaceSummary
An object that contains information about a workspace.
Contents
- arn
-
The ARN of the workspace.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:((aws)|(aws-cn)|(aws-us-gov)):iottwinmaker:[a-z0-9-]+:[0-9]{12}:[\/a-zA-Z0-9_\-\.:]+
Required: Yes
- creationDateTime
-
The date and time when the workspace was created.
Type: Timestamp
Required: Yes
- updateDateTime
-
The date and time when the workspace was last updated.
Type: Timestamp
Required: Yes
- workspaceId
-
The ID of the workspace.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[a-zA-Z_0-9][a-zA-Z_\-0-9]*[a-zA-Z0-9]+
Required: Yes
- description
-
The description of the workspace.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Pattern:
.*
Required: No
- linkedServices
-
A list of services that are linked to the workspace.
Type: Array of strings
Pattern:
[a-zA-Z_0-9]+
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: