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
Only used for Data Federation limits. Action to take when the usage limit is exceeded. If limit span is set to QUERY, this is ignored because MongoDB Cloud stops the query when it exceeds the usage limit. "enum" : [ "BLOCK", "BLOCK_AND_KILL" ]
80
+
Action to take when the usage limit is exceeded. If limit span is set to QUERY, this is ignored because MongoDB Cloud stops the query when it exceeds the usage limit.
81
81
82
82
_Required_: No
83
83
@@ -117,10 +117,6 @@ For more information about using the `Fn::GetAtt` intrinsic function, see [Fn::G
117
117
118
118
Amount that indicates the current usage of the limit.
119
119
120
-
#### DefaultLimit
121
-
122
-
Default value of the limit.
123
-
124
120
#### LastModifiedDate
125
121
126
122
Only used for Data Federation limits. Timestamp that indicates when this usage limit was last modified. This field uses the ISO 8601 timestamp format in UTC.
Copy file name to clipboardExpand all lines: cfn-resources/federated-query-limit/mongodb-atlas-federatedquerylimit.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@
43
43
},
44
44
"OverrunPolicy": {
45
45
"type": "string",
46
-
"description": "Only used for Data Federation limits. Action to take when the usage limit is exceeded. If limit span is set to QUERY, this is ignored because MongoDB Cloud stops the query when it exceeds the usage limit.\"enum\" : [ \"BLOCK\", \"BLOCK_AND_KILL\" ]"
46
+
"description": "Action to take when the usage limit is exceeded. If limit span is set to QUERY, this is ignored because MongoDB Cloud stops the query when it exceeds the usage limit."
0 commit comments