Skip to content

RetcodeAppProps

Properties for defining a RetcodeApp.

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

Initializer

import com.aliyun.ros.cdk.arms.RetcodeAppProps;
RetcodeAppProps.builder()
    .regionId(java.lang.String)
    .regionId(IResolvable)
    .retcodeAppName(java.lang.String)
    .retcodeAppName(IResolvable)
    .retcodeAppType(java.lang.String)
    .retcodeAppType(IResolvable)
    .build();

Properties

Name Type Description
regionId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property regionId: Region ID.
retcodeAppName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property retcodeAppName: The name of the application for which you want to create the browser monitoring job.
retcodeAppType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property retcodeAppType: The type of the application for which you want to create the browser monitoring job.

regionIdRequired

public java.lang.Object getRegionId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property regionId: Region ID.

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


retcodeAppNameRequired

public java.lang.Object getRetcodeAppName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


retcodeAppTypeRequired

public java.lang.Object getRetcodeAppType();
  • Type: java.lang.String OR com.aliyun.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.