AppProps
Properties for defining a App
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mobi-app
Initializer
import ros_cdk_mobi
ros_cdk_mobi.AppProps(
app_icon: typing.Union[str, IResolvable],
app_name: typing.Union[str, IResolvable],
app_workspace_id: typing.Union[str, IResolvable],
template: typing.Union[IResolvable, TemplateProperty],
app_description: typing.Union[str, IResolvable] = None,
app_type: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
app_icon |
typing.Union[str, ros_cdk_core.IResolvable] |
Property appIcon: Application icon label, The system provides an icon by default, which is given in the form of a label. |
app_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property appName: The application name. |
app_workspace_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property appWorkspaceId: Workspace ID of application, The application belongs to the workspace. |
template |
typing.Union[ros_cdk_core.IResolvable, TemplateProperty] |
Property template: Application Template. |
app_description |
typing.Union[str, ros_cdk_core.IResolvable] |
Property appDescription: Description of application. |
app_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property appType: The application type. |
app_icon
Required
app_icon: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property appIcon: Application icon label, The system provides an icon by default, which is given in the form of a label.
The default value is -1.
app_name
Required
app_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property appName: The application name.
app_workspace_id
Required
app_workspace_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property appWorkspaceId: Workspace ID of application, The application belongs to the workspace.
template
Required
template: typing.Union[IResolvable, TemplateProperty]
- Type: typing.Union[ros_cdk_core.IResolvable, TemplateProperty]
Property template: Application Template.
app_description
Optional
app_description: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property appDescription: Description of application.
app_type
Optional
app_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property appType: The application type.
Web applications and Copilot applications are supported.
- Web:Web application.
- Copilot:Copilot application.