@pulumi/cloudamqp 3.17.3 → 3.17.5

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.
Files changed (96) hide show
  1. package/alarm.d.ts +56 -2
  2. package/alarm.js +56 -2
  3. package/alarm.js.map +1 -1
  4. package/config/vars.d.ts +0 -3
  5. package/config/vars.js.map +1 -1
  6. package/customDomain.d.ts +5 -2
  7. package/customDomain.js +5 -2
  8. package/customDomain.js.map +1 -1
  9. package/extraDiskSize.d.ts +9 -0
  10. package/extraDiskSize.js +9 -0
  11. package/extraDiskSize.js.map +1 -1
  12. package/getAccount.d.ts +6 -0
  13. package/getAccount.js +6 -0
  14. package/getAccount.js.map +1 -1
  15. package/getAccountVpcs.d.ts +6 -0
  16. package/getAccountVpcs.js +6 -0
  17. package/getAccountVpcs.js.map +1 -1
  18. package/getAlarm.d.ts +6 -0
  19. package/getAlarm.js +6 -0
  20. package/getAlarm.js.map +1 -1
  21. package/getCredentials.d.ts +6 -0
  22. package/getCredentials.js +6 -0
  23. package/getCredentials.js.map +1 -1
  24. package/getInstance.d.ts +0 -42
  25. package/getInstance.js +0 -42
  26. package/getInstance.js.map +1 -1
  27. package/getNodes.d.ts +6 -0
  28. package/getNodes.js +6 -0
  29. package/getNodes.js.map +1 -1
  30. package/getNotification.d.ts +6 -0
  31. package/getNotification.js +6 -0
  32. package/getNotification.js.map +1 -1
  33. package/getPlugins.d.ts +6 -0
  34. package/getPlugins.js +6 -0
  35. package/getPlugins.js.map +1 -1
  36. package/getPluginsCommunity.d.ts +6 -0
  37. package/getPluginsCommunity.js +6 -0
  38. package/getPluginsCommunity.js.map +1 -1
  39. package/getUpgradableVersions.d.ts +6 -0
  40. package/getUpgradableVersions.js +6 -0
  41. package/getUpgradableVersions.js.map +1 -1
  42. package/getVpcGcpInfo.d.ts +10 -0
  43. package/getVpcGcpInfo.js +10 -0
  44. package/getVpcGcpInfo.js.map +1 -1
  45. package/getVpcInfo.d.ts +10 -0
  46. package/getVpcInfo.js +10 -0
  47. package/getVpcInfo.js.map +1 -1
  48. package/instance.d.ts +19 -2
  49. package/instance.js +19 -2
  50. package/instance.js.map +1 -1
  51. package/integrationAwsEventbridge.d.ts +4 -1
  52. package/integrationAwsEventbridge.js +4 -1
  53. package/integrationAwsEventbridge.js.map +1 -1
  54. package/integrationLog.d.ts +224 -19
  55. package/integrationLog.js +224 -19
  56. package/integrationLog.js.map +1 -1
  57. package/integrationMetric.d.ts +6 -6
  58. package/nodeActions.d.ts +7 -0
  59. package/nodeActions.js +7 -0
  60. package/nodeActions.js.map +1 -1
  61. package/notification.d.ts +72 -12
  62. package/notification.js +39 -6
  63. package/notification.js.map +1 -1
  64. package/package.json +1 -1
  65. package/plugin.d.ts +1 -1
  66. package/plugin.js +1 -1
  67. package/pluginCommunity.d.ts +4 -2
  68. package/pluginCommunity.js +4 -2
  69. package/pluginCommunity.js.map +1 -1
  70. package/privatelinkAws.d.ts +12 -2
  71. package/privatelinkAws.js +12 -2
  72. package/privatelinkAws.js.map +1 -1
  73. package/privatelinkAzure.d.ts +12 -2
  74. package/privatelinkAzure.js +12 -2
  75. package/privatelinkAzure.js.map +1 -1
  76. package/rabbitConfiguration.d.ts +1 -1
  77. package/rabbitConfiguration.js +1 -1
  78. package/securityFirewall.d.ts +1 -1
  79. package/securityFirewall.js +1 -1
  80. package/types/input.d.ts +39 -0
  81. package/types/output.d.ts +84 -0
  82. package/upgradeRabbitmq.d.ts +6 -0
  83. package/upgradeRabbitmq.js +6 -0
  84. package/upgradeRabbitmq.js.map +1 -1
  85. package/vpc.d.ts +6 -2
  86. package/vpc.js +6 -2
  87. package/vpc.js.map +1 -1
  88. package/vpcConnect.d.ts +16 -2
  89. package/vpcConnect.js +16 -2
  90. package/vpcConnect.js.map +1 -1
  91. package/vpcGcpPeering.d.ts +47 -0
  92. package/vpcGcpPeering.js +47 -0
  93. package/vpcGcpPeering.js.map +1 -1
  94. package/webhook.d.ts +4 -1
  95. package/webhook.js +4 -1
  96. package/webhook.js.map +1 -1
package/nodeActions.js CHANGED
@@ -19,6 +19,7 @@ const utilities = require("./utilities");
19
19
  * </b>
20
20
  * </summary>
21
21
  *
22
+ * <!--Start PulumiCodeChooser -->
22
23
  * ```typescript
23
24
  * import * as pulumi from "@pulumi/pulumi";
24
25
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -30,6 +31,7 @@ const utilities = require("./utilities");
30
31
  * action: "restart",
31
32
  * });
32
33
  * ```
34
+ * <!--End PulumiCodeChooser -->
33
35
  * </details>
34
36
  *
35
37
  * Using data source `cloudamqp.getNodes` to restart RabbitMQ on all nodes.</br>
@@ -42,6 +44,7 @@ const utilities = require("./utilities");
42
44
  * </b>
43
45
  * </summary>
44
46
  *
47
+ * <!--Start PulumiCodeChooser -->
45
48
  * ```typescript
46
49
  * import * as pulumi from "@pulumi/pulumi";
47
50
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -72,6 +75,7 @@ const utilities = require("./utilities");
72
75
  * ],
73
76
  * });
74
77
  * ```
78
+ * <!--End PulumiCodeChooser -->
75
79
  * </details>
76
80
  *
77
81
  * <details>
@@ -81,6 +85,7 @@ const utilities = require("./utilities");
81
85
  * </b>
82
86
  * </summary>
83
87
  *
88
+ * <!--Start PulumiCodeChooser -->
84
89
  * ```typescript
85
90
  * import * as pulumi from "@pulumi/pulumi";
86
91
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -121,7 +126,9 @@ const utilities = require("./utilities");
121
126
  * ],
122
127
  * });
123
128
  * ```
129
+ * <!--End PulumiCodeChooser -->
124
130
  * </details>
131
+ *
125
132
  * ## Action reference
126
133
  *
127
134
  * Valid options for action.
@@ -1 +1 @@
1
- {"version":3,"file":"nodeActions.js","sourceRoot":"","sources":["../nodeActions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwIG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AAhFL,kCAiFC;AAnEG,gBAAgB;AACO,wBAAY,GAAG,yCAAyC,CAAC"}
1
+ {"version":3,"file":"nodeActions.js","sourceRoot":"","sources":["../nodeActions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+IG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AAhFL,kCAiFC;AAnEG,gBAAgB;AACO,wBAAY,GAAG,yCAAyC,CAAC"}
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
  *
@@ -11,6 +15,7 @@ import * as pulumi from "@pulumi/pulumi";
11
15
  * <b>Email recipient</b>
12
16
  * </summary>
13
17
  *
18
+ * <!--Start PulumiCodeChooser -->
14
19
  * ```typescript
15
20
  * import * as pulumi from "@pulumi/pulumi";
16
21
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -21,14 +26,16 @@ import * as pulumi from "@pulumi/pulumi";
21
26
  * value: "alarm@example.com",
22
27
  * });
23
28
  * ```
29
+ * <!--End PulumiCodeChooser -->
24
30
  *
25
31
  * </details>
26
32
  *
27
33
  * <details>
28
34
  * <summary>
29
- * <b>OpsGenie recipient</b>
35
+ * <b>OpsGenie recipient with optional responders</b>
30
36
  * </summary>
31
37
  *
38
+ * <!--Start PulumiCodeChooser -->
32
39
  * ```typescript
33
40
  * import * as pulumi from "@pulumi/pulumi";
34
41
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -37,16 +44,28 @@ import * as pulumi from "@pulumi/pulumi";
37
44
  * instanceId: cloudamqp_instance.instance.id,
38
45
  * type: "opsgenie",
39
46
  * value: "<api-key>",
47
+ * responders: [
48
+ * {
49
+ * type: "team",
50
+ * id: "<team-uuid>",
51
+ * },
52
+ * {
53
+ * type: "user",
54
+ * username: "<username>",
55
+ * },
56
+ * ],
40
57
  * });
41
58
  * ```
59
+ * <!--End PulumiCodeChooser -->
42
60
  *
43
61
  * </details>
44
62
  *
45
63
  * <details>
46
64
  * <summary>
47
- * <b>Pagerduty recipient</b>
65
+ * <b>Pagerduty recipient with optional dedup key</b>
48
66
  * </summary>
49
67
  *
68
+ * <!--Start PulumiCodeChooser -->
50
69
  * ```typescript
51
70
  * import * as pulumi from "@pulumi/pulumi";
52
71
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -60,6 +79,7 @@ import * as pulumi from "@pulumi/pulumi";
60
79
  * },
61
80
  * });
62
81
  * ```
82
+ * <!--End PulumiCodeChooser -->
63
83
  *
64
84
  * </details>
65
85
  *
@@ -68,6 +88,7 @@ import * as pulumi from "@pulumi/pulumi";
68
88
  * <b>Signl4 recipient</b>
69
89
  * </summary>
70
90
  *
91
+ * <!--Start PulumiCodeChooser -->
71
92
  * ```typescript
72
93
  * import * as pulumi from "@pulumi/pulumi";
73
94
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -78,6 +99,7 @@ import * as pulumi from "@pulumi/pulumi";
78
99
  * value: "<team-secret>",
79
100
  * });
80
101
  * ```
102
+ * <!--End PulumiCodeChooser -->
81
103
  *
82
104
  * </details>
83
105
  *
@@ -86,6 +108,7 @@ import * as pulumi from "@pulumi/pulumi";
86
108
  * <b>Teams recipient</b>
87
109
  * </summary>
88
110
  *
111
+ * <!--Start PulumiCodeChooser -->
89
112
  * ```typescript
90
113
  * import * as pulumi from "@pulumi/pulumi";
91
114
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -96,14 +119,16 @@ import * as pulumi from "@pulumi/pulumi";
96
119
  * value: "<teams-webhook-url>",
97
120
  * });
98
121
  * ```
122
+ * <!--End PulumiCodeChooser -->
99
123
  *
100
124
  * </details>
101
125
  *
102
126
  * <details>
103
127
  * <summary>
104
- * <b>Victorops recipient</b>
128
+ * <b>Victorops recipient with optional routing key (rk)</b>
105
129
  * </summary>
106
130
  *
131
+ * <!--Start PulumiCodeChooser -->
107
132
  * ```typescript
108
133
  * import * as pulumi from "@pulumi/pulumi";
109
134
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -117,6 +142,7 @@ import * as pulumi from "@pulumi/pulumi";
117
142
  * },
118
143
  * });
119
144
  * ```
145
+ * <!--End PulumiCodeChooser -->
120
146
  *
121
147
  * </details>
122
148
  *
@@ -125,6 +151,7 @@ import * as pulumi from "@pulumi/pulumi";
125
151
  * <b>Webhook recipient</b>
126
152
  * </summary>
127
153
  *
154
+ * <!--Start PulumiCodeChooser -->
128
155
  * ```typescript
129
156
  * import * as pulumi from "@pulumi/pulumi";
130
157
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -135,8 +162,10 @@ import * as pulumi from "@pulumi/pulumi";
135
162
  * value: "<webhook-url>",
136
163
  * });
137
164
  * ```
165
+ * <!--End PulumiCodeChooser -->
138
166
  *
139
167
  * </details>
168
+ *
140
169
  * ## Notification Type reference
141
170
  *
142
171
  * Valid options for notification type.
@@ -164,10 +193,14 @@ import * as pulumi from "@pulumi/pulumi";
164
193
  *
165
194
  * ## Import
166
195
  *
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)
196
+ * `cloudamqp_notification` can be imported using CloudAMQP internal identifier of a recipient together
197
+ *
198
+ * (CSV separated) with the instance identifier. To retrieve the identifier of a recipient, use
199
+ *
200
+ * [CloudAMQP API](https://docs.cloudamqp.com/cloudamqp_api.html#list-notification-recipients)
168
201
  *
169
202
  * ```sh
170
- * $ pulumi import cloudamqp:index/notification:Notification recipient <id>,<instance_id>`
203
+ * $ pulumi import cloudamqp:index/notification:Notification recipient <id>,<instance_id>`
171
204
  * ```
172
205
  */
173
206
  export declare class Notification extends pulumi.CustomResource {
@@ -191,7 +224,7 @@ export declare class Notification extends pulumi.CustomResource {
191
224
  */
192
225
  readonly instanceId: pulumi.Output<number>;
193
226
  /**
194
- * Display name of the recipient.
227
+ * Name of the responder
195
228
  */
196
229
  readonly name: pulumi.Output<string>;
197
230
  /**
@@ -201,7 +234,16 @@ export declare class Notification extends pulumi.CustomResource {
201
234
  [key: string]: string;
202
235
  } | undefined>;
203
236
  /**
204
- * Type of the notification. See valid options below.
237
+ * An array of reponders (only for OpsGenie). Each `responders` block
238
+ * consists of the field documented below.
239
+ *
240
+ * ___
241
+ *
242
+ * The `responders` block consists of:
243
+ */
244
+ readonly responders: pulumi.Output<outputs.NotificationResponder[] | undefined>;
245
+ /**
246
+ * Type of responder. [`team`, `user`, `escalation`, `schedule`]
205
247
  */
206
248
  readonly type: pulumi.Output<string>;
207
249
  /**
@@ -226,7 +268,7 @@ export interface NotificationState {
226
268
  */
227
269
  instanceId?: pulumi.Input<number>;
228
270
  /**
229
- * Display name of the recipient.
271
+ * Name of the responder
230
272
  */
231
273
  name?: pulumi.Input<string>;
232
274
  /**
@@ -236,7 +278,16 @@ export interface NotificationState {
236
278
  [key: string]: pulumi.Input<string>;
237
279
  }>;
238
280
  /**
239
- * Type of the notification. See valid options below.
281
+ * An array of reponders (only for OpsGenie). Each `responders` block
282
+ * consists of the field documented below.
283
+ *
284
+ * ___
285
+ *
286
+ * The `responders` block consists of:
287
+ */
288
+ responders?: pulumi.Input<pulumi.Input<inputs.NotificationResponder>[]>;
289
+ /**
290
+ * Type of responder. [`team`, `user`, `escalation`, `schedule`]
240
291
  */
241
292
  type?: pulumi.Input<string>;
242
293
  /**
@@ -253,7 +304,7 @@ export interface NotificationArgs {
253
304
  */
254
305
  instanceId: pulumi.Input<number>;
255
306
  /**
256
- * Display name of the recipient.
307
+ * Name of the responder
257
308
  */
258
309
  name?: pulumi.Input<string>;
259
310
  /**
@@ -263,7 +314,16 @@ export interface NotificationArgs {
263
314
  [key: string]: pulumi.Input<string>;
264
315
  }>;
265
316
  /**
266
- * Type of the notification. See valid options below.
317
+ * An array of reponders (only for OpsGenie). Each `responders` block
318
+ * consists of the field documented below.
319
+ *
320
+ * ___
321
+ *
322
+ * The `responders` block consists of:
323
+ */
324
+ responders?: pulumi.Input<pulumi.Input<inputs.NotificationResponder>[]>;
325
+ /**
326
+ * Type of responder. [`team`, `user`, `escalation`, `schedule`]
267
327
  */
268
328
  type: pulumi.Input<string>;
269
329
  /**
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
  *
@@ -17,6 +19,7 @@ const utilities = require("./utilities");
17
19
  * <b>Email recipient</b>
18
20
  * </summary>
19
21
  *
22
+ * <!--Start PulumiCodeChooser -->
20
23
  * ```typescript
21
24
  * import * as pulumi from "@pulumi/pulumi";
22
25
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -27,14 +30,16 @@ const utilities = require("./utilities");
27
30
  * value: "alarm@example.com",
28
31
  * });
29
32
  * ```
33
+ * <!--End PulumiCodeChooser -->
30
34
  *
31
35
  * </details>
32
36
  *
33
37
  * <details>
34
38
  * <summary>
35
- * <b>OpsGenie recipient</b>
39
+ * <b>OpsGenie recipient with optional responders</b>
36
40
  * </summary>
37
41
  *
42
+ * <!--Start PulumiCodeChooser -->
38
43
  * ```typescript
39
44
  * import * as pulumi from "@pulumi/pulumi";
40
45
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -43,16 +48,28 @@ const utilities = require("./utilities");
43
48
  * instanceId: cloudamqp_instance.instance.id,
44
49
  * type: "opsgenie",
45
50
  * value: "<api-key>",
51
+ * responders: [
52
+ * {
53
+ * type: "team",
54
+ * id: "<team-uuid>",
55
+ * },
56
+ * {
57
+ * type: "user",
58
+ * username: "<username>",
59
+ * },
60
+ * ],
46
61
  * });
47
62
  * ```
63
+ * <!--End PulumiCodeChooser -->
48
64
  *
49
65
  * </details>
50
66
  *
51
67
  * <details>
52
68
  * <summary>
53
- * <b>Pagerduty recipient</b>
69
+ * <b>Pagerduty recipient with optional dedup key</b>
54
70
  * </summary>
55
71
  *
72
+ * <!--Start PulumiCodeChooser -->
56
73
  * ```typescript
57
74
  * import * as pulumi from "@pulumi/pulumi";
58
75
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -66,6 +83,7 @@ const utilities = require("./utilities");
66
83
  * },
67
84
  * });
68
85
  * ```
86
+ * <!--End PulumiCodeChooser -->
69
87
  *
70
88
  * </details>
71
89
  *
@@ -74,6 +92,7 @@ const utilities = require("./utilities");
74
92
  * <b>Signl4 recipient</b>
75
93
  * </summary>
76
94
  *
95
+ * <!--Start PulumiCodeChooser -->
77
96
  * ```typescript
78
97
  * import * as pulumi from "@pulumi/pulumi";
79
98
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -84,6 +103,7 @@ const utilities = require("./utilities");
84
103
  * value: "<team-secret>",
85
104
  * });
86
105
  * ```
106
+ * <!--End PulumiCodeChooser -->
87
107
  *
88
108
  * </details>
89
109
  *
@@ -92,6 +112,7 @@ const utilities = require("./utilities");
92
112
  * <b>Teams recipient</b>
93
113
  * </summary>
94
114
  *
115
+ * <!--Start PulumiCodeChooser -->
95
116
  * ```typescript
96
117
  * import * as pulumi from "@pulumi/pulumi";
97
118
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -102,14 +123,16 @@ const utilities = require("./utilities");
102
123
  * value: "<teams-webhook-url>",
103
124
  * });
104
125
  * ```
126
+ * <!--End PulumiCodeChooser -->
105
127
  *
106
128
  * </details>
107
129
  *
108
130
  * <details>
109
131
  * <summary>
110
- * <b>Victorops recipient</b>
132
+ * <b>Victorops recipient with optional routing key (rk)</b>
111
133
  * </summary>
112
134
  *
135
+ * <!--Start PulumiCodeChooser -->
113
136
  * ```typescript
114
137
  * import * as pulumi from "@pulumi/pulumi";
115
138
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -123,6 +146,7 @@ const utilities = require("./utilities");
123
146
  * },
124
147
  * });
125
148
  * ```
149
+ * <!--End PulumiCodeChooser -->
126
150
  *
127
151
  * </details>
128
152
  *
@@ -131,6 +155,7 @@ const utilities = require("./utilities");
131
155
  * <b>Webhook recipient</b>
132
156
  * </summary>
133
157
  *
158
+ * <!--Start PulumiCodeChooser -->
134
159
  * ```typescript
135
160
  * import * as pulumi from "@pulumi/pulumi";
136
161
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -141,8 +166,10 @@ const utilities = require("./utilities");
141
166
  * value: "<webhook-url>",
142
167
  * });
143
168
  * ```
169
+ * <!--End PulumiCodeChooser -->
144
170
  *
145
171
  * </details>
172
+ *
146
173
  * ## Notification Type reference
147
174
  *
148
175
  * Valid options for notification type.
@@ -170,10 +197,14 @@ const utilities = require("./utilities");
170
197
  *
171
198
  * ## Import
172
199
  *
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)
200
+ * `cloudamqp_notification` can be imported using CloudAMQP internal identifier of a recipient together
201
+ *
202
+ * (CSV separated) with the instance identifier. To retrieve the identifier of a recipient, use
203
+ *
204
+ * [CloudAMQP API](https://docs.cloudamqp.com/cloudamqp_api.html#list-notification-recipients)
174
205
  *
175
206
  * ```sh
176
- * $ pulumi import cloudamqp:index/notification:Notification recipient <id>,<instance_id>`
207
+ * $ pulumi import cloudamqp:index/notification:Notification recipient <id>,<instance_id>`
177
208
  * ```
178
209
  */
179
210
  class Notification extends pulumi.CustomResource {
@@ -207,6 +238,7 @@ class Notification extends pulumi.CustomResource {
207
238
  resourceInputs["instanceId"] = state ? state.instanceId : undefined;
208
239
  resourceInputs["name"] = state ? state.name : undefined;
209
240
  resourceInputs["options"] = state ? state.options : undefined;
241
+ resourceInputs["responders"] = state ? state.responders : undefined;
210
242
  resourceInputs["type"] = state ? state.type : undefined;
211
243
  resourceInputs["value"] = state ? state.value : undefined;
212
244
  }
@@ -224,6 +256,7 @@ class Notification extends pulumi.CustomResource {
224
256
  resourceInputs["instanceId"] = args ? args.instanceId : undefined;
225
257
  resourceInputs["name"] = args ? args.name : undefined;
226
258
  resourceInputs["options"] = args ? args.options : undefined;
259
+ resourceInputs["responders"] = args ? args.responders : undefined;
227
260
  resourceInputs["type"] = args ? args.type : undefined;
228
261
  resourceInputs["value"] = args ? args.value : undefined;
229
262
  }
@@ -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":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyMG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;IAwCD,YAAY,IAAY,EAAE,WAAkD,EAAE,IAAmC;QAC7G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA4C,CAAC;YAC3D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAA2C,CAAC;YACzD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,YAAY,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACjE,CAAC;;AAjGL,oCAkGC;AApFG,gBAAgB;AACO,yBAAY,GAAG,2CAA2C,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/cloudamqp",
3
- "version": "v3.17.3",
3
+ "version": "v3.17.5",
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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"}
@@ -9,9 +9,11 @@ import * as pulumi from "@pulumi/pulumi";
9
9
  * <i>Default PrivateLink firewall rule</i>
10
10
  * </summary>
11
11
  *
12
+ * <!--Start PulumiCodeChooser -->
12
13
  * ```typescript
13
14
  * import * as pulumi from "@pulumi/pulumi";
14
15
  * ```
16
+ * <!--End PulumiCodeChooser -->
15
17
  *
16
18
  * </details>
17
19
  *
@@ -33,6 +35,7 @@ import * as pulumi from "@pulumi/pulumi";
33
35
  * </b>
34
36
  * </summary>
35
37
  *
38
+ * <!--Start PulumiCodeChooser -->
36
39
  * ```typescript
37
40
  * import * as pulumi from "@pulumi/pulumi";
38
41
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -47,6 +50,7 @@ import * as pulumi from "@pulumi/pulumi";
47
50
  * allowedPrincipals: ["arn:aws:iam::aws-account-id:user/user-name"],
48
51
  * });
49
52
  * ```
53
+ * <!--End PulumiCodeChooser -->
50
54
  *
51
55
  * </details>
52
56
  *
@@ -57,6 +61,7 @@ import * as pulumi from "@pulumi/pulumi";
57
61
  * </b>
58
62
  * </summary>
59
63
  *
64
+ * <!--Start PulumiCodeChooser -->
60
65
  * ```typescript
61
66
  * import * as pulumi from "@pulumi/pulumi";
62
67
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -78,8 +83,10 @@ import * as pulumi from "@pulumi/pulumi";
78
83
  * allowedPrincipals: ["arn:aws:iam::aws-account-id:user/user-name"],
79
84
  * });
80
85
  * ```
86
+ * <!--End PulumiCodeChooser -->
81
87
  *
82
88
  * </details>
89
+ *
83
90
  * ### With Additional Firewall Rules
84
91
  *
85
92
  * <details>
@@ -89,6 +96,7 @@ import * as pulumi from "@pulumi/pulumi";
89
96
  * </b>
90
97
  * </summary>
91
98
  *
99
+ * <!--Start PulumiCodeChooser -->
92
100
  * ```typescript
93
101
  * import * as pulumi from "@pulumi/pulumi";
94
102
  * import * as cloudamqp from "@pulumi/cloudamqp";
@@ -135,8 +143,10 @@ import * as pulumi from "@pulumi/pulumi";
135
143
  * dependsOn: [privatelink],
136
144
  * });
137
145
  * ```
146
+ * <!--End PulumiCodeChooser -->
138
147
  *
139
148
  * </details>
149
+ *
140
150
  * ## Depedency
141
151
  *
142
152
  * This resource depends on CloudAMQP instance identifier, `cloudamqp_instance.instance.id`.
@@ -155,10 +165,10 @@ import * as pulumi from "@pulumi/pulumi";
155
165
  * `cloudamqp_privatelink_aws` can be imported using CloudAMQP internal identifier.
156
166
  *
157
167
  * ```sh
158
- * $ pulumi import cloudamqp:index/privatelinkAws:PrivatelinkAws privatelink <id>`
168
+ * $ pulumi import cloudamqp:index/privatelinkAws:PrivatelinkAws privatelink <id>`
159
169
  * ```
160
170
  *
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).
171
+ * 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).
162
172
  */
163
173
  export declare class PrivatelinkAws extends pulumi.CustomResource {
164
174
  /**