DATASOURCE::PAI::Workspaces is used to query the basic information about workspaces.
Syntax
{
"Type": "DATASOURCE::PAI::Workspaces",
"Properties": {
"WorkspaceId": String,
"WorkspaceName": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
WorkspaceId | String | No | Yes | The ID of the workspace. | None. |
WorkspaceName | String | No | Yes | The name of the workspace. | The name must meet the following format requirements:
|
Return values
Fn::GetAtt
WorkspaceIds: the IDs of the workspaces.
Workspaces: details of the workspaces.
Property | Type | Description | Constraint |
WorkspaceIds | List | The IDs of the workspaces. | None. |
Workspaces | List | Details of the workspaces. | None. |
WorkspaceName | String | The name of the workspace. | None. |
WorkspaceId | String | The ID of the workspace. | None. |
DisplayName | String | The display name of the workspace. | None. |
EnvTypes | String | The environments of the workspace. | None. |
Description | String | The description of the workspace. | The description can be up to 80 characters in length. |