@pulumi/cloudamqp 3.4.0 → 3.6.0-alpha.1640870520
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/getInstance.d.ts +4 -2
- package/getInstance.js +3 -2
- package/getInstance.js.map +1 -1
- package/getNodes.d.ts +1 -1
- package/getNodes.js +1 -1
- package/instance.d.ts +15 -7
- package/instance.js +2 -0
- package/instance.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/securityFirewall.d.ts +0 -8
- package/securityFirewall.js +0 -8
- package/securityFirewall.js.map +1 -1
package/getInstance.d.ts
CHANGED
|
@@ -18,10 +18,11 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
18
18
|
* * `vpcSubnet` - Dedicated VPC subnet configured for the CloudAMQP instance.
|
|
19
19
|
* * `nodes` - Number of nodes in the cluster of the CloudAMQP instance.
|
|
20
20
|
* * `rmqVersion` - The version of installed Rabbit MQ.
|
|
21
|
-
* * `url` - (Sensitive) The AMQP
|
|
21
|
+
* * `url` - (Sensitive) The AMQP URL (uses the internal hostname if the instance was created with VPC), used by clients to connect for pub/sub.
|
|
22
22
|
* * `apikey` - (Sensitive) The API key to secondary API handing alarms, integration etc.
|
|
23
23
|
* * `tags` - Tags the CloudAMQP instance with categories.
|
|
24
|
-
* * `host` - The hostname for the CloudAMQP instance.
|
|
24
|
+
* * `host` - The external hostname for the CloudAMQP instance.
|
|
25
|
+
* * `hostInternal` - The internal hostname for the CloudAMQP instance.
|
|
25
26
|
* * `vhost` - The virtual host configured in Rabbit MQ.
|
|
26
27
|
*/
|
|
27
28
|
export declare function getInstance(args: GetInstanceArgs, opts?: pulumi.InvokeOptions): Promise<GetInstanceResult>;
|
|
@@ -38,6 +39,7 @@ export interface GetInstanceResult {
|
|
|
38
39
|
readonly apikey: string;
|
|
39
40
|
readonly dedicated: boolean;
|
|
40
41
|
readonly host: string;
|
|
42
|
+
readonly hostInternal: string;
|
|
41
43
|
/**
|
|
42
44
|
* The provider-assigned unique ID for this managed resource.
|
|
43
45
|
*/
|
package/getInstance.js
CHANGED
|
@@ -24,10 +24,11 @@ const utilities = require("./utilities");
|
|
|
24
24
|
* * `vpcSubnet` - Dedicated VPC subnet configured for the CloudAMQP instance.
|
|
25
25
|
* * `nodes` - Number of nodes in the cluster of the CloudAMQP instance.
|
|
26
26
|
* * `rmqVersion` - The version of installed Rabbit MQ.
|
|
27
|
-
* * `url` - (Sensitive) The AMQP
|
|
27
|
+
* * `url` - (Sensitive) The AMQP URL (uses the internal hostname if the instance was created with VPC), used by clients to connect for pub/sub.
|
|
28
28
|
* * `apikey` - (Sensitive) The API key to secondary API handing alarms, integration etc.
|
|
29
29
|
* * `tags` - Tags the CloudAMQP instance with categories.
|
|
30
|
-
* * `host` - The hostname for the CloudAMQP instance.
|
|
30
|
+
* * `host` - The external hostname for the CloudAMQP instance.
|
|
31
|
+
* * `hostInternal` - The internal hostname for the CloudAMQP instance.
|
|
31
32
|
* * `vhost` - The virtual host configured in Rabbit MQ.
|
|
32
33
|
*/
|
|
33
34
|
function getInstance(args, opts) {
|
package/getInstance.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getInstance.js","sourceRoot":"","sources":["../getInstance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getInstance.js","sourceRoot":"","sources":["../getInstance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kCAWC;AAoCD,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/D,CAAC;AAFD,8CAEC"}
|
package/getNodes.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ import { output as outputs } from "./types";
|
|
|
28
28
|
*
|
|
29
29
|
* The `nodes` block consist of
|
|
30
30
|
*
|
|
31
|
-
* * `hostname` -
|
|
31
|
+
* * `hostname` - External hostname assigned to the node.
|
|
32
32
|
* * `name` - Name of the node.
|
|
33
33
|
* * `running` - Is the node running?
|
|
34
34
|
* * `rabbitmqVersion` - Currently configured Rabbit MQ version on the node.
|
package/getNodes.js
CHANGED
|
@@ -33,7 +33,7 @@ const utilities = require("./utilities");
|
|
|
33
33
|
*
|
|
34
34
|
* The `nodes` block consist of
|
|
35
35
|
*
|
|
36
|
-
* * `hostname` -
|
|
36
|
+
* * `hostname` - External hostname assigned to the node.
|
|
37
37
|
* * `name` - Name of the node.
|
|
38
38
|
* * `running` - Is the node running?
|
|
39
39
|
* * `rabbitmqVersion` - Currently configured Rabbit MQ version on the node.
|
package/instance.d.ts
CHANGED
|
@@ -58,9 +58,13 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
58
58
|
*/
|
|
59
59
|
readonly dedicated: pulumi.Output<boolean>;
|
|
60
60
|
/**
|
|
61
|
-
* The
|
|
61
|
+
* The external hostname for the CloudAMQP instance.
|
|
62
62
|
*/
|
|
63
63
|
readonly host: pulumi.Output<string>;
|
|
64
|
+
/**
|
|
65
|
+
* The internal hostname for the CloudAMQP instance.
|
|
66
|
+
*/
|
|
67
|
+
readonly hostInternal: pulumi.Output<string>;
|
|
64
68
|
/**
|
|
65
69
|
* Name of the CloudAMQP instance.
|
|
66
70
|
*/
|
|
@@ -82,7 +86,7 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
82
86
|
*/
|
|
83
87
|
readonly ready: pulumi.Output<boolean>;
|
|
84
88
|
/**
|
|
85
|
-
* The region to host the instance in. See Instance regions
|
|
89
|
+
* The region to host the instance in. See Instance regions **Note: Changing region will force the instance to be destroyed and a new created in the new region. All data will be lost and a new name assigned.**
|
|
86
90
|
*/
|
|
87
91
|
readonly region: pulumi.Output<string>;
|
|
88
92
|
/**
|
|
@@ -94,7 +98,7 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
94
98
|
*/
|
|
95
99
|
readonly tags: pulumi.Output<string[] | undefined>;
|
|
96
100
|
/**
|
|
97
|
-
* AMQP
|
|
101
|
+
* The AMQP URL (uses the internal hostname if the instance was created with VPC). Has the format: `amqps://{username}:{password}@{hostname}/{vhost}`
|
|
98
102
|
*/
|
|
99
103
|
readonly url: pulumi.Output<string>;
|
|
100
104
|
/**
|
|
@@ -131,9 +135,13 @@ export interface InstanceState {
|
|
|
131
135
|
*/
|
|
132
136
|
dedicated?: pulumi.Input<boolean>;
|
|
133
137
|
/**
|
|
134
|
-
* The
|
|
138
|
+
* The external hostname for the CloudAMQP instance.
|
|
135
139
|
*/
|
|
136
140
|
host?: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* The internal hostname for the CloudAMQP instance.
|
|
143
|
+
*/
|
|
144
|
+
hostInternal?: pulumi.Input<string>;
|
|
137
145
|
/**
|
|
138
146
|
* Name of the CloudAMQP instance.
|
|
139
147
|
*/
|
|
@@ -155,7 +163,7 @@ export interface InstanceState {
|
|
|
155
163
|
*/
|
|
156
164
|
ready?: pulumi.Input<boolean>;
|
|
157
165
|
/**
|
|
158
|
-
* The region to host the instance in. See Instance regions
|
|
166
|
+
* The region to host the instance in. See Instance regions **Note: Changing region will force the instance to be destroyed and a new created in the new region. All data will be lost and a new name assigned.**
|
|
159
167
|
*/
|
|
160
168
|
region?: pulumi.Input<string>;
|
|
161
169
|
/**
|
|
@@ -167,7 +175,7 @@ export interface InstanceState {
|
|
|
167
175
|
*/
|
|
168
176
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
169
177
|
/**
|
|
170
|
-
* AMQP
|
|
178
|
+
* The AMQP URL (uses the internal hostname if the instance was created with VPC). Has the format: `amqps://{username}:{password}@{hostname}/{vhost}`
|
|
171
179
|
*/
|
|
172
180
|
url?: pulumi.Input<string>;
|
|
173
181
|
/**
|
|
@@ -204,7 +212,7 @@ export interface InstanceArgs {
|
|
|
204
212
|
*/
|
|
205
213
|
plan: pulumi.Input<string>;
|
|
206
214
|
/**
|
|
207
|
-
* The region to host the instance in. See Instance regions
|
|
215
|
+
* The region to host the instance in. See Instance regions **Note: Changing region will force the instance to be destroyed and a new created in the new region. All data will be lost and a new name assigned.**
|
|
208
216
|
*/
|
|
209
217
|
region: pulumi.Input<string>;
|
|
210
218
|
/**
|
package/instance.js
CHANGED
|
@@ -48,6 +48,7 @@ class Instance extends pulumi.CustomResource {
|
|
|
48
48
|
inputs["apikey"] = state ? state.apikey : undefined;
|
|
49
49
|
inputs["dedicated"] = state ? state.dedicated : undefined;
|
|
50
50
|
inputs["host"] = state ? state.host : undefined;
|
|
51
|
+
inputs["hostInternal"] = state ? state.hostInternal : undefined;
|
|
51
52
|
inputs["name"] = state ? state.name : undefined;
|
|
52
53
|
inputs["noDefaultAlarms"] = state ? state.noDefaultAlarms : undefined;
|
|
53
54
|
inputs["nodes"] = state ? state.nodes : undefined;
|
|
@@ -81,6 +82,7 @@ class Instance extends pulumi.CustomResource {
|
|
|
81
82
|
inputs["apikey"] = undefined /*out*/;
|
|
82
83
|
inputs["dedicated"] = undefined /*out*/;
|
|
83
84
|
inputs["host"] = undefined /*out*/;
|
|
85
|
+
inputs["hostInternal"] = undefined /*out*/;
|
|
84
86
|
inputs["ready"] = undefined /*out*/;
|
|
85
87
|
inputs["url"] = undefined /*out*/;
|
|
86
88
|
inputs["vhost"] = undefined /*out*/;
|
package/instance.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../instance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../instance.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.
|
|
3
|
+
"version": "v3.6.0-alpha.1640870520+68b8e1a1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing CloudAMQP resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource cloudamqp v3.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource cloudamqp v3.6.0-alpha.1640870520+68b8e1a1"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/package.json.dev
CHANGED
package/securityFirewall.d.ts
CHANGED
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs, output as outputs } from "./types";
|
|
3
3
|
/**
|
|
4
|
-
* This resource allows you to configure and manage firewall rules for the CloudAMQP instance. Beware that all rules need to be present, since all older configurations will be overwritten.
|
|
5
|
-
*
|
|
6
|
-
* Only available for dedicated subscription plans.
|
|
7
|
-
*
|
|
8
|
-
* ## Depedency
|
|
9
|
-
*
|
|
10
|
-
* This resource depends on CloudAMQP instance identifier, `cloudamqp_instance.instance.id`.
|
|
11
|
-
*
|
|
12
4
|
* ## Import
|
|
13
5
|
*
|
|
14
6
|
* `cloudamqp_security_firewall` can be imported using CloudAMQP instance identifier.
|
package/securityFirewall.js
CHANGED
|
@@ -6,14 +6,6 @@ exports.SecurityFirewall = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This resource allows you to configure and manage firewall rules for the CloudAMQP instance. Beware that all rules need to be present, since all older configurations will be overwritten.
|
|
10
|
-
*
|
|
11
|
-
* Only available for dedicated subscription plans.
|
|
12
|
-
*
|
|
13
|
-
* ## Depedency
|
|
14
|
-
*
|
|
15
|
-
* This resource depends on CloudAMQP instance identifier, `cloudamqp_instance.instance.id`.
|
|
16
|
-
*
|
|
17
9
|
* ## Import
|
|
18
10
|
*
|
|
19
11
|
* `cloudamqp_security_firewall` can be imported using CloudAMQP instance identifier.
|
package/securityFirewall.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"securityFirewall.js","sourceRoot":"","sources":["../securityFirewall.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"securityFirewall.js","sourceRoot":"","sources":["../securityFirewall.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IA6CvD,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,MAAM,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,MAAM,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SACrD;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,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,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SACnD;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;IAlED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;;AA1BL,4CAoEC;AAtDG,gBAAgB;AACO,6BAAY,GAAG,mDAAmD,CAAC"}
|