WorkspaceResourceFlinksProps
Properties for defining a WorkspaceResourceFlinks.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-pai-workspaceresourceflinks
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpai/datasource"
&datasource.WorkspaceResourceFlinksProps {
    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.
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.