forked from aliyun/ros-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yml
54 lines (54 loc) · 990 Bytes
/
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
ROSTemplateFormatVersion: '2015-09-01'
Description: ACM Namespace/Configuration resource example
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