Skip to content

WorkspaceResourceDlcsProps

Properties for defining a WorkspaceResourceDlcs.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-pai-workspaceresourcedlcs

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpai/datasource"
&datasource.WorkspaceResourceDlcsProps {
    WorkspaceId: interface{},
    GroupName: interface{},
    RefreshOptions: interface{},
}

Properties

Name Type Description
WorkspaceId interface{} Property workspaceId: The ID of the workspace to which the workspace belongs.
GroupName interface{} Property groupName: Resource group name.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

WorkspaceIdRequired

WorkspaceId interface{}
  • Type: interface{}

Property workspaceId: The ID of the workspace to which the workspace belongs.


GroupNameOptional

GroupName interface{}
  • Type: interface{}

Property groupName: Resource group name.

If you want to obtain a resource group name, see [ListResources].


RefreshOptionsOptional

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.