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
Disables automatic alert creation. When set to `true`, Atlas doesn't automatically create organization-level alerts. Defaults to `true` for new Atlas Organizations created with the provider to prevent infrastructure drift caused by creation of new alerts.
Copy file name to clipboardExpand all lines: cfn-resources/organization/mongodb-atlas-organization.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,11 @@
51
51
"description": "AwsSecretName used to set newly created Org credentials information.",
52
52
"default": "default"
53
53
},
54
+
"SkipDefaultAlertsSettings": {
55
+
"type": "boolean",
56
+
"description": "Disables automatic alert creation. When set to `true`, Atlas doesn't automatically create organization-level alerts. Defaults to `true` for new Atlas Organizations created with the provider to prevent infrastructure drift caused by creation of new alerts.",
57
+
"default": "true"
58
+
},
54
59
"OrgId": {
55
60
"type": "string",
56
61
"description": "Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.",
0 commit comments