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
List that contains the key-value pairs for tagging and categorizing the MongoDB database user. The labels that you define do not appear in the console.
Copy file name to clipboardExpand all lines: cfn-resources/database-user/mongodb-atlas-databaseuser.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,10 @@
89
89
"description": "MongoDB database against which the MongoDB database user authenticates. MongoDB database users must provide both a username and authentication database to log into MongoDB. Default value is `admin`.",
90
90
"type": "string"
91
91
},
92
+
"Description": {
93
+
"description": "Description of this database user.",
94
+
"type": "string"
95
+
},
92
96
"Labels": {
93
97
"description": "List that contains the key-value pairs for tagging and categorizing the MongoDB database user. The labels that you define do not appear in the console.",
0 commit comments