@pulumi/cloudamqp 3.28.0-alpha.1775777835 → 3.28.0
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 +6 -4
- package/alarm.js +6 -4
- package/alarm.js.map +1 -1
- package/customCertificate.d.ts +2 -0
- package/customCertificate.js +2 -0
- package/customCertificate.js.map +1 -1
- package/extraDiskSize.d.ts +2 -0
- package/extraDiskSize.js +2 -0
- package/extraDiskSize.js.map +1 -1
- package/getAlarms.d.ts +4 -0
- package/getAlarms.js +4 -0
- package/getAlarms.js.map +1 -1
- package/getCredentials.d.ts +42 -0
- package/getCredentials.js +42 -0
- package/getCredentials.js.map +1 -1
- package/getInstance.d.ts +10 -0
- package/getInstance.js +4 -0
- package/getInstance.js.map +1 -1
- package/getNotifications.d.ts +4 -0
- package/getNotifications.js +4 -0
- package/getNotifications.js.map +1 -1
- package/getVpcGcpInfo.d.ts +4 -0
- package/getVpcGcpInfo.js +4 -0
- package/getVpcGcpInfo.js.map +1 -1
- package/getVpcInfo.d.ts +4 -0
- package/getVpcInfo.js +4 -0
- package/getVpcInfo.js.map +1 -1
- package/instance.d.ts +42 -4
- package/instance.js +29 -1
- package/instance.js.map +1 -1
- package/integrationAwsEventbridge.d.ts +2 -0
- package/integrationAwsEventbridge.js +2 -0
- package/integrationAwsEventbridge.js.map +1 -1
- package/integrationLog.d.ts +2 -0
- package/integrationLog.js +2 -0
- package/integrationLog.js.map +1 -1
- package/integrationMetric.d.ts +12 -10
- package/integrationMetric.js +12 -10
- package/integrationMetric.js.map +1 -1
- package/integrationMetricPrometheus.d.ts +3 -0
- package/integrationMetricPrometheus.js +3 -0
- package/integrationMetricPrometheus.js.map +1 -1
- package/maintenanceWindow.d.ts +2 -0
- package/maintenanceWindow.js +2 -0
- package/maintenanceWindow.js.map +1 -1
- package/nodeActions.d.ts +2 -0
- package/nodeActions.js +2 -0
- package/nodeActions.js.map +1 -1
- package/notification.d.ts +2 -0
- package/notification.js +2 -0
- package/notification.js.map +1 -1
- package/oauth2Configuration.d.ts +2 -0
- package/oauth2Configuration.js +2 -0
- package/oauth2Configuration.js.map +1 -1
- package/package.json +2 -2
- package/plugin.d.ts +2 -0
- package/plugin.js +2 -0
- package/plugin.js.map +1 -1
- package/pluginCommunity.d.ts +2 -0
- package/pluginCommunity.js +2 -0
- package/pluginCommunity.js.map +1 -1
- package/privatelinkAws.d.ts +2 -0
- package/privatelinkAws.js +2 -0
- package/privatelinkAws.js.map +1 -1
- package/privatelinkAzure.d.ts +2 -0
- package/privatelinkAzure.js +2 -0
- package/privatelinkAzure.js.map +1 -1
- package/rabbitConfiguration.d.ts +49 -26
- package/rabbitConfiguration.js +39 -26
- package/rabbitConfiguration.js.map +1 -1
- package/securityFirewall.d.ts +2 -0
- package/securityFirewall.js +2 -0
- package/securityFirewall.js.map +1 -1
- package/trustStore.d.ts +2 -0
- package/trustStore.js +2 -0
- package/trustStore.js.map +1 -1
- package/upgradeLavinmq.d.ts +4 -2
- package/upgradeLavinmq.js +4 -2
- package/upgradeLavinmq.js.map +1 -1
- package/upgradeRabbitmq.d.ts +6 -3
- package/upgradeRabbitmq.js +6 -3
- package/upgradeRabbitmq.js.map +1 -1
- package/vpcConnect.d.ts +5 -3
- package/vpcConnect.js +2 -0
- package/vpcConnect.js.map +1 -1
- package/vpcGcpPeering.d.ts +2 -0
- package/vpcGcpPeering.js +2 -0
- package/vpcGcpPeering.js.map +1 -1
- package/vpcPeering.d.ts +2 -0
- package/vpcPeering.js +2 -0
- package/vpcPeering.js.map +1 -1
- package/webhook.d.ts +3 -0
- package/webhook.js +3 -0
- package/webhook.js.map +1 -1
package/alarm.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
+
* <!-- markdownlint-disable MD033 -->
|
|
4
|
+
*
|
|
3
5
|
* This resource allows you to create and manage alarms to trigger based on a set of conditions. Once
|
|
4
6
|
* triggerd a notification will be sent to the assigned recipients. When creating a new instance, there
|
|
5
7
|
* will also be a set of default alarms (cpu, memory and disk) created. All default alarms uses the
|
|
@@ -98,14 +100,14 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
98
100
|
* | Name | Type | Shared | Dedicated | Required arguments |
|
|
99
101
|
* | ---- | ---- | ---- | ---- | ---- |
|
|
100
102
|
* | CPU | cpu | - | ✔ | time_threshold, valueThreshold |
|
|
101
|
-
* | Memory | memory | - | ✔
|
|
102
|
-
* | Disk space | disk | - | ✔
|
|
103
|
-
* | Queue | queue | ✔
|
|
103
|
+
* | Memory | memory | - | ✔ | time_threshold, valueThreshold |
|
|
104
|
+
* | Disk space | disk | - | ✔ | time_threshold, valueThreshold |
|
|
105
|
+
* | Queue | queue | ✔ | ✔ | time_threshold, value_threshold, queue_regex, vhost_regex, messageType |
|
|
104
106
|
* | Connection | connection | ✔ | ✔ | time_threshold, valueThreshold |
|
|
105
107
|
* | Connection flow | flow | ✔ | ✔ | time_threshold, valueThreshold |
|
|
106
108
|
* | Consumer | consumer | ✔ | ✔ | time_threshold, value_threshold, queue, vhost |
|
|
107
109
|
* | Netsplit | netsplit | - | ✔ | timeThreshold |
|
|
108
|
-
* | Server unreachable | serverUnreachable
|
|
110
|
+
* | Server unreachable | serverUnreachable | - | ✔ | timeThreshold |
|
|
109
111
|
* | Notice | notice | ✔ | ✔ | |
|
|
110
112
|
*
|
|
111
113
|
* <br>
|
package/alarm.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.Alarm = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* <!-- markdownlint-disable MD033 -->
|
|
10
|
+
*
|
|
9
11
|
* This resource allows you to create and manage alarms to trigger based on a set of conditions. Once
|
|
10
12
|
* triggerd a notification will be sent to the assigned recipients. When creating a new instance, there
|
|
11
13
|
* will also be a set of default alarms (cpu, memory and disk) created. All default alarms uses the
|
|
@@ -104,14 +106,14 @@ const utilities = require("./utilities");
|
|
|
104
106
|
* | Name | Type | Shared | Dedicated | Required arguments |
|
|
105
107
|
* | ---- | ---- | ---- | ---- | ---- |
|
|
106
108
|
* | CPU | cpu | - | ✔ | time_threshold, valueThreshold |
|
|
107
|
-
* | Memory | memory | - | ✔
|
|
108
|
-
* | Disk space | disk | - | ✔
|
|
109
|
-
* | Queue | queue | ✔
|
|
109
|
+
* | Memory | memory | - | ✔ | time_threshold, valueThreshold |
|
|
110
|
+
* | Disk space | disk | - | ✔ | time_threshold, valueThreshold |
|
|
111
|
+
* | Queue | queue | ✔ | ✔ | time_threshold, value_threshold, queue_regex, vhost_regex, messageType |
|
|
110
112
|
* | Connection | connection | ✔ | ✔ | time_threshold, valueThreshold |
|
|
111
113
|
* | Connection flow | flow | ✔ | ✔ | time_threshold, valueThreshold |
|
|
112
114
|
* | Consumer | consumer | ✔ | ✔ | time_threshold, value_threshold, queue, vhost |
|
|
113
115
|
* | Netsplit | netsplit | - | ✔ | timeThreshold |
|
|
114
|
-
* | Server unreachable | serverUnreachable
|
|
116
|
+
* | Server unreachable | serverUnreachable | - | ✔ | timeThreshold |
|
|
115
117
|
* | Notice | notice | ✔ | ✔ | |
|
|
116
118
|
*
|
|
117
119
|
* <br>
|
package/alarm.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alarm.js","sourceRoot":"","sources":["../alarm.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"alarm.js","sourceRoot":"","sources":["../alarm.ts"],"names":[],"mappings":"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"}
|
package/customCertificate.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
+
* <!-- markdownlint-disable MD033 -->
|
|
4
|
+
*
|
|
3
5
|
* This resource allows you to upload a custom certificate to all servers in your cluster. Update is
|
|
4
6
|
* not supported, all changes require replacement. `ca`, `cert` and `privateKey` all use **WriteOnly**,
|
|
5
7
|
* meaning no information is present in plan phase, logs or stored in the state for security purposes.
|
package/customCertificate.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.CustomCertificate = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* <!-- markdownlint-disable MD033 -->
|
|
10
|
+
*
|
|
9
11
|
* This resource allows you to upload a custom certificate to all servers in your cluster. Update is
|
|
10
12
|
* not supported, all changes require replacement. `ca`, `cert` and `privateKey` all use **WriteOnly**,
|
|
11
13
|
* meaning no information is present in plan phase, logs or stored in the state for security purposes.
|
package/customCertificate.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customCertificate.js","sourceRoot":"","sources":["../customCertificate.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"customCertificate.js","sourceRoot":"","sources":["../customCertificate.ts"],"names":[],"mappings":"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"}
|
package/extraDiskSize.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
+
* <!-- markdownlint-disable MD033 -->
|
|
6
|
+
*
|
|
5
7
|
* This resource allows you to resize the disk with additional storage capacity.
|
|
6
8
|
*
|
|
7
9
|
* ***Before v1.25.0***: Only available for Amazon Web Services (AWS) without downtime.
|
package/extraDiskSize.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.ExtraDiskSize = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* <!-- markdownlint-disable MD033 -->
|
|
10
|
+
*
|
|
9
11
|
* This resource allows you to resize the disk with additional storage capacity.
|
|
10
12
|
*
|
|
11
13
|
* ***Before v1.25.0***: Only available for Amazon Web Services (AWS) without downtime.
|
package/extraDiskSize.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extraDiskSize.js","sourceRoot":"","sources":["../extraDiskSize.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"extraDiskSize.js","sourceRoot":"","sources":["../extraDiskSize.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuKG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0B,EAAE,IAAmC;QACxH,OAAO,IAAI,aAAa,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACpE,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,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;IA2CD,YAAY,IAAY,EAAE,WAAoD,EAAE,IAAmC;QAC/G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA6C,CAAC;YAC5D,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;SAC9C;aAAM;YACH,MAAM,IAAI,GAAG,WAA4C,CAAC;YAC1D,IAAI,IAAI,EAAE,aAAa,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,aAAa,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAClE,CAAC;;AAjGL,sCAkGC;AApFG,gBAAgB;AACO,0BAAY,GAAG,6CAA6C,CAAC"}
|
package/getAlarms.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
+
* <!-- markdownlint-disable MD033 -->
|
|
5
|
+
*
|
|
4
6
|
* Use this data source to retrieve a list of default or created alarms.
|
|
5
7
|
*
|
|
6
8
|
* ## Example Usage
|
|
@@ -57,6 +59,8 @@ export interface GetAlarmsResult {
|
|
|
57
59
|
readonly type?: string;
|
|
58
60
|
}
|
|
59
61
|
/**
|
|
62
|
+
* <!-- markdownlint-disable MD033 -->
|
|
63
|
+
*
|
|
60
64
|
* Use this data source to retrieve a list of default or created alarms.
|
|
61
65
|
*
|
|
62
66
|
* ## Example Usage
|
package/getAlarms.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.getAlarmsOutput = exports.getAlarms = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* <!-- markdownlint-disable MD033 -->
|
|
10
|
+
*
|
|
9
11
|
* Use this data source to retrieve a list of default or created alarms.
|
|
10
12
|
*
|
|
11
13
|
* ## Example Usage
|
|
@@ -37,6 +39,8 @@ function getAlarms(args, opts) {
|
|
|
37
39
|
}
|
|
38
40
|
exports.getAlarms = getAlarms;
|
|
39
41
|
/**
|
|
42
|
+
* <!-- markdownlint-disable MD033 -->
|
|
43
|
+
*
|
|
40
44
|
* Use this data source to retrieve a list of default or created alarms.
|
|
41
45
|
*
|
|
42
46
|
* ## Example Usage
|
package/getAlarms.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAlarms.js","sourceRoot":"","sources":["../getAlarms.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAlarms.js","sourceRoot":"","sources":["../getAlarms.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8BAMC;AAmCD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qCAAqC,EAAE;QACtE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC"}
|
package/getCredentials.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
+
* > **Deprecated** This data source will be removed in next major version (v2.0). Use the credentials attribute in `cloudamqp.Instance` resource or data source instead.
|
|
4
|
+
*
|
|
3
5
|
* Use this data source to retrieve information about the credentials of the configured user in
|
|
4
6
|
* RabbitMQ. Information is extracted from `cloudamqp_instance.instance.url`.
|
|
5
7
|
*
|
|
@@ -17,6 +19,25 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
17
19
|
* ## Dependency
|
|
18
20
|
*
|
|
19
21
|
* This data source depends on CloudAMQP instance identifier, `cloudamqp_instance.instance.id`.
|
|
22
|
+
*
|
|
23
|
+
* ## Known issues
|
|
24
|
+
*
|
|
25
|
+
* The data source causes unnecessary provider reconfigurations when the associated `cloudamqp.Instance` resource changes, leading to potential authentication failures during apply operations.
|
|
26
|
+
*
|
|
27
|
+
* Migration example:
|
|
28
|
+
*
|
|
29
|
+
* ```typescript
|
|
30
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
31
|
+
* import * as cloudamqp from "@pulumi/cloudamqp";
|
|
32
|
+
*
|
|
33
|
+
* // New (recommended)
|
|
34
|
+
* // Access credentials directly from the resource
|
|
35
|
+
* const instance = new cloudamqp.Instance("instance", {});
|
|
36
|
+
* // Old (deprecated)
|
|
37
|
+
* const credentials = instance.id.apply(id => cloudamqp.getCredentialsOutput({
|
|
38
|
+
* instanceId: id,
|
|
39
|
+
* }));
|
|
40
|
+
* ```
|
|
20
41
|
*/
|
|
21
42
|
export declare function getCredentials(args: GetCredentialsArgs, opts?: pulumi.InvokeOptions): Promise<GetCredentialsResult>;
|
|
22
43
|
/**
|
|
@@ -47,6 +68,8 @@ export interface GetCredentialsResult {
|
|
|
47
68
|
readonly username: string;
|
|
48
69
|
}
|
|
49
70
|
/**
|
|
71
|
+
* > **Deprecated** This data source will be removed in next major version (v2.0). Use the credentials attribute in `cloudamqp.Instance` resource or data source instead.
|
|
72
|
+
*
|
|
50
73
|
* Use this data source to retrieve information about the credentials of the configured user in
|
|
51
74
|
* RabbitMQ. Information is extracted from `cloudamqp_instance.instance.url`.
|
|
52
75
|
*
|
|
@@ -64,6 +87,25 @@ export interface GetCredentialsResult {
|
|
|
64
87
|
* ## Dependency
|
|
65
88
|
*
|
|
66
89
|
* This data source depends on CloudAMQP instance identifier, `cloudamqp_instance.instance.id`.
|
|
90
|
+
*
|
|
91
|
+
* ## Known issues
|
|
92
|
+
*
|
|
93
|
+
* The data source causes unnecessary provider reconfigurations when the associated `cloudamqp.Instance` resource changes, leading to potential authentication failures during apply operations.
|
|
94
|
+
*
|
|
95
|
+
* Migration example:
|
|
96
|
+
*
|
|
97
|
+
* ```typescript
|
|
98
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
99
|
+
* import * as cloudamqp from "@pulumi/cloudamqp";
|
|
100
|
+
*
|
|
101
|
+
* // New (recommended)
|
|
102
|
+
* // Access credentials directly from the resource
|
|
103
|
+
* const instance = new cloudamqp.Instance("instance", {});
|
|
104
|
+
* // Old (deprecated)
|
|
105
|
+
* const credentials = instance.id.apply(id => cloudamqp.getCredentialsOutput({
|
|
106
|
+
* instanceId: id,
|
|
107
|
+
* }));
|
|
108
|
+
* ```
|
|
67
109
|
*/
|
|
68
110
|
export declare function getCredentialsOutput(args: GetCredentialsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCredentialsResult>;
|
|
69
111
|
/**
|
package/getCredentials.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.getCredentialsOutput = exports.getCredentials = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* > **Deprecated** This data source will be removed in next major version (v2.0). Use the credentials attribute in `cloudamqp.Instance` resource or data source instead.
|
|
10
|
+
*
|
|
9
11
|
* Use this data source to retrieve information about the credentials of the configured user in
|
|
10
12
|
* RabbitMQ. Information is extracted from `cloudamqp_instance.instance.url`.
|
|
11
13
|
*
|
|
@@ -23,6 +25,25 @@ const utilities = require("./utilities");
|
|
|
23
25
|
* ## Dependency
|
|
24
26
|
*
|
|
25
27
|
* This data source depends on CloudAMQP instance identifier, `cloudamqp_instance.instance.id`.
|
|
28
|
+
*
|
|
29
|
+
* ## Known issues
|
|
30
|
+
*
|
|
31
|
+
* The data source causes unnecessary provider reconfigurations when the associated `cloudamqp.Instance` resource changes, leading to potential authentication failures during apply operations.
|
|
32
|
+
*
|
|
33
|
+
* Migration example:
|
|
34
|
+
*
|
|
35
|
+
* ```typescript
|
|
36
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
37
|
+
* import * as cloudamqp from "@pulumi/cloudamqp";
|
|
38
|
+
*
|
|
39
|
+
* // New (recommended)
|
|
40
|
+
* // Access credentials directly from the resource
|
|
41
|
+
* const instance = new cloudamqp.Instance("instance", {});
|
|
42
|
+
* // Old (deprecated)
|
|
43
|
+
* const credentials = instance.id.apply(id => cloudamqp.getCredentialsOutput({
|
|
44
|
+
* instanceId: id,
|
|
45
|
+
* }));
|
|
46
|
+
* ```
|
|
26
47
|
*/
|
|
27
48
|
function getCredentials(args, opts) {
|
|
28
49
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -32,6 +53,8 @@ function getCredentials(args, opts) {
|
|
|
32
53
|
}
|
|
33
54
|
exports.getCredentials = getCredentials;
|
|
34
55
|
/**
|
|
56
|
+
* > **Deprecated** This data source will be removed in next major version (v2.0). Use the credentials attribute in `cloudamqp.Instance` resource or data source instead.
|
|
57
|
+
*
|
|
35
58
|
* Use this data source to retrieve information about the credentials of the configured user in
|
|
36
59
|
* RabbitMQ. Information is extracted from `cloudamqp_instance.instance.url`.
|
|
37
60
|
*
|
|
@@ -49,6 +72,25 @@ exports.getCredentials = getCredentials;
|
|
|
49
72
|
* ## Dependency
|
|
50
73
|
*
|
|
51
74
|
* This data source depends on CloudAMQP instance identifier, `cloudamqp_instance.instance.id`.
|
|
75
|
+
*
|
|
76
|
+
* ## Known issues
|
|
77
|
+
*
|
|
78
|
+
* The data source causes unnecessary provider reconfigurations when the associated `cloudamqp.Instance` resource changes, leading to potential authentication failures during apply operations.
|
|
79
|
+
*
|
|
80
|
+
* Migration example:
|
|
81
|
+
*
|
|
82
|
+
* ```typescript
|
|
83
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
84
|
+
* import * as cloudamqp from "@pulumi/cloudamqp";
|
|
85
|
+
*
|
|
86
|
+
* // New (recommended)
|
|
87
|
+
* // Access credentials directly from the resource
|
|
88
|
+
* const instance = new cloudamqp.Instance("instance", {});
|
|
89
|
+
* // Old (deprecated)
|
|
90
|
+
* const credentials = instance.id.apply(id => cloudamqp.getCredentialsOutput({
|
|
91
|
+
* instanceId: id,
|
|
92
|
+
* }));
|
|
93
|
+
* ```
|
|
52
94
|
*/
|
|
53
95
|
function getCredentialsOutput(args, opts) {
|
|
54
96
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/getCredentials.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCredentials.js","sourceRoot":"","sources":["../getCredentials.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getCredentials.js","sourceRoot":"","sources":["../getCredentials.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AA8BD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+CAA+C,EAAE;QAChF,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
|
package/getInstance.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
+
* <!-- markdownlint-disable MD033 -->
|
|
4
|
+
*
|
|
3
5
|
* Use this data source to retrieve information about an already created CloudAMQP instance. In order
|
|
4
6
|
* to retrieve the correct information, the CoudAMQP instance identifier is needed.
|
|
5
7
|
*/
|
|
@@ -25,6 +27,12 @@ export interface GetInstanceResult {
|
|
|
25
27
|
* Information if the CloudAMQP instance runs either RabbitMQ or LavinMQ.
|
|
26
28
|
*/
|
|
27
29
|
readonly backend: string;
|
|
30
|
+
/**
|
|
31
|
+
* (Sensitive) Broker credentials block with information extracted from URL.
|
|
32
|
+
*/
|
|
33
|
+
readonly credentials: {
|
|
34
|
+
[key: string]: string;
|
|
35
|
+
};
|
|
28
36
|
/**
|
|
29
37
|
* Information if the CloudAMQP instance is shared or dedicated.
|
|
30
38
|
*/
|
|
@@ -88,6 +96,8 @@ export interface GetInstanceResult {
|
|
|
88
96
|
readonly vpcSubnet: string;
|
|
89
97
|
}
|
|
90
98
|
/**
|
|
99
|
+
* <!-- markdownlint-disable MD033 -->
|
|
100
|
+
*
|
|
91
101
|
* Use this data source to retrieve information about an already created CloudAMQP instance. In order
|
|
92
102
|
* to retrieve the correct information, the CoudAMQP instance identifier is needed.
|
|
93
103
|
*/
|
package/getInstance.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.getInstanceOutput = exports.getInstance = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* <!-- markdownlint-disable MD033 -->
|
|
10
|
+
*
|
|
9
11
|
* Use this data source to retrieve information about an already created CloudAMQP instance. In order
|
|
10
12
|
* to retrieve the correct information, the CoudAMQP instance identifier is needed.
|
|
11
13
|
*/
|
|
@@ -17,6 +19,8 @@ function getInstance(args, opts) {
|
|
|
17
19
|
}
|
|
18
20
|
exports.getInstance = getInstance;
|
|
19
21
|
/**
|
|
22
|
+
* <!-- markdownlint-disable MD033 -->
|
|
23
|
+
*
|
|
20
24
|
* Use this data source to retrieve information about an already created CloudAMQP instance. In order
|
|
21
25
|
* to retrieve the correct information, the CoudAMQP instance identifier is needed.
|
|
22
26
|
*/
|
package/getInstance.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getInstance.js","sourceRoot":"","sources":["../getInstance.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getInstance.js","sourceRoot":"","sources":["../getInstance.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;GAKG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AA0FD;;;;;GAKG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yCAAyC,EAAE;QAC1E,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
|
package/getNotifications.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
+
* <!-- markdownlint-disable MD033 -->
|
|
5
|
+
*
|
|
4
6
|
* Use this data source to retrieve information about all notification recipients. Each recipient will
|
|
5
7
|
* receive notifications assigned to an alarm that has triggered.
|
|
6
8
|
*
|
|
@@ -44,6 +46,8 @@ export interface GetNotificationsResult {
|
|
|
44
46
|
readonly recipients: outputs.GetNotificationsRecipient[];
|
|
45
47
|
}
|
|
46
48
|
/**
|
|
49
|
+
* <!-- markdownlint-disable MD033 -->
|
|
50
|
+
*
|
|
47
51
|
* Use this data source to retrieve information about all notification recipients. Each recipient will
|
|
48
52
|
* receive notifications assigned to an alarm that has triggered.
|
|
49
53
|
*
|
package/getNotifications.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.getNotificationsOutput = exports.getNotifications = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* <!-- markdownlint-disable MD033 -->
|
|
10
|
+
*
|
|
9
11
|
* Use this data source to retrieve information about all notification recipients. Each recipient will
|
|
10
12
|
* receive notifications assigned to an alarm that has triggered.
|
|
11
13
|
*
|
|
@@ -32,6 +34,8 @@ function getNotifications(args, opts) {
|
|
|
32
34
|
}
|
|
33
35
|
exports.getNotifications = getNotifications;
|
|
34
36
|
/**
|
|
37
|
+
* <!-- markdownlint-disable MD033 -->
|
|
38
|
+
*
|
|
35
39
|
* Use this data source to retrieve information about all notification recipients. Each recipient will
|
|
36
40
|
* receive notifications assigned to an alarm that has triggered.
|
|
37
41
|
*
|
package/getNotifications.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNotifications.js","sourceRoot":"","sources":["../getNotifications.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getNotifications.js","sourceRoot":"","sources":["../getNotifications.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE;QAC9E,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC;AA0BD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mDAAmD,EAAE;QACpF,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wDAKC"}
|
package/getVpcGcpInfo.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
+
* <!-- markdownlint-disable MD033 -->
|
|
4
|
+
*
|
|
3
5
|
* Use this data source to retrieve information about VPC for a CloudAMQP instance.
|
|
4
6
|
*
|
|
5
7
|
* > **Note:** Only available for CloudAMQP instances/VPCs hosted in Google Cloud Platform (GCP).
|
|
@@ -107,6 +109,8 @@ export interface GetVpcGcpInfoResult {
|
|
|
107
109
|
readonly vpcSubnet: string;
|
|
108
110
|
}
|
|
109
111
|
/**
|
|
112
|
+
* <!-- markdownlint-disable MD033 -->
|
|
113
|
+
*
|
|
110
114
|
* Use this data source to retrieve information about VPC for a CloudAMQP instance.
|
|
111
115
|
*
|
|
112
116
|
* > **Note:** Only available for CloudAMQP instances/VPCs hosted in Google Cloud Platform (GCP).
|
package/getVpcGcpInfo.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.getVpcGcpInfoOutput = exports.getVpcGcpInfo = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* <!-- markdownlint-disable MD033 -->
|
|
10
|
+
*
|
|
9
11
|
* Use this data source to retrieve information about VPC for a CloudAMQP instance.
|
|
10
12
|
*
|
|
11
13
|
* > **Note:** Only available for CloudAMQP instances/VPCs hosted in Google Cloud Platform (GCP).
|
|
@@ -71,6 +73,8 @@ function getVpcGcpInfo(args, opts) {
|
|
|
71
73
|
}
|
|
72
74
|
exports.getVpcGcpInfo = getVpcGcpInfo;
|
|
73
75
|
/**
|
|
76
|
+
* <!-- markdownlint-disable MD033 -->
|
|
77
|
+
*
|
|
74
78
|
* Use this data source to retrieve information about VPC for a CloudAMQP instance.
|
|
75
79
|
*
|
|
76
80
|
* > **Note:** Only available for CloudAMQP instances/VPCs hosted in Google Cloud Platform (GCP).
|
package/getVpcGcpInfo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVpcGcpInfo.js","sourceRoot":"","sources":["../getVpcGcpInfo.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getVpcGcpInfo.js","sourceRoot":"","sources":["../getVpcGcpInfo.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sCASC;AAuDD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAAiC;IACjG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6CAA6C,EAAE;QAC9E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,kDASC"}
|
package/getVpcInfo.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
+
* <!-- markdownlint-disable MD033 -->
|
|
4
|
+
*
|
|
3
5
|
* Use this data source to retrieve information about VPC for a CloudAMQP instance.
|
|
4
6
|
*
|
|
5
7
|
* > **Note:** Only available for CloudAMQP instances/VPCs hosted in AWS.
|
|
@@ -99,6 +101,8 @@ export interface GetVpcInfoResult {
|
|
|
99
101
|
readonly vpcSubnet: string;
|
|
100
102
|
}
|
|
101
103
|
/**
|
|
104
|
+
* <!-- markdownlint-disable MD033 -->
|
|
105
|
+
*
|
|
102
106
|
* Use this data source to retrieve information about VPC for a CloudAMQP instance.
|
|
103
107
|
*
|
|
104
108
|
* > **Note:** Only available for CloudAMQP instances/VPCs hosted in AWS.
|
package/getVpcInfo.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.getVpcInfoOutput = exports.getVpcInfo = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* <!-- markdownlint-disable MD033 -->
|
|
10
|
+
*
|
|
9
11
|
* Use this data source to retrieve information about VPC for a CloudAMQP instance.
|
|
10
12
|
*
|
|
11
13
|
* > **Note:** Only available for CloudAMQP instances/VPCs hosted in AWS.
|
|
@@ -69,6 +71,8 @@ function getVpcInfo(args, opts) {
|
|
|
69
71
|
}
|
|
70
72
|
exports.getVpcInfo = getVpcInfo;
|
|
71
73
|
/**
|
|
74
|
+
* <!-- markdownlint-disable MD033 -->
|
|
75
|
+
*
|
|
72
76
|
* Use this data source to retrieve information about VPC for a CloudAMQP instance.
|
|
73
77
|
*
|
|
74
78
|
* > **Note:** Only available for CloudAMQP instances/VPCs hosted in AWS.
|
package/getVpcInfo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVpcInfo.js","sourceRoot":"","sources":["../getVpcInfo.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getVpcInfo.js","sourceRoot":"","sources":["../getVpcInfo.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gCAOC;AA+CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAAiC;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,uCAAuC,EAAE;QACxE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC"}
|
package/instance.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
+
* <!-- markdownlint-disable MD033 -->
|
|
6
|
+
*
|
|
5
7
|
* This resource allows you to create and manage a CloudAMQP instance running either [**RabbitMQ**] or
|
|
6
8
|
* [**LavinMQ**] and can be deployed to multiple cloud platforms provider and regions, see
|
|
7
9
|
* [instance regions] for more information.
|
|
@@ -199,6 +201,30 @@ import * as outputs from "./types/output";
|
|
|
199
201
|
*
|
|
200
202
|
* </details>
|
|
201
203
|
*
|
|
204
|
+
* <details>
|
|
205
|
+
* <summary>
|
|
206
|
+
* <b>
|
|
207
|
+
* <i>Provider-to-provider configuration, from </i>
|
|
208
|
+
* <a href="https://github.com/cloudamqp/terraform-provider-cloudamqp/releases/tag/v1.44.0">v1.44.0</a>
|
|
209
|
+
* </b>
|
|
210
|
+
* </summary>
|
|
211
|
+
*
|
|
212
|
+
* ```typescript
|
|
213
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
214
|
+
* import * as cloudamqp from "@pulumi/cloudamqp";
|
|
215
|
+
* import * as lavinmq from "@pulumi/lavinmq";
|
|
216
|
+
*
|
|
217
|
+
* const instance = new cloudamqp.Instance("instance", {
|
|
218
|
+
* name: "terraform-cloudamqp-instance",
|
|
219
|
+
* plan: "penguin-1",
|
|
220
|
+
* region: "amazon-web-services::us-east-1",
|
|
221
|
+
* tags: ["terraform"],
|
|
222
|
+
* });
|
|
223
|
+
* const newVhost = new lavinmq.index.Vhost("new_vhost", {name: "new_vhost"});
|
|
224
|
+
* ```
|
|
225
|
+
*
|
|
226
|
+
* </details>
|
|
227
|
+
*
|
|
202
228
|
* ### Settings supported by LavinMQ
|
|
203
229
|
*
|
|
204
230
|
* ***Allowed values:*** alarms, definitions, firewall, metrics
|
|
@@ -306,7 +332,7 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
306
332
|
*/
|
|
307
333
|
static isInstance(obj: any): obj is Instance;
|
|
308
334
|
/**
|
|
309
|
-
* API key needed to communicate to CloudAMQP's second API. The second API is used
|
|
335
|
+
* (Sensitive) API key needed to communicate to CloudAMQP's second API. The second API is used
|
|
310
336
|
* to manage alarms, integration and more, full description [CloudAMQP API].
|
|
311
337
|
*/
|
|
312
338
|
readonly apikey: pulumi.Output<string>;
|
|
@@ -319,6 +345,12 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
319
345
|
* the block documented below.
|
|
320
346
|
*/
|
|
321
347
|
readonly copySettings: pulumi.Output<outputs.InstanceCopySetting[] | undefined>;
|
|
348
|
+
/**
|
|
349
|
+
* (Sensitive) Broker credentials block with information extracted from URL.
|
|
350
|
+
*/
|
|
351
|
+
readonly credentials: pulumi.Output<{
|
|
352
|
+
[key: string]: string;
|
|
353
|
+
}>;
|
|
322
354
|
/**
|
|
323
355
|
* Information if the CloudAMQP instance is shared or dedicated.
|
|
324
356
|
*/
|
|
@@ -396,7 +428,7 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
396
428
|
*/
|
|
397
429
|
readonly tags: pulumi.Output<string[] | undefined>;
|
|
398
430
|
/**
|
|
399
|
-
* The AMQP URL (uses the internal hostname if the instance was created with VPC).
|
|
431
|
+
* (Sensitive) The AMQP URL (uses the internal hostname if the instance was created with VPC).
|
|
400
432
|
* Has the format: `amqps://{username}:{password}@{hostname}/{vhost}`
|
|
401
433
|
*/
|
|
402
434
|
readonly url: pulumi.Output<string>;
|
|
@@ -432,7 +464,7 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
432
464
|
*/
|
|
433
465
|
export interface InstanceState {
|
|
434
466
|
/**
|
|
435
|
-
* API key needed to communicate to CloudAMQP's second API. The second API is used
|
|
467
|
+
* (Sensitive) API key needed to communicate to CloudAMQP's second API. The second API is used
|
|
436
468
|
* to manage alarms, integration and more, full description [CloudAMQP API].
|
|
437
469
|
*/
|
|
438
470
|
apikey?: pulumi.Input<string>;
|
|
@@ -445,6 +477,12 @@ export interface InstanceState {
|
|
|
445
477
|
* the block documented below.
|
|
446
478
|
*/
|
|
447
479
|
copySettings?: pulumi.Input<pulumi.Input<inputs.InstanceCopySetting>[]>;
|
|
480
|
+
/**
|
|
481
|
+
* (Sensitive) Broker credentials block with information extracted from URL.
|
|
482
|
+
*/
|
|
483
|
+
credentials?: pulumi.Input<{
|
|
484
|
+
[key: string]: pulumi.Input<string>;
|
|
485
|
+
}>;
|
|
448
486
|
/**
|
|
449
487
|
* Information if the CloudAMQP instance is shared or dedicated.
|
|
450
488
|
*/
|
|
@@ -522,7 +560,7 @@ export interface InstanceState {
|
|
|
522
560
|
*/
|
|
523
561
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
524
562
|
/**
|
|
525
|
-
* The AMQP URL (uses the internal hostname if the instance was created with VPC).
|
|
563
|
+
* (Sensitive) The AMQP URL (uses the internal hostname if the instance was created with VPC).
|
|
526
564
|
* Has the format: `amqps://{username}:{password}@{hostname}/{vhost}`
|
|
527
565
|
*/
|
|
528
566
|
url?: pulumi.Input<string>;
|