DATASOURCE::PaiDswApi::Instances is used to query the basic information about Data Science Workshop (DSW) instances.
Syntax
{
"Type": "DATASOURCE::PaiDswApi::Instances",
"Properties": {
"InstanceName": String,
"Accessibility": String,
"InstanceId": String,
"WorkspaceId": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
InstanceName | String | No | Yes | The name of the instance. | The name must meet the following format requirements:
|
Accessibility | String | No | Yes | The accessibility of the workspace. | Valid values:
|
InstanceId | String | No | Yes | The ID of the instance. | None. |
WorkspaceId | String | No | Yes | The ID of the workspace. | None. |
Return values
Fn::GetAtt
Instances: details of the instances.
InstanceIds: the IDs of the instances.
Property | Type | Description | Constraint |
InstanceIds | List | The IDs of the instances. | None. |
Instances | List | Details of the instances. | None. |
Labels | List | The custom tags of the instance. | None. |
WorkspaceId | String | The ID of the workspace. | None. |
Accessibility | String | The accessibility of the workspace. | None. |
Status | String | The state of the instance. | None. |
InstanceId | String | The ID of the instance. | None. |
UserVpc | String | The virtual private cloud (VPC) configurations of the user. | None. |
ImageUrl | String | The URL of the image. | None. |
Datasets | String | The collection of datasets. | None. |
EcsSpec | String | The Elastic Compute Service (ECS) instance specifications. | None. |
InstanceName | String | The name of the instance. | None. |
PaymentType | String | The payment type of the instance. | None. |