-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathACS-ENS-BulkyQueryRouteEntryInfo.json
More file actions
54 lines (54 loc) · 1.23 KB
/
ACS-ENS-BulkyQueryRouteEntryInfo.json
File metadata and controls
54 lines (54 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"FormatVersion": "OOS-2019-06-01",
"Description": {
"name-en": "ACS-ENS-BulkyQueryRouteEntryInfo",
"name-zh-cn": "批量查询ENS路由条目信息",
"en": "Bulky query ENS route entry info",
"zh-cn": "批量查询ENS路由条目信息"
},
"Parameters": {
"routeTableId": {
"Label": {
"en": "RouteTableId",
"zh-cn": "路由条目ID"
},
"Type": "String",
"Default": ""
},
"rateControl": {
"Label": {
"en": "RateControl",
"zh-cn": "任务执行的并发比率"
},
"Type": "Json",
"AssociationProperty": "RateControl",
"Default": {
"Mode": "Concurrency",
"MaxErrors": 0,
"Concurrency": 10
}
},
"OOSAssumeRole": {
"Label": {
"en": "OOSAssumeRole",
"zh-cn": "OOS扮演的RAM角色"
},
"Type": "String",
"Default": ""
}
},
"RamRole": "{{ OOSAssumeRole }}",
"Tasks": [
{
"Name": "getRouteEntry",
"Description": {
"en": "Views the ENS route entry",
"zh-cn": "获取ENS路由条目"
},
"Action": "ACS::ENS::QueryRouteEntryInfo",
"Properties": {
"routeTableId": "{{ routeTableId }}"
}
}
]
}