Skip to content

WorkspaceResourceFlinkProps

Properties for defining a WorkspaceResourceFlink.

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

Initializer

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

Properties

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

GroupNameRequired

GroupName interface{}
  • Type: interface{}

Property groupName: Resource group name.

If you want to obtain a resource group name.


WorkspaceIdRequired

WorkspaceId interface{}
  • Type: interface{}

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


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.