-
Notifications
You must be signed in to change notification settings - Fork 35
/
configuration.yml
57 lines (57 loc) · 1.17 KB
/
configuration.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
53
54
55
56
57
ROSTemplateFormatVersion: '2015-09-01'
Description:
zh-cn: 创建ACM命名空间及配置,默认初始化数据ID与内容,支持文本类型资源配置。
en: Create ACM namespaces and configurations, with default initialization data ID
and content support for text-type resource configurations.
Parameters:
Name:
Type: String
Default: mytest
DataId:
Type: String
Default: mytest
Content:
Type: String
Default: key=Hello;value=World
Type:
Type: String
Default: text
Resources:
Namespace:
Type: ALIYUN::ACM::Namespace
Properties:
Name:
Ref: Name
Configuration:
Type: ALIYUN::ACM::Configuration
Properties:
DataId:
Ref: DataId
Content:
Ref: Content
Type:
Ref: Type
NamespaceId:
Ref: Namespace
Desc: Test Create Configuration
Outputs:
DataId:
Value:
Fn::GetAtt:
- Configuration
- DataId
Group:
Value:
Fn::GetAtt:
- Configuration
- Group
CfgNamespaceId:
Value:
Fn::GetAtt:
- Configuration
- NamespaceId
NamespaceId:
Value:
Fn::GetAtt:
- Namespace
- NamespaceId