WorkspaceResourceMaxComputeProps
Properties for defining a WorkspaceResourceMaxCompute
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-pai-workspaceresourcemaxcompute
Initializer
from ros_cdk_pai import datasource
datasource.WorkspaceResourceMaxComputeProps(
group_name: typing.Union[str, IResolvable],
workspace_id: typing.Union[str, IResolvable],
refresh_options: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
group_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property groupName: Resource group name. |
workspace_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property workspaceId: The ID of the workspace to which the workspace belongs. |
refresh_options |
typing.Union[str, ros_cdk_core.IResolvable] |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
group_name
Required
group_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property groupName: Resource group name.
If you want to obtain a resource group name.
workspace_id
Required
workspace_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property workspaceId: The ID of the workspace to which the workspace belongs.
refresh_options
Optional
refresh_options: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
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.