ALIYUN::ARMS::RetcodeApp類型用於建立前端監控任務。
文法
{
"Type": "ALIYUN::ARMS::RetcodeApp",
"Properties": {
"RetcodeAppType": String,
"RegionId": String,
"RetcodeAppName": String
}
}
屬性
屬性名稱 | 類型 | 必須 | 允許更新 | 描述 | 約束 |
RegionId | String | 是 | 否 | 地區ID | 取值:
|
RetcodeAppName | String | 是 | 否 | 前端監控應用程式名稱 | 無 |
RetcodeAppType | String | 是 | 否 | 前端監控應用類型 | 取值:
|
傳回值
Fn::GetAtt
Pid:PID。
AppId:應用ID。
樣本
YAML
格式
ROSTemplateFormatVersion: '2015-09-01'
Resources:
RetcodeApp:
Type: 'ALIYUN::ARMS::RetcodeApp'
Properties:
RetcodeAppType:
Ref: RetcodeAppType
RegionId:
Ref: RegionId
RetcodeAppName:
Ref: RetcodeAppName
Parameters:
RetcodeAppType:
Type: String
Description: >-
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.
RegionId:
Default: cn-hangzhou
Type: String
Description: >-
Region ID. Allowed values: cn-hangzhou, ap-southeast-1. Default to
cn-hangzhou.
AllowedValues:
- cn-hangzhou
- ap-southeast-1
RetcodeAppName:
Type: String
Description: >-
The name of the application for which you want to create the browser
monitoring job.
Outputs:
Pid:
Description: The PID.
Value:
'Fn::GetAtt':
- RetcodeApp
- Pid
AppId:
Description: >-
The ID of the application for which you created the browser monitoring
job.
Value:
'Fn::GetAtt':
- RetcodeApp
- AppId
JSON
格式
{
"ROSTemplateFormatVersion": "2015-09-01",
"Resources": {
"RetcodeApp": {
"Type": "ALIYUN::ARMS::RetcodeApp",
"Properties": {
"RetcodeAppType": {
"Ref": "RetcodeAppType"
},
"RegionId": {
"Ref": "RegionId"
},
"RetcodeAppName": {
"Ref": "RetcodeAppName"
}
}
}
},
"Parameters": {
"RetcodeAppType": {
"Type": "String",
"Description": "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."
},
"RegionId": {
"Default": "cn-hangzhou",
"Type": "String",
"Description": "Region ID. Allowed values: cn-hangzhou, ap-southeast-1. Default to cn-hangzhou.",
"AllowedValues": [
"cn-hangzhou",
"ap-southeast-1"
]
},
"RetcodeAppName": {
"Type": "String",
"Description": "The name of the application for which you want to create the browser monitoring job."
}
},
"Outputs": {
"Pid": {
"Description": "The PID.",
"Value": {
"Fn::GetAtt": [
"RetcodeApp",
"Pid"
]
}
},
"AppId": {
"Description": "The ID of the application for which you created the browser monitoring job.",
"Value": {
"Fn::GetAtt": [
"RetcodeApp",
"AppId"
]
}
}
}
}