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
"description": "The identifier for the specified AWS account.",
8
+
"type": "string",
9
+
"maxLength": 12,
10
+
"minLength": 12,
11
+
"markdownDescription": "The identifier for the specified AWS account.\n\n---\n\nRequired: No \nType: String \nMinimum Length: 12 \nMaximum Length: 12 \nPattern: ^[0-9]{12}$ \nUpdate requires: No interruption\n"
12
+
},
13
+
"GroupingString": {
14
+
"type": "string",
15
+
"minLength": 1,
16
+
"maxLength": 128,
17
+
"markdownDescription": "\n\n---\n\nRequired: No \nType: String \nMinimum Length: 1 \nMaximum Length: 128 \nUpdate requires: No interruption\n"
18
+
},
19
+
"GroupingAttributeDefinition": {
20
+
"type": "object",
21
+
"properties": {
22
+
"GroupingName": {
23
+
"$ref": "#/definitions/GroupingString"
24
+
},
25
+
"GroupingSourceKeys": {
26
+
"type": "array",
27
+
"insertionOrder": true,
28
+
"minItems": 1,
29
+
"items": {
30
+
"$ref": "#/definitions/GroupingString"
31
+
},
32
+
"markdownDescription": "\n\n---\n\nRequired: Yes \nType: Array \nUpdate requires: No interruption\n"
33
+
},
34
+
"DefaultGroupingValue": {
35
+
"$ref": "#/definitions/GroupingString"
36
+
}
37
+
},
38
+
"required": [
39
+
"GroupingName",
40
+
"GroupingSourceKeys"
41
+
],
42
+
"additionalProperties": false,
43
+
"markdownDescription": "\n\n---\n\nRequired: No \nUpdate requires: No interruption\n"
0 commit comments