@pulumi/cloudamqp 3.17.3 → 3.17.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/alarm.d.ts CHANGED
@@ -70,7 +70,7 @@ import * as pulumi from "@pulumi/pulumi";
70
70
  * `cloudamqp_alarm` can be imported using CloudAMQP internal identifier of the alarm together (CSV separated) with the instance identifier. To retrieve the alarm identifier, use [CloudAMQP API](https://docs.cloudamqp.com/cloudamqp_api.html#list-alarms)
71
71
  *
72
72
  * ```sh
73
- * $ pulumi import cloudamqp:index/alarm:Alarm alarm <id>,<instance_id>`
73
+ * $ pulumi import cloudamqp:index/alarm:Alarm alarm <id>,<instance_id>`
74
74
  * ```
75
75
  */
76
76
  export declare class Alarm extends pulumi.CustomResource {
package/alarm.js CHANGED
@@ -76,7 +76,7 @@ const utilities = require("./utilities");
76
76
  * `cloudamqp_alarm` can be imported using CloudAMQP internal identifier of the alarm together (CSV separated) with the instance identifier. To retrieve the alarm identifier, use [CloudAMQP API](https://docs.cloudamqp.com/cloudamqp_api.html#list-alarms)
77
77
  *
78
78
  * ```sh
79
- * $ pulumi import cloudamqp:index/alarm:Alarm alarm <id>,<instance_id>`
79
+ * $ pulumi import cloudamqp:index/alarm:Alarm alarm <id>,<instance_id>`
80
80
  * ```
81
81
  */
82
82
  class Alarm extends pulumi.CustomResource {
package/config/vars.d.ts CHANGED
@@ -6,7 +6,4 @@ export declare const apikey: string | undefined;
6
6
  * Base URL to CloudAMQP Customer website
7
7
  */
8
8
  export declare const baseurl: string | undefined;
9
- /**
10
- * Skips destroying backend resources on 'terraform destroy'
11
- */
12
9
  export declare const enableFasterInstanceDestroy: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAIzC,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;AAMhD,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,EAAE;IACrC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IAClC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,SAAS,EAAE;IACtC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IACnC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,6BAA6B,EAAE;IAC1D,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAU,6BAA6B,CAAC,CAAC;IACtE,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC"}
1
+ {"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAIzC,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;AAMhD,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,EAAE;IACrC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IAClC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,SAAS,EAAE;IACtC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IACnC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,6BAA6B,EAAE;IAC1D,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAU,6BAA6B,CAAC,CAAC;IACtE,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC"}
package/customDomain.d.ts CHANGED
@@ -30,10 +30,10 @@ import * as pulumi from "@pulumi/pulumi";
30
30
  * `cloudamqp_custom_domain` can be imported using CloudAMQP instance identifier.
31
31
  *
32
32
  * ```sh
33
- * $ pulumi import cloudamqp:index/customDomain:CustomDomain settings <instance_id>`
33
+ * $ pulumi import cloudamqp:index/customDomain:CustomDomain settings <instance_id>`
34
34
  * ```
35
35
  *
36
- * [Let's Encrypt]https://letsencrypt.org/
36
+ * [Let's Encrypt]: https://letsencrypt.org/
37
37
  */
38
38
  export declare class CustomDomain extends pulumi.CustomResource {
39
39
  /**
package/customDomain.js CHANGED
@@ -36,10 +36,10 @@ const utilities = require("./utilities");
36
36
  * `cloudamqp_custom_domain` can be imported using CloudAMQP instance identifier.
37
37
  *
38
38
  * ```sh
39
- * $ pulumi import cloudamqp:index/customDomain:CustomDomain settings <instance_id>`
39
+ * $ pulumi import cloudamqp:index/customDomain:CustomDomain settings <instance_id>`
40
40
  * ```
41
41
  *
42
- * [Let's Encrypt]https://letsencrypt.org/
42
+ * [Let's Encrypt]: https://letsencrypt.org/
43
43
  */
44
44
  class CustomDomain extends pulumi.CustomResource {
45
45
  /**
package/instance.d.ts CHANGED
@@ -233,7 +233,7 @@ import * as outputs from "./types/output";
233
233
  * `cloudamqp_instance`can be imported using CloudAMQP internal identifier.
234
234
  *
235
235
  * ```sh
236
- * $ pulumi import cloudamqp:index/instance:Instance instance <id>`
236
+ * $ pulumi import cloudamqp:index/instance:Instance instance <id>`
237
237
  * ```
238
238
  *
239
239
  * To retrieve the identifier for an instance, either use [CloudAMQP customer API](https://docs.cloudamqp.com/#list-instances) or use the data source [`cloudamqp_account`](./data-sources/account.md) to list all available instances for an account.
package/instance.js CHANGED
@@ -237,7 +237,7 @@ const utilities = require("./utilities");
237
237
  * `cloudamqp_instance`can be imported using CloudAMQP internal identifier.
238
238
  *
239
239
  * ```sh
240
- * $ pulumi import cloudamqp:index/instance:Instance instance <id>`
240
+ * $ pulumi import cloudamqp:index/instance:Instance instance <id>`
241
241
  * ```
242
242
  *
243
243
  * To retrieve the identifier for an instance, either use [CloudAMQP customer API](https://docs.cloudamqp.com/#list-instances) or use the data source [`cloudamqp_account`](./data-sources/account.md) to list all available instances for an account.
@@ -48,7 +48,7 @@ import * as pulumi from "@pulumi/pulumi";
48
48
  * `cloudamqp_integration_aws_eventbridge` can be imported using CloudAMQP internal identifier of the AWS EventBridge together (CSV separated) with the instance identifier. To retrieve the AWS EventBridge identifier, use [CloudAMQP API](https://docs.cloudamqp.com/cloudamqp_api.html#list-eventbridges)
49
49
  *
50
50
  * ```sh
51
- * $ pulumi import cloudamqp:index/integrationAwsEventbridge:IntegrationAwsEventbridge aws_eventbridge <id>,<instance_id>`
51
+ * $ pulumi import cloudamqp:index/integrationAwsEventbridge:IntegrationAwsEventbridge aws_eventbridge <id>,<instance_id>`
52
52
  * ```
53
53
  */
54
54
  export declare class IntegrationAwsEventbridge extends pulumi.CustomResource {
@@ -54,7 +54,7 @@ const utilities = require("./utilities");
54
54
  * `cloudamqp_integration_aws_eventbridge` can be imported using CloudAMQP internal identifier of the AWS EventBridge together (CSV separated) with the instance identifier. To retrieve the AWS EventBridge identifier, use [CloudAMQP API](https://docs.cloudamqp.com/cloudamqp_api.html#list-eventbridges)
55
55
  *
56
56
  * ```sh
57
- * $ pulumi import cloudamqp:index/integrationAwsEventbridge:IntegrationAwsEventbridge aws_eventbridge <id>,<instance_id>`
57
+ * $ pulumi import cloudamqp:index/integrationAwsEventbridge:IntegrationAwsEventbridge aws_eventbridge <id>,<instance_id>`
58
58
  * ```
59
59
  */
60
60
  class IntegrationAwsEventbridge extends pulumi.CustomResource {
@@ -35,7 +35,7 @@ import * as pulumi from "@pulumi/pulumi";
35
35
  * `cloudamqp_integration_log`can be imported using the resource identifier together with CloudAMQP instance identifier. The name and identifier are CSV separated, see example below.
36
36
  *
37
37
  * ```sh
38
- * $ pulumi import cloudamqp:index/integrationLog:IntegrationLog <resource_name> <id>,<instance_id>`
38
+ * $ pulumi import cloudamqp:index/integrationLog:IntegrationLog <resource_name> <id>,<instance_id>`
39
39
  * ```
40
40
  */
41
41
  export declare class IntegrationLog extends pulumi.CustomResource {
package/integrationLog.js CHANGED
@@ -41,7 +41,7 @@ const utilities = require("./utilities");
41
41
  * `cloudamqp_integration_log`can be imported using the resource identifier together with CloudAMQP instance identifier. The name and identifier are CSV separated, see example below.
42
42
  *
43
43
  * ```sh
44
- * $ pulumi import cloudamqp:index/integrationLog:IntegrationLog <resource_name> <id>,<instance_id>`
44
+ * $ pulumi import cloudamqp:index/integrationLog:IntegrationLog <resource_name> <id>,<instance_id>`
45
45
  * ```
46
46
  */
47
47
  class IntegrationLog extends pulumi.CustomResource {
package/notification.d.ts CHANGED
@@ -1,6 +1,10 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
2
4
  /**
3
- * This resource allows you to create and manage recipients to receive alarm notifications. There will always be a default recipient created upon instance creation. This recipient will use team email and receive notifications from default alarms.
5
+ * This resource allows you to create and manage recipients to receive alarm notifications. There will
6
+ * always be a default recipient created upon instance creation. This recipient will use team email and
7
+ * receive notifications from default alarms.
4
8
  *
5
9
  * Available for all subscription plans.
6
10
  *
@@ -26,7 +30,7 @@ import * as pulumi from "@pulumi/pulumi";
26
30
  *
27
31
  * <details>
28
32
  * <summary>
29
- * <b>OpsGenie recipient</b>
33
+ * <b>OpsGenie recipient with optional responders</b>
30
34
  * </summary>
31
35
  *
32
36
  * ```typescript
@@ -37,6 +41,16 @@ import * as pulumi from "@pulumi/pulumi";
37
41
  * instanceId: cloudamqp_instance.instance.id,
38
42
  * type: "opsgenie",
39
43
  * value: "<api-key>",
44
+ * responders: [
45
+ * {
46
+ * type: "team",
47
+ * id: "<team-uuid>",
48
+ * },
49
+ * {
50
+ * type: "user",
51
+ * username: "<username>",
52
+ * },
53
+ * ],
40
54
  * });
41
55
  * ```
42
56
  *
@@ -44,7 +58,7 @@ import * as pulumi from "@pulumi/pulumi";
44
58
  *
45
59
  * <details>
46
60
  * <summary>
47
- * <b>Pagerduty recipient</b>
61
+ * <b>Pagerduty recipient with optional dedup key</b>
48
62
  * </summary>
49
63
  *
50
64
  * ```typescript
@@ -101,7 +115,7 @@ import * as pulumi from "@pulumi/pulumi";
101
115
  *
102
116
  * <details>
103
117
  * <summary>
104
- * <b>Victorops recipient</b>
118
+ * <b>Victorops recipient with optional routing key (rk)</b>
105
119
  * </summary>
106
120
  *
107
121
  * ```typescript
@@ -164,10 +178,14 @@ import * as pulumi from "@pulumi/pulumi";
164
178
  *
165
179
  * ## Import
166
180
  *
167
- * `cloudamqp_notification` can be imported using CloudAMQP internal identifier of a recipient together (CSV separated) with the instance identifier. To retrieve the identifier of a recipient, use [CloudAMQP API](https://docs.cloudamqp.com/cloudamqp_api.html#list-notification-recipients)
181
+ * `cloudamqp_notification` can be imported using CloudAMQP internal identifier of a recipient together
182
+ *
183
+ * (CSV separated) with the instance identifier. To retrieve the identifier of a recipient, use
184
+ *
185
+ * [CloudAMQP API](https://docs.cloudamqp.com/cloudamqp_api.html#list-notification-recipients)
168
186
  *
169
187
  * ```sh
170
- * $ pulumi import cloudamqp:index/notification:Notification recipient <id>,<instance_id>`
188
+ * $ pulumi import cloudamqp:index/notification:Notification recipient <id>,<instance_id>`
171
189
  * ```
172
190
  */
173
191
  export declare class Notification extends pulumi.CustomResource {
@@ -191,7 +209,7 @@ export declare class Notification extends pulumi.CustomResource {
191
209
  */
192
210
  readonly instanceId: pulumi.Output<number>;
193
211
  /**
194
- * Display name of the recipient.
212
+ * Name of the responder
195
213
  */
196
214
  readonly name: pulumi.Output<string>;
197
215
  /**
@@ -201,7 +219,16 @@ export declare class Notification extends pulumi.CustomResource {
201
219
  [key: string]: string;
202
220
  } | undefined>;
203
221
  /**
204
- * Type of the notification. See valid options below.
222
+ * An array of reponders (only for OpsGenie). Each `responders` block
223
+ * consists of the field documented below.
224
+ *
225
+ * ___
226
+ *
227
+ * The `responders` block consists of:
228
+ */
229
+ readonly responders: pulumi.Output<outputs.NotificationResponder[] | undefined>;
230
+ /**
231
+ * Type of responder. [`team`, `user`, `escalation`, `schedule`]
205
232
  */
206
233
  readonly type: pulumi.Output<string>;
207
234
  /**
@@ -226,7 +253,7 @@ export interface NotificationState {
226
253
  */
227
254
  instanceId?: pulumi.Input<number>;
228
255
  /**
229
- * Display name of the recipient.
256
+ * Name of the responder
230
257
  */
231
258
  name?: pulumi.Input<string>;
232
259
  /**
@@ -236,7 +263,16 @@ export interface NotificationState {
236
263
  [key: string]: pulumi.Input<string>;
237
264
  }>;
238
265
  /**
239
- * Type of the notification. See valid options below.
266
+ * An array of reponders (only for OpsGenie). Each `responders` block
267
+ * consists of the field documented below.
268
+ *
269
+ * ___
270
+ *
271
+ * The `responders` block consists of:
272
+ */
273
+ responders?: pulumi.Input<pulumi.Input<inputs.NotificationResponder>[]>;
274
+ /**
275
+ * Type of responder. [`team`, `user`, `escalation`, `schedule`]
240
276
  */
241
277
  type?: pulumi.Input<string>;
242
278
  /**
@@ -253,7 +289,7 @@ export interface NotificationArgs {
253
289
  */
254
290
  instanceId: pulumi.Input<number>;
255
291
  /**
256
- * Display name of the recipient.
292
+ * Name of the responder
257
293
  */
258
294
  name?: pulumi.Input<string>;
259
295
  /**
@@ -263,7 +299,16 @@ export interface NotificationArgs {
263
299
  [key: string]: pulumi.Input<string>;
264
300
  }>;
265
301
  /**
266
- * Type of the notification. See valid options below.
302
+ * An array of reponders (only for OpsGenie). Each `responders` block
303
+ * consists of the field documented below.
304
+ *
305
+ * ___
306
+ *
307
+ * The `responders` block consists of:
308
+ */
309
+ responders?: pulumi.Input<pulumi.Input<inputs.NotificationResponder>[]>;
310
+ /**
311
+ * Type of responder. [`team`, `user`, `escalation`, `schedule`]
267
312
  */
268
313
  type: pulumi.Input<string>;
269
314
  /**
package/notification.js CHANGED
@@ -6,7 +6,9 @@ exports.Notification = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * This resource allows you to create and manage recipients to receive alarm notifications. There will always be a default recipient created upon instance creation. This recipient will use team email and receive notifications from default alarms.
9
+ * This resource allows you to create and manage recipients to receive alarm notifications. There will
10
+ * always be a default recipient created upon instance creation. This recipient will use team email and
11
+ * receive notifications from default alarms.
10
12
  *
11
13
  * Available for all subscription plans.
12
14
  *
@@ -32,7 +34,7 @@ const utilities = require("./utilities");
32
34
  *
33
35
  * <details>
34
36
  * <summary>
35
- * <b>OpsGenie recipient</b>
37
+ * <b>OpsGenie recipient with optional responders</b>
36
38
  * </summary>
37
39
  *
38
40
  * ```typescript
@@ -43,6 +45,16 @@ const utilities = require("./utilities");
43
45
  * instanceId: cloudamqp_instance.instance.id,
44
46
  * type: "opsgenie",
45
47
  * value: "<api-key>",
48
+ * responders: [
49
+ * {
50
+ * type: "team",
51
+ * id: "<team-uuid>",
52
+ * },
53
+ * {
54
+ * type: "user",
55
+ * username: "<username>",
56
+ * },
57
+ * ],
46
58
  * });
47
59
  * ```
48
60
  *
@@ -50,7 +62,7 @@ const utilities = require("./utilities");
50
62
  *
51
63
  * <details>
52
64
  * <summary>
53
- * <b>Pagerduty recipient</b>
65
+ * <b>Pagerduty recipient with optional dedup key</b>
54
66
  * </summary>
55
67
  *
56
68
  * ```typescript
@@ -107,7 +119,7 @@ const utilities = require("./utilities");
107
119
  *
108
120
  * <details>
109
121
  * <summary>
110
- * <b>Victorops recipient</b>
122
+ * <b>Victorops recipient with optional routing key (rk)</b>
111
123
  * </summary>
112
124
  *
113
125
  * ```typescript
@@ -170,10 +182,14 @@ const utilities = require("./utilities");
170
182
  *
171
183
  * ## Import
172
184
  *
173
- * `cloudamqp_notification` can be imported using CloudAMQP internal identifier of a recipient together (CSV separated) with the instance identifier. To retrieve the identifier of a recipient, use [CloudAMQP API](https://docs.cloudamqp.com/cloudamqp_api.html#list-notification-recipients)
185
+ * `cloudamqp_notification` can be imported using CloudAMQP internal identifier of a recipient together
186
+ *
187
+ * (CSV separated) with the instance identifier. To retrieve the identifier of a recipient, use
188
+ *
189
+ * [CloudAMQP API](https://docs.cloudamqp.com/cloudamqp_api.html#list-notification-recipients)
174
190
  *
175
191
  * ```sh
176
- * $ pulumi import cloudamqp:index/notification:Notification recipient <id>,<instance_id>`
192
+ * $ pulumi import cloudamqp:index/notification:Notification recipient <id>,<instance_id>`
177
193
  * ```
178
194
  */
179
195
  class Notification extends pulumi.CustomResource {
@@ -207,6 +223,7 @@ class Notification extends pulumi.CustomResource {
207
223
  resourceInputs["instanceId"] = state ? state.instanceId : undefined;
208
224
  resourceInputs["name"] = state ? state.name : undefined;
209
225
  resourceInputs["options"] = state ? state.options : undefined;
226
+ resourceInputs["responders"] = state ? state.responders : undefined;
210
227
  resourceInputs["type"] = state ? state.type : undefined;
211
228
  resourceInputs["value"] = state ? state.value : undefined;
212
229
  }
@@ -224,6 +241,7 @@ class Notification extends pulumi.CustomResource {
224
241
  resourceInputs["instanceId"] = args ? args.instanceId : undefined;
225
242
  resourceInputs["name"] = args ? args.name : undefined;
226
243
  resourceInputs["options"] = args ? args.options : undefined;
244
+ resourceInputs["responders"] = args ? args.responders : undefined;
227
245
  resourceInputs["type"] = args ? args.type : undefined;
228
246
  resourceInputs["value"] = args ? args.value : undefined;
229
247
  }
@@ -1 +1 @@
1
- {"version":3,"file":"notification.js","sourceRoot":"","sources":["../notification.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"notification.js","sourceRoot":"","sources":["../notification.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/cloudamqp",
3
- "version": "v3.17.3",
3
+ "version": "v3.17.4",
4
4
  "description": "A Pulumi package for creating and managing CloudAMQP resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/plugin.d.ts CHANGED
@@ -5,7 +5,7 @@ import * as pulumi from "@pulumi/pulumi";
5
5
  * `cloudamqp_plugin` can be imported using the name argument of the resource together with CloudAMQP instance identifier. The name and identifier are CSV separated, see example below.
6
6
  *
7
7
  * ```sh
8
- * $ pulumi import cloudamqp:index/plugin:Plugin rabbitmq_management rabbitmq_management,<instance_id>`
8
+ * $ pulumi import cloudamqp:index/plugin:Plugin rabbitmq_management rabbitmq_management,<instance_id>`
9
9
  * ```
10
10
  */
11
11
  export declare class Plugin extends pulumi.CustomResource {
package/plugin.js CHANGED
@@ -11,7 +11,7 @@ const utilities = require("./utilities");
11
11
  * `cloudamqp_plugin` can be imported using the name argument of the resource together with CloudAMQP instance identifier. The name and identifier are CSV separated, see example below.
12
12
  *
13
13
  * ```sh
14
- * $ pulumi import cloudamqp:index/plugin:Plugin rabbitmq_management rabbitmq_management,<instance_id>`
14
+ * $ pulumi import cloudamqp:index/plugin:Plugin rabbitmq_management rabbitmq_management,<instance_id>`
15
15
  * ```
16
16
  */
17
17
  class Plugin extends pulumi.CustomResource {
@@ -2,10 +2,12 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * ## Import
4
4
  *
5
- * `cloudamqp_plugin` can be imported using the name argument of the resource together with CloudAMQP instance identifier. The name and identifier are CSV separated, see example below.
5
+ * `cloudamqp_plugin` can be imported using the name argument of the resource together with CloudAMQP
6
+ *
7
+ * instance identifier. The name and identifier are CSV separated, see example below.
6
8
  *
7
9
  * ```sh
8
- * $ pulumi import cloudamqp:index/pluginCommunity:PluginCommunity <resource_name> <plugin_name>,<instance_id>`
10
+ * $ pulumi import cloudamqp:index/pluginCommunity:PluginCommunity <resource_name> <plugin_name>,<instance_id>`
9
11
  * ```
10
12
  */
11
13
  export declare class PluginCommunity extends pulumi.CustomResource {
@@ -8,10 +8,12 @@ const utilities = require("./utilities");
8
8
  /**
9
9
  * ## Import
10
10
  *
11
- * `cloudamqp_plugin` can be imported using the name argument of the resource together with CloudAMQP instance identifier. The name and identifier are CSV separated, see example below.
11
+ * `cloudamqp_plugin` can be imported using the name argument of the resource together with CloudAMQP
12
+ *
13
+ * instance identifier. The name and identifier are CSV separated, see example below.
12
14
  *
13
15
  * ```sh
14
- * $ pulumi import cloudamqp:index/pluginCommunity:PluginCommunity <resource_name> <plugin_name>,<instance_id>`
16
+ * $ pulumi import cloudamqp:index/pluginCommunity:PluginCommunity <resource_name> <plugin_name>,<instance_id>`
15
17
  * ```
16
18
  */
17
19
  class PluginCommunity extends pulumi.CustomResource {
@@ -1 +1 @@
1
- {"version":3,"file":"pluginCommunity.js","sourceRoot":"","sources":["../pluginCommunity.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"pluginCommunity.js","sourceRoot":"","sources":["../pluginCommunity.ts"],"names":[],"mappings":"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"}
@@ -155,7 +155,7 @@ import * as pulumi from "@pulumi/pulumi";
155
155
  * `cloudamqp_privatelink_aws` can be imported using CloudAMQP internal identifier.
156
156
  *
157
157
  * ```sh
158
- * $ pulumi import cloudamqp:index/privatelinkAws:PrivatelinkAws privatelink <id>`
158
+ * $ pulumi import cloudamqp:index/privatelinkAws:PrivatelinkAws privatelink <id>`
159
159
  * ```
160
160
  *
161
161
  * The resource uses the same identifier as the CloudAMQP instance. To retrieve the identifier for an instance, either use [CloudAMQP customer API](https://docs.cloudamqp.com/#list-instances) or use the data source [`cloudamqp_account`](./data-sources/account.md).
package/privatelinkAws.js CHANGED
@@ -161,7 +161,7 @@ const utilities = require("./utilities");
161
161
  * `cloudamqp_privatelink_aws` can be imported using CloudAMQP internal identifier.
162
162
  *
163
163
  * ```sh
164
- * $ pulumi import cloudamqp:index/privatelinkAws:PrivatelinkAws privatelink <id>`
164
+ * $ pulumi import cloudamqp:index/privatelinkAws:PrivatelinkAws privatelink <id>`
165
165
  * ```
166
166
  *
167
167
  * The resource uses the same identifier as the CloudAMQP instance. To retrieve the identifier for an instance, either use [CloudAMQP customer API](https://docs.cloudamqp.com/#list-instances) or use the data source [`cloudamqp_account`](./data-sources/account.md).
@@ -155,7 +155,7 @@ import * as pulumi from "@pulumi/pulumi";
155
155
  * `cloudamqp_privatelink_aws` can be imported using CloudAMQP internal identifier.
156
156
  *
157
157
  * ```sh
158
- * $ pulumi import cloudamqp:index/privatelinkAzure:PrivatelinkAzure privatelink <id>`
158
+ * $ pulumi import cloudamqp:index/privatelinkAzure:PrivatelinkAzure privatelink <id>`
159
159
  * ```
160
160
  *
161
161
  * The resource uses the same identifier as the CloudAMQP instance. To retrieve the identifier for an instance, either use [CloudAMQP customer API](https://docs.cloudamqp.com/#list-instances) or use the data source [`cloudamqp_account`](./data-sources/account.md).
@@ -161,7 +161,7 @@ const utilities = require("./utilities");
161
161
  * `cloudamqp_privatelink_aws` can be imported using CloudAMQP internal identifier.
162
162
  *
163
163
  * ```sh
164
- * $ pulumi import cloudamqp:index/privatelinkAzure:PrivatelinkAzure privatelink <id>`
164
+ * $ pulumi import cloudamqp:index/privatelinkAzure:PrivatelinkAzure privatelink <id>`
165
165
  * ```
166
166
  *
167
167
  * The resource uses the same identifier as the CloudAMQP instance. To retrieve the identifier for an instance, either use [CloudAMQP customer API](https://docs.cloudamqp.com/#list-instances) or use the data source [`cloudamqp_account`](./data-sources/account.md).
@@ -5,7 +5,7 @@ import * as pulumi from "@pulumi/pulumi";
5
5
  * `cloudamqp_rabbitmq_configuration` can be imported using the CloudAMQP instance identifier.
6
6
  *
7
7
  * ```sh
8
- * $ pulumi import cloudamqp:index/rabbitConfiguration:RabbitConfiguration config <instance_id>`
8
+ * $ pulumi import cloudamqp:index/rabbitConfiguration:RabbitConfiguration config <instance_id>`
9
9
  * ```
10
10
  */
11
11
  export declare class RabbitConfiguration extends pulumi.CustomResource {
@@ -11,7 +11,7 @@ const utilities = require("./utilities");
11
11
  * `cloudamqp_rabbitmq_configuration` can be imported using the CloudAMQP instance identifier.
12
12
  *
13
13
  * ```sh
14
- * $ pulumi import cloudamqp:index/rabbitConfiguration:RabbitConfiguration config <instance_id>`
14
+ * $ pulumi import cloudamqp:index/rabbitConfiguration:RabbitConfiguration config <instance_id>`
15
15
  * ```
16
16
  */
17
17
  class RabbitConfiguration extends pulumi.CustomResource {
@@ -7,7 +7,7 @@ import * as outputs from "./types/output";
7
7
  * `cloudamqp_security_firewall` can be imported using CloudAMQP instance identifier.
8
8
  *
9
9
  * ```sh
10
- * $ pulumi import cloudamqp:index/securityFirewall:SecurityFirewall firewall <instance_id>`
10
+ * $ pulumi import cloudamqp:index/securityFirewall:SecurityFirewall firewall <instance_id>`
11
11
  * ```
12
12
  */
13
13
  export declare class SecurityFirewall extends pulumi.CustomResource {
@@ -11,7 +11,7 @@ const utilities = require("./utilities");
11
11
  * `cloudamqp_security_firewall` can be imported using CloudAMQP instance identifier.
12
12
  *
13
13
  * ```sh
14
- * $ pulumi import cloudamqp:index/securityFirewall:SecurityFirewall firewall <instance_id>`
14
+ * $ pulumi import cloudamqp:index/securityFirewall:SecurityFirewall firewall <instance_id>`
15
15
  * ```
16
16
  */
17
17
  class SecurityFirewall extends pulumi.CustomResource {
package/types/input.d.ts CHANGED
@@ -1,6 +1,12 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  export interface ExtraDiskSizeNode {
3
+ /**
4
+ * Additional added disk size
5
+ */
3
6
  additionalDiskSize?: pulumi.Input<number>;
7
+ /**
8
+ * Subscription plan disk size
9
+ */
4
10
  diskSize?: pulumi.Input<number>;
5
11
  name?: pulumi.Input<string>;
6
12
  }
@@ -16,9 +22,42 @@ export interface InstanceCopySetting {
16
22
  */
17
23
  subscriptionId: pulumi.Input<string>;
18
24
  }
25
+ export interface NotificationResponder {
26
+ /**
27
+ * Identifier in UUID format
28
+ */
29
+ id?: pulumi.Input<string>;
30
+ /**
31
+ * Name of the responder
32
+ */
33
+ name?: pulumi.Input<string>;
34
+ /**
35
+ * Type of responder. [`team`, `user`, `escalation`, `schedule`]
36
+ */
37
+ type: pulumi.Input<string>;
38
+ /**
39
+ * Username of the responder
40
+ *
41
+ * Responders of type `team`, `escalation` and `schedule` can use either id or name.
42
+ * While `user` can use either id or username.
43
+ */
44
+ username?: pulumi.Input<string>;
45
+ }
19
46
  export interface SecurityFirewallRule {
47
+ /**
48
+ * Naming descripton e.g. 'Default'
49
+ */
20
50
  description?: pulumi.Input<string>;
51
+ /**
52
+ * CIDR address: IP address with CIDR notation (e.g. 10.56.72.0/24)
53
+ */
21
54
  ip: pulumi.Input<string>;
55
+ /**
56
+ * Custom ports between 0 - 65554
57
+ */
22
58
  ports?: pulumi.Input<pulumi.Input<number>[]>;
59
+ /**
60
+ * Pre-defined services 'AMQP', 'AMQPS', 'HTTPS', 'MQTT', 'MQTTS', 'STOMP', 'STOMPS', 'STREAM', 'STREAM_SSL'
61
+ */
23
62
  services?: pulumi.Input<pulumi.Input<string>[]>;
24
63
  }
package/types/output.d.ts CHANGED
@@ -1,21 +1,60 @@
1
1
  export interface ExtraDiskSizeNode {
2
+ /**
3
+ * Additional added disk size
4
+ */
2
5
  additionalDiskSize: number;
6
+ /**
7
+ * Subscription plan disk size
8
+ */
3
9
  diskSize: number;
4
10
  name: string;
5
11
  }
6
12
  export interface GetAccountInstance {
13
+ /**
14
+ * The instance identifier
15
+ */
7
16
  id: number;
17
+ /**
18
+ * The name of the instance
19
+ */
8
20
  name: string;
21
+ /**
22
+ * The subscription plan used for the instance
23
+ */
9
24
  plan: string;
25
+ /**
26
+ * The region were the instanece is located in
27
+ */
10
28
  region: string;
29
+ /**
30
+ * Tag for the instance
31
+ */
11
32
  tags?: string[];
12
33
  }
13
34
  export interface GetAccountVpcsVpc {
35
+ /**
36
+ * The instance identifier
37
+ */
14
38
  id: number;
39
+ /**
40
+ * The name of the instance
41
+ */
15
42
  name: string;
43
+ /**
44
+ * The region were the instanece is located in
45
+ */
16
46
  region: string;
47
+ /**
48
+ * The VPC subnet
49
+ */
17
50
  subnet: string;
51
+ /**
52
+ * Tag the VPC instance with optional tags
53
+ */
18
54
  tags?: string[];
55
+ /**
56
+ * VPC name given when hosted at the cloud provider
57
+ */
19
58
  vpcName: string;
20
59
  }
21
60
  export interface GetNodesNode {
@@ -33,14 +72,26 @@ export interface GetPluginsCommunityPlugin {
33
72
  description: string;
34
73
  name: string;
35
74
  require: string;
75
+ /**
76
+ * Configurable sleep time in seconds between retries for plugins
77
+ */
36
78
  sleep?: number;
79
+ /**
80
+ * Configurable timeout time in seconds for plugins
81
+ */
37
82
  timeout?: number;
38
83
  }
39
84
  export interface GetPluginsPlugin {
40
85
  description: string;
41
86
  enabled: boolean;
42
87
  name: string;
88
+ /**
89
+ * Configurable sleep time in seconds between retries for plugins
90
+ */
43
91
  sleep?: number;
92
+ /**
93
+ * Configurable timeout time in seconds for plugins
94
+ */
44
95
  timeout?: number;
45
96
  version: string;
46
97
  }
@@ -56,9 +107,42 @@ export interface InstanceCopySetting {
56
107
  */
57
108
  subscriptionId: string;
58
109
  }
110
+ export interface NotificationResponder {
111
+ /**
112
+ * Identifier in UUID format
113
+ */
114
+ id?: string;
115
+ /**
116
+ * Name of the responder
117
+ */
118
+ name?: string;
119
+ /**
120
+ * Type of responder. [`team`, `user`, `escalation`, `schedule`]
121
+ */
122
+ type: string;
123
+ /**
124
+ * Username of the responder
125
+ *
126
+ * Responders of type `team`, `escalation` and `schedule` can use either id or name.
127
+ * While `user` can use either id or username.
128
+ */
129
+ username?: string;
130
+ }
59
131
  export interface SecurityFirewallRule {
132
+ /**
133
+ * Naming descripton e.g. 'Default'
134
+ */
60
135
  description?: string;
136
+ /**
137
+ * CIDR address: IP address with CIDR notation (e.g. 10.56.72.0/24)
138
+ */
61
139
  ip: string;
140
+ /**
141
+ * Custom ports between 0 - 65554
142
+ */
62
143
  ports?: number[];
144
+ /**
145
+ * Pre-defined services 'AMQP', 'AMQPS', 'HTTPS', 'MQTT', 'MQTTS', 'STOMP', 'STOMPS', 'STREAM', 'STREAM_SSL'
146
+ */
63
147
  services?: string[];
64
148
  }
package/vpc.d.ts CHANGED
@@ -40,10 +40,12 @@ import * as pulumi from "@pulumi/pulumi";
40
40
  * `cloudamqp_vpc` can be imported using the CloudAMQP VPC identifier.
41
41
  *
42
42
  * ```sh
43
- * $ pulumi import cloudamqp:index/vpc:Vpc <resource_name> <vpc_id>`
43
+ * $ pulumi import cloudamqp:index/vpc:Vpc <resource_name> <vpc_id>`
44
44
  * ```
45
45
  *
46
- * To retrieve the identifier for a VPC, either use [CloudAMQP customer API](https://docs.cloudamqp.com/#list-vpcs). Or use the data source `cloudamqp_account_vpcs` to list all available standalone VPCs for an account.
46
+ * To retrieve the identifier for a VPC, either use [CloudAMQP customer API](https://docs.cloudamqp.com/#list-vpcs).
47
+ *
48
+ * Or use the data source `cloudamqp_account_vpcs` to list all available standalone VPCs for an account.
47
49
  */
48
50
  export declare class Vpc extends pulumi.CustomResource {
49
51
  /**
package/vpc.js CHANGED
@@ -46,10 +46,12 @@ const utilities = require("./utilities");
46
46
  * `cloudamqp_vpc` can be imported using the CloudAMQP VPC identifier.
47
47
  *
48
48
  * ```sh
49
- * $ pulumi import cloudamqp:index/vpc:Vpc <resource_name> <vpc_id>`
49
+ * $ pulumi import cloudamqp:index/vpc:Vpc <resource_name> <vpc_id>`
50
50
  * ```
51
51
  *
52
- * To retrieve the identifier for a VPC, either use [CloudAMQP customer API](https://docs.cloudamqp.com/#list-vpcs). Or use the data source `cloudamqp_account_vpcs` to list all available standalone VPCs for an account.
52
+ * To retrieve the identifier for a VPC, either use [CloudAMQP customer API](https://docs.cloudamqp.com/#list-vpcs).
53
+ *
54
+ * Or use the data source `cloudamqp_account_vpcs` to list all available standalone VPCs for an account.
53
55
  */
54
56
  class Vpc extends pulumi.CustomResource {
55
57
  /**
package/vpc.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"vpc.js","sourceRoot":"","sources":["../vpc.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"vpc.js","sourceRoot":"","sources":["../vpc.ts"],"names":[],"mappings":"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"}
package/vpcConnect.d.ts CHANGED
@@ -213,7 +213,7 @@ import * as pulumi from "@pulumi/pulumi";
213
213
  * `cloudamqp_vpc_connect` can be imported using CloudAMQP internal identifier.
214
214
  *
215
215
  * ```sh
216
- * $ pulumi import cloudamqp:index/vpcConnect:VpcConnect vpc_connect <id>`
216
+ * $ pulumi import cloudamqp:index/vpcConnect:VpcConnect vpc_connect <id>`
217
217
  * ```
218
218
  *
219
219
  * The resource uses the same identifier as the CloudAMQP instance. To retrieve the identifier for an instance, either use [CloudAMQP customer API](https://docs.cloudamqp.com/#list-instances) or use the data source [`cloudamqp_account`](./data-sources/account.md).
package/vpcConnect.js CHANGED
@@ -219,7 +219,7 @@ const utilities = require("./utilities");
219
219
  * `cloudamqp_vpc_connect` can be imported using CloudAMQP internal identifier.
220
220
  *
221
221
  * ```sh
222
- * $ pulumi import cloudamqp:index/vpcConnect:VpcConnect vpc_connect <id>`
222
+ * $ pulumi import cloudamqp:index/vpcConnect:VpcConnect vpc_connect <id>`
223
223
  * ```
224
224
  *
225
225
  * The resource uses the same identifier as the CloudAMQP instance. To retrieve the identifier for an instance, either use [CloudAMQP customer API](https://docs.cloudamqp.com/#list-instances) or use the data source [`cloudamqp_account`](./data-sources/account.md).
package/webhook.d.ts CHANGED
@@ -28,7 +28,7 @@ import * as pulumi from "@pulumi/pulumi";
28
28
  * `cloudamqp_webhook` can be imported using the resource identifier together with CloudAMQP instance identifier. The identifiers are CSV separated, see example below.
29
29
  *
30
30
  * ```sh
31
- * $ pulumi import cloudamqp:index/webhook:Webhook webhook_queue <id>,<instance_id>`
31
+ * $ pulumi import cloudamqp:index/webhook:Webhook webhook_queue <id>,<instance_id>`
32
32
  * ```
33
33
  */
34
34
  export declare class Webhook extends pulumi.CustomResource {
package/webhook.js CHANGED
@@ -34,7 +34,7 @@ const utilities = require("./utilities");
34
34
  * `cloudamqp_webhook` can be imported using the resource identifier together with CloudAMQP instance identifier. The identifiers are CSV separated, see example below.
35
35
  *
36
36
  * ```sh
37
- * $ pulumi import cloudamqp:index/webhook:Webhook webhook_queue <id>,<instance_id>`
37
+ * $ pulumi import cloudamqp:index/webhook:Webhook webhook_queue <id>,<instance_id>`
38
38
  * ```
39
39
  */
40
40
  class Webhook extends pulumi.CustomResource {