You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema.yaml
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,13 @@ components:
19
19
domain_suffix:
20
20
description: |
21
21
Specify the domain suffix of the CloudMap. The domain suffix must be a valid DNS name.
22
-
nullable: true
23
22
title: Domain Suffix
24
23
type: string
25
24
x-walrus-ui:
26
25
order: 3
27
26
kms_key_id:
28
27
description: |
29
28
Specify the KMS key ID which to encrypt the PostgreSQL data. If not specified, the PostgreSQL data will not be encrypted.
30
-
nullable: true
31
29
title: Kms Key Id
32
30
type: string
33
31
x-walrus-ui:
@@ -36,7 +34,6 @@ components:
36
34
default: false
37
35
description: |
38
36
Specify whether to enable public access. If enabled, the PostgreSQL service can be accessed from the public network.
39
-
nullable: true
40
37
title: Publicly Accessible
41
38
type: boolean
42
39
x-walrus-ui:
@@ -61,7 +58,6 @@ components:
61
58
enum:
62
59
- standalone
63
60
- replication
64
-
nullable: true
65
61
x-walrus-ui:
66
62
group: Basic
67
63
order: 3
@@ -75,7 +71,6 @@ components:
75
71
- 1
76
72
- 3
77
73
- 5
78
-
nullable: true
79
74
x-walrus-ui:
80
75
group: Basic
81
76
order: 4
@@ -90,7 +85,6 @@ components:
90
85
- "15.0"
91
86
- "14.0"
92
87
- "13.0"
93
-
nullable: true
94
88
x-walrus-ui:
95
89
group: Basic
96
90
order: 5
@@ -118,7 +112,6 @@ components:
118
112
type: object
119
113
x-walrus-ui:
120
114
colSpan: 12
121
-
nullable: true
122
115
x-walrus-ui:
123
116
colSpan: 12
124
117
group: Basic
@@ -131,7 +124,6 @@ components:
131
124
Specify the database name. The database name must be 2-64 characters long and start with any lower letter, combined with number, or symbols: - _.
132
125
The database name cannot be PostgreSQL forbidden keyword.
133
126
default: mydb
134
-
nullable: true
135
127
minLength: 2
136
128
maxLength: 64
137
129
x-walrus-ui:
@@ -144,7 +136,6 @@ components:
144
136
Specify the account username. The username must be 2-16 characters long and start with lower letter, combined with number, or symbol: _.
145
137
The username cannot be PostgreSQL forbidden keyword and postgres.
146
138
default: rdsuser
147
-
nullable: true
148
139
minLength: 2
149
140
maxLength: 16
150
141
x-walrus-ui:
@@ -158,7 +149,6 @@ components:
158
149
If not specified, it will generate a random password.
159
150
See https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints.
160
151
format: password
161
-
nullable: true
162
152
writeOnly: true
163
153
minLength: 8
164
154
maxLength: 32
@@ -172,13 +162,11 @@ components:
172
162
Specify the computing resources.
173
163
default:
174
164
class: db.t3.medium
175
-
nullable: true
176
165
properties:
177
166
class:
178
167
default: db.t3.medium
179
168
description: |
180
169
Specify the computing resources. See https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html#Concepts.DBInstanceClass.Summary.
181
-
nullable: true
182
170
title: Class
183
171
type: string
184
172
x-walrus-ui:
@@ -195,13 +183,11 @@ components:
195
183
default:
196
184
class: gp2
197
185
size: 20480
198
-
nullable: true
199
186
properties:
200
187
class:
201
188
default: gp2
202
189
description: |
203
190
Specify the storage class. See https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html.
0 commit comments