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
"markdownDescription": "\n\n---\n\nRequired: No \nUpdate requires: No interruption"
58
24
}
59
25
},
26
+
"properties": {
27
+
"AuthenticationStrategy": {
28
+
"type": "string",
29
+
"description": "The authentication strategy associated with the configuration. The default is SIMPLE.",
30
+
"markdownDescription": "The authentication strategy associated with the configuration. The default is SIMPLE.\n\n---\n\nRequired: No \nType: String \nUpdate requires: Replacement"
31
+
},
32
+
"EngineType": {
33
+
"type": "string",
34
+
"description": "The type of broker engine. Note: Currently, Amazon MQ only supports ACTIVEMQ for creating and editing broker configurations.",
35
+
"markdownDescription": "The type of broker engine. Note: Currently, Amazon MQ only supports ACTIVEMQ for creating and editing broker configurations.\n\n---\n\nRequired: Yes \nType: String \nUpdate requires: Replacement"
36
+
},
37
+
"EngineVersion": {
38
+
"type": "string",
39
+
"description": "The version of the broker engine.",
40
+
"markdownDescription": "The version of the broker engine.\n\n---\n\nRequired: No \nType: String \nUpdate requires: Replacement"
41
+
},
42
+
"Data": {
43
+
"type": "string",
44
+
"description": "The base64-encoded XML configuration.",
45
+
"markdownDescription": "The base64-encoded XML configuration.\n\n---\n\nRequired: Yes \nType: String \nUpdate requires: No interruption"
46
+
},
47
+
"Description": {
48
+
"type": "string",
49
+
"description": "The description of the configuration.",
50
+
"markdownDescription": "The description of the configuration.\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption"
51
+
},
52
+
"Name": {
53
+
"type": "string",
54
+
"description": "The name of the configuration.",
55
+
"markdownDescription": "The name of the configuration.\n\n---\n\nRequired: Yes \nType: String \nUpdate requires: Replacement"
56
+
},
57
+
"Tags": {
58
+
"type": "array",
59
+
"description": "Create tags when creating the configuration.",
60
+
"insertionOrder": false,
61
+
"items": {
62
+
"$ref": "#/definitions/TagsEntry"
63
+
},
64
+
"markdownDescription": "Create tags when creating the configuration.\n\n---\n\nRequired: No \nType: Array \nUpdate requires: No interruption"
"markdownDescription": "\n\n---\n\nRequired: No \nType: Integer \nUpdate requires: No interruption"
139
+
"Arn": {
140
+
"type": "string",
141
+
"description": "The Amazon Resource Name (ARN) of the Amazon MQ configuration.",
142
+
"markdownDescription": "The Amazon Resource Name (ARN) of the Amazon MQ configuration.\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption"
83
143
},
84
144
"Id": {
85
145
"type": "string",
86
-
"markdownDescription": "\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption"
146
+
"description": "The ID of the Amazon MQ configuration.",
147
+
"markdownDescription": "The ID of the Amazon MQ configuration.\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption"
87
148
},
88
-
"Arn": {
149
+
"Revision": {
89
150
"type": "string",
90
-
"markdownDescription": "\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption"
151
+
"description": "The revision number of the configuration.",
152
+
"markdownDescription": "The revision number of the configuration.\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption"
0 commit comments