ProjectProps
Properties for defining a Project.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dataworks-project
Initializer
import ros_cdk_dataworks
ros_cdk_dataworks.ProjectProps(
  project_identifier: typing.Union[str, IResolvable],
  disable_development: typing.Union[bool, IResolvable] = None,
  is_allow_download: typing.Union[bool, IResolvable] = None,
  project_description: typing.Union[str, IResolvable] = None,
  project_mode: typing.Union[typing.Union[int, float], IResolvable] = None,
  project_name: typing.Union[str, IResolvable] = None,
  resource_group_id: typing.Union[str, IResolvable] = None,
  tags: typing.List[TagsProperty] = None
)
Properties
| Name | Type | Description | 
|---|---|---|
project_identifier | 
typing.Union[str, ros_cdk_core.IResolvable] | 
Property projectIdentifier: The name of the workspace. | 
disable_development | 
typing.Union[bool, ros_cdk_core.IResolvable] | 
Property disableDevelopment: Specifies whether to disable the Development role. | 
is_allow_download | 
typing.Union[bool, ros_cdk_core.IResolvable] | 
Property isAllowDownload: Specifies whether query result download from DataStudio is allowed. | 
project_description | 
typing.Union[str, ros_cdk_core.IResolvable] | 
Property projectDescription: The description of the workspace. | 
project_mode | 
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] | 
Property projectMode: The mode of the workspace. | 
project_name | 
typing.Union[str, ros_cdk_core.IResolvable] | 
Property projectName: The display name of the workspace. | 
resource_group_id | 
typing.Union[str, ros_cdk_core.IResolvable] | 
Property resourceGroupId: The ID of the resource group. | 
tags | 
typing.List[TagsProperty] | 
Property tags: Tags to attach to workspace. | 
project_identifierRequired 
project_identifier: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
 
Property projectIdentifier: The name of the workspace.
The name can contain letters, digits, and underscores (_) and must start with a letter or digit.
disable_developmentOptional 
disable_development: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
 
Property disableDevelopment: Specifies whether to disable the Development role.
Valid values: false: enables the Development role. true: disables the Development role. Default value: false.
is_allow_downloadOptional 
is_allow_download: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
 
Property isAllowDownload: Specifies whether query result download from DataStudio is allowed.
Valid values: true: allowed false: not allowed Default value: true.
project_descriptionOptional 
project_description: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
 
Property projectDescription: The description of the workspace.
If not provided, it is the same as ProjectIdentifier.
project_modeOptional 
project_mode: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
 
Property projectMode: The mode of the workspace.
For more information about the differences between the modes of workspaces, see Differences between workspaces in basic mode and workspaces in standard mode. Valid values: 2: basic mode 3: standard mode Default value: 2.
project_nameOptional 
project_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
 
Property projectName: The display name of the workspace.
If not provided, it is the same as ProjectIdentifier.
resource_group_idOptional 
resource_group_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
 
Property resourceGroupId: The ID of the resource group.
tagsOptional 
tags: typing.List[TagsProperty]
- Type: typing.List[TagsProperty]
 
Property tags: Tags to attach to workspace.
Max support 20 tags to add during create workspace. Each tag with two properties Key and Value, and Key is required.