-
Notifications
You must be signed in to change notification settings - Fork 35
/
auto-enable-service.yml
52 lines (52 loc) · 1.16 KB
/
auto-enable-service.yml
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
ROSTemplateFormatVersion: '2015-09-01'
Description:
zh-cn: 一键启用阿里云服务,支持多种云产品,如AHAS、ARMS、OSS等,通过参数化配置实现自动化服务开启。
en: One-click enablement of Alibaba Cloud services, supporting a variety of cloud
products such as AHAS (Application High Availability Service), ARMS (Application
Real-Time Monitoring Service), OSS (Object Storage Service), achieved through
parameterized configuration for automated service activation.
Parameters:
ServiceName:
Type: String
Description: Cloud service to be enabled
AllowedValues:
- AHAS
- ARMS
- ApiGateway
- BatchCompute
- BrainIndustrial
- CMS
- CR
- CS
- CloudStorageGateway
- DCDN
- DataHub
- DataWorks
- EDAS
- EMAS
- FC
- FNF
- HBR
- IMM
- IOT
- KMS
- MNS
- MaxCompute
- NAS
- NLP
- OSS
- OTS
- PrivateLink
- PrivateZone
- RocketMQ
- SAE
- SLS
- TrafficMirror
- VS
- Xtrace
Resources:
AutoEnableService:
Type: ALIYUN::ROS::AutoEnableService
Properties:
ServiceName:
Ref: ServiceName