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. |
GroupName
Required
GroupName interface{}
- Type: interface{}
Property groupName: Resource group name.
If you want to obtain a resource group name.
WorkspaceId
Required
WorkspaceId interface{}
- Type: interface{}
Property workspaceId: The ID of the workspace to which the workspace belongs.
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.