Skip to content

RetcodeAppProps

Properties for defining a RetcodeApp.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-retcodeapp

Initializer

import ros_cdk_arms
ros_cdk_arms.RetcodeAppProps(
  region_id: typing.Union[str, IResolvable],
  retcode_app_name: typing.Union[str, IResolvable],
  retcode_app_type: typing.Union[str, IResolvable]
)

Properties

Name Type Description
region_id typing.Union[str, ros_cdk_core.IResolvable] Property regionId: Region ID.
retcode_app_name typing.Union[str, ros_cdk_core.IResolvable] Property retcodeAppName: The name of the application for which you want to create the browser monitoring job.
retcode_app_type typing.Union[str, ros_cdk_core.IResolvable] Property retcodeAppType: The type of the application for which you want to create the browser monitoring job.

region_idRequired

region_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property regionId: Region ID.

Allowed values: cn-hangzhou, ap-southeast-1. Default to cn-hangzhou.


retcode_app_nameRequired

retcode_app_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property retcodeAppName: The name of the application for which you want to create the browser monitoring job.


retcode_app_typeRequired

retcode_app_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property retcodeAppType: The type of the application for which you want to create the browser monitoring job.

Allowed values: web, weex, mini_dd, mini_alipay, mini_wx, mini_common.