WorkspacesProps
Properties for defining a Workspaces
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-pai-workspaces
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpai/datasource"
&datasource.WorkspacesProps {
RefreshOptions: interface{},
WorkspaceId: interface{},
WorkspaceName: interface{},
}
Properties
Name | Type | Description |
---|---|---|
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
WorkspaceId |
interface{} |
Property workspaceId: The ID of the workspace. |
WorkspaceName |
interface{} |
Property workspaceName: The workspace name. |
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.
WorkspaceId
Optional
WorkspaceId interface{}
- Type: interface{}
Property workspaceId: The ID of the workspace.
WorkspaceName
Optional
WorkspaceName interface{}
- Type: interface{}
Property workspaceName: The workspace name.
The format is as follows:
- 3 to 23 characters in length and can contain letters, underscores, or numbers.
- Must start with a large or small letter.
- Unique in the current region.