@pulumi/cloudamqp 3.17.2 → 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 {
@@ -1,52 +1,28 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * This resource allows you to create and manage third party log integrations for a CloudAMQP instance. Once configured, the logs produced will be forward to corresponding integration.
3
+ * This resource allows you to create and manage third party log integrations for a CloudAMQP instance.
4
+ * Once configured, the logs produced will be forward to corresponding integration.
4
5
  *
5
6
  * Only available for dedicated subscription plans.
6
7
  *
7
- * ## Argument Reference (cloudwatchlog)
8
- *
9
- * Cloudwatch argument reference and example. Create an IAM user with programmatic access and the following permissions:
10
- *
11
- * * CreateLogGroup
12
- * * CreateLogStream
13
- * * DescribeLogGroups
14
- * * DescribeLogStreams
15
- * * PutLogEvents
16
- *
17
- * ## Integration service reference
18
- *
19
- * Valid names for third party log integration.
20
- *
21
- * | Name | Description |
22
- * |------------|---------------------------------------------------------------|
23
- * | cloudwatchlog | Create a IAM with programmatic access. |
24
- * | logentries | Create a Logentries token at https://logentries.com/app#/add-log/manual |
25
- * | loggly | Create a Loggly token at https://your-company}.loggly.com/tokens |
26
- * | papertrail | Create a Papertrail endpoint https://papertrailapp.com/systems/setup |
27
- * | splunk | Create a HTTP Event Collector token at `https://<your-splunk>.cloud.splunk.com/en-US/manager/search/http-eventcollector` |
28
- * | datadog | Create a Datadog API key at app.datadoghq.com |
29
- * | stackdriver | Create a service account and add 'monitor metrics writer' role from your Google Cloud Account |
30
- * | scalyr | Create a Log write token at https://app.scalyr.com/keys |
31
- * | coralogix | Create Send-Your-Data API key https://coralogix.com/docs/send-your-data-api-key/ |
32
- *
33
8
  * ## Integration Type reference
34
9
  *
35
- * Valid arguments for third party log integrations.
10
+ * Valid arguments for third party log integrations. See more information at [docs.cloudamqp.com](https://docs.cloudamqp.com/cloudamqp_api.html#add-log-integration)
36
11
  *
37
12
  * Required arguments for all integrations: name
38
13
  *
39
- * | Name | Type | Required arguments |
14
+ * | Integration | name | Required arguments |
40
15
  * | ---- | ---- | ---- |
16
+ * | Azure monitor | azureMonitor | tenant_id, application_id, application_secret, dce_uri, table, dcrId |
41
17
  * | CloudWatch | cloudwatchlog | access_key_id, secret_access_key, region |
18
+ * | Coralogix | coralogix | private_key, endpoint, application, subsystem |
19
+ * | Data Dog | datadog | region, api_keys, tags |
42
20
  * | Log Entries | logentries | token |
43
21
  * | Loggly | loggly | token |
44
22
  * | Papertrail | papertrail | url |
23
+ * | Scalyr | scalyr | token, host |
45
24
  * | Splunk | splunk | token, host_port, sourcetype |
46
- * | Data Dog | datadog | region, api_keys, tags |
47
25
  * | Stackdriver | stackdriver | credentials |
48
- * | Scalyr | scalyr | token, host |
49
- * | Coralogix | coralogix | private_key, endpoint, application, subsystem |
50
26
  *
51
27
  * ***Note:*** Stackdriver (v1.20.2 or earlier versions) required arguments : project_id, private_key, clientEmail
52
28
  *
@@ -59,7 +35,7 @@ import * as pulumi from "@pulumi/pulumi";
59
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.
60
36
  *
61
37
  * ```sh
62
- * $ pulumi import cloudamqp:index/integrationLog:IntegrationLog <resource_name> <id>,<instance_id>`
38
+ * $ pulumi import cloudamqp:index/integrationLog:IntegrationLog <resource_name> <id>,<instance_id>`
63
39
  * ```
64
40
  */
65
41
  export declare class IntegrationLog extends pulumi.CustomResource {
@@ -87,9 +63,17 @@ export declare class IntegrationLog extends pulumi.CustomResource {
87
63
  */
88
64
  readonly apiKey: pulumi.Output<string | undefined>;
89
65
  /**
90
- * The application name for Coralogix. See application [documentations](https://coralogix.com/docs/application-and-subsystem-names/)
66
+ * The application name for Coralogix.
91
67
  */
92
68
  readonly application: pulumi.Output<string | undefined>;
69
+ /**
70
+ * The application identifier for Azure monitor.
71
+ */
72
+ readonly applicationId: pulumi.Output<string | undefined>;
73
+ /**
74
+ * The application secret for Azure monitor.
75
+ */
76
+ readonly applicationSecret: pulumi.Output<string | undefined>;
93
77
  /**
94
78
  * The client email registered for the integration service.
95
79
  */
@@ -99,7 +83,17 @@ export declare class IntegrationLog extends pulumi.CustomResource {
99
83
  */
100
84
  readonly credentials: pulumi.Output<string | undefined>;
101
85
  /**
102
- * The syslog destination to send the logs to for Coralogix. See endpoint [documentations](https://coralogix.com/docs/coralogix-endpoints/).
86
+ * The data collection endpoint for Azure monitor.
87
+ */
88
+ readonly dceUri: pulumi.Output<string | undefined>;
89
+ /**
90
+ * ID of data collection rule that your DCE is linked to for Azure Monitor.
91
+ *
92
+ * This is the full list of all arguments. Only a subset of arguments are used based on which type of integration used. See Integration Type reference table below for more information.
93
+ */
94
+ readonly dcrId: pulumi.Output<string | undefined>;
95
+ /**
96
+ * The syslog destination to send the logs to for Coralogix.
103
97
  */
104
98
  readonly endpoint: pulumi.Output<string | undefined>;
105
99
  /**
@@ -116,6 +110,7 @@ export declare class IntegrationLog extends pulumi.CustomResource {
116
110
  readonly instanceId: pulumi.Output<number>;
117
111
  /**
118
112
  * The name of the third party log integration. See
113
+ * Integration type reference
119
114
  */
120
115
  readonly name: pulumi.Output<string>;
121
116
  /**
@@ -143,15 +138,21 @@ export declare class IntegrationLog extends pulumi.CustomResource {
143
138
  */
144
139
  readonly sourcetype: pulumi.Output<string | undefined>;
145
140
  /**
146
- * The subsystem name for Coralogix. See application [documentations](https://coralogix.com/docs/application-and-subsystem-names/)
147
- *
148
- * This is the full list of all arguments. Only a subset of arguments are used based on which type of integration used. See Integration Type reference table below for more information.
141
+ * The subsystem name for Coralogix.
149
142
  */
150
143
  readonly subsystem: pulumi.Output<string | undefined>;
151
144
  /**
152
- * Tag the integration, e.g. env=prod, region=europe.
145
+ * The table name for Azure monitor.
146
+ */
147
+ readonly table: pulumi.Output<string | undefined>;
148
+ /**
149
+ * Tag the integration, e.g. env=prod,region=europe.
153
150
  */
154
151
  readonly tags: pulumi.Output<string | undefined>;
152
+ /**
153
+ * The tenant identifier for Azure monitor.
154
+ */
155
+ readonly tenantId: pulumi.Output<string | undefined>;
155
156
  /**
156
157
  * Token used for authentication.
157
158
  */
@@ -182,9 +183,17 @@ export interface IntegrationLogState {
182
183
  */
183
184
  apiKey?: pulumi.Input<string>;
184
185
  /**
185
- * The application name for Coralogix. See application [documentations](https://coralogix.com/docs/application-and-subsystem-names/)
186
+ * The application name for Coralogix.
186
187
  */
187
188
  application?: pulumi.Input<string>;
189
+ /**
190
+ * The application identifier for Azure monitor.
191
+ */
192
+ applicationId?: pulumi.Input<string>;
193
+ /**
194
+ * The application secret for Azure monitor.
195
+ */
196
+ applicationSecret?: pulumi.Input<string>;
188
197
  /**
189
198
  * The client email registered for the integration service.
190
199
  */
@@ -194,7 +203,17 @@ export interface IntegrationLogState {
194
203
  */
195
204
  credentials?: pulumi.Input<string>;
196
205
  /**
197
- * The syslog destination to send the logs to for Coralogix. See endpoint [documentations](https://coralogix.com/docs/coralogix-endpoints/).
206
+ * The data collection endpoint for Azure monitor.
207
+ */
208
+ dceUri?: pulumi.Input<string>;
209
+ /**
210
+ * ID of data collection rule that your DCE is linked to for Azure Monitor.
211
+ *
212
+ * This is the full list of all arguments. Only a subset of arguments are used based on which type of integration used. See Integration Type reference table below for more information.
213
+ */
214
+ dcrId?: pulumi.Input<string>;
215
+ /**
216
+ * The syslog destination to send the logs to for Coralogix.
198
217
  */
199
218
  endpoint?: pulumi.Input<string>;
200
219
  /**
@@ -211,6 +230,7 @@ export interface IntegrationLogState {
211
230
  instanceId?: pulumi.Input<number>;
212
231
  /**
213
232
  * The name of the third party log integration. See
233
+ * Integration type reference
214
234
  */
215
235
  name?: pulumi.Input<string>;
216
236
  /**
@@ -238,15 +258,21 @@ export interface IntegrationLogState {
238
258
  */
239
259
  sourcetype?: pulumi.Input<string>;
240
260
  /**
241
- * The subsystem name for Coralogix. See application [documentations](https://coralogix.com/docs/application-and-subsystem-names/)
242
- *
243
- * This is the full list of all arguments. Only a subset of arguments are used based on which type of integration used. See Integration Type reference table below for more information.
261
+ * The subsystem name for Coralogix.
244
262
  */
245
263
  subsystem?: pulumi.Input<string>;
246
264
  /**
247
- * Tag the integration, e.g. env=prod, region=europe.
265
+ * The table name for Azure monitor.
266
+ */
267
+ table?: pulumi.Input<string>;
268
+ /**
269
+ * Tag the integration, e.g. env=prod,region=europe.
248
270
  */
249
271
  tags?: pulumi.Input<string>;
272
+ /**
273
+ * The tenant identifier for Azure monitor.
274
+ */
275
+ tenantId?: pulumi.Input<string>;
250
276
  /**
251
277
  * Token used for authentication.
252
278
  */
@@ -269,9 +295,17 @@ export interface IntegrationLogArgs {
269
295
  */
270
296
  apiKey?: pulumi.Input<string>;
271
297
  /**
272
- * The application name for Coralogix. See application [documentations](https://coralogix.com/docs/application-and-subsystem-names/)
298
+ * The application name for Coralogix.
273
299
  */
274
300
  application?: pulumi.Input<string>;
301
+ /**
302
+ * The application identifier for Azure monitor.
303
+ */
304
+ applicationId?: pulumi.Input<string>;
305
+ /**
306
+ * The application secret for Azure monitor.
307
+ */
308
+ applicationSecret?: pulumi.Input<string>;
275
309
  /**
276
310
  * The client email registered for the integration service.
277
311
  */
@@ -281,7 +315,17 @@ export interface IntegrationLogArgs {
281
315
  */
282
316
  credentials?: pulumi.Input<string>;
283
317
  /**
284
- * The syslog destination to send the logs to for Coralogix. See endpoint [documentations](https://coralogix.com/docs/coralogix-endpoints/).
318
+ * The data collection endpoint for Azure monitor.
319
+ */
320
+ dceUri?: pulumi.Input<string>;
321
+ /**
322
+ * ID of data collection rule that your DCE is linked to for Azure Monitor.
323
+ *
324
+ * This is the full list of all arguments. Only a subset of arguments are used based on which type of integration used. See Integration Type reference table below for more information.
325
+ */
326
+ dcrId?: pulumi.Input<string>;
327
+ /**
328
+ * The syslog destination to send the logs to for Coralogix.
285
329
  */
286
330
  endpoint?: pulumi.Input<string>;
287
331
  /**
@@ -298,6 +342,7 @@ export interface IntegrationLogArgs {
298
342
  instanceId: pulumi.Input<number>;
299
343
  /**
300
344
  * The name of the third party log integration. See
345
+ * Integration type reference
301
346
  */
302
347
  name?: pulumi.Input<string>;
303
348
  /**
@@ -325,15 +370,21 @@ export interface IntegrationLogArgs {
325
370
  */
326
371
  sourcetype?: pulumi.Input<string>;
327
372
  /**
328
- * The subsystem name for Coralogix. See application [documentations](https://coralogix.com/docs/application-and-subsystem-names/)
329
- *
330
- * This is the full list of all arguments. Only a subset of arguments are used based on which type of integration used. See Integration Type reference table below for more information.
373
+ * The subsystem name for Coralogix.
331
374
  */
332
375
  subsystem?: pulumi.Input<string>;
333
376
  /**
334
- * Tag the integration, e.g. env=prod, region=europe.
377
+ * The table name for Azure monitor.
378
+ */
379
+ table?: pulumi.Input<string>;
380
+ /**
381
+ * Tag the integration, e.g. env=prod,region=europe.
335
382
  */
336
383
  tags?: pulumi.Input<string>;
384
+ /**
385
+ * The tenant identifier for Azure monitor.
386
+ */
387
+ tenantId?: pulumi.Input<string>;
337
388
  /**
338
389
  * Token used for authentication.
339
390
  */
package/integrationLog.js CHANGED
@@ -6,53 +6,29 @@ exports.IntegrationLog = 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 third party log integrations for a CloudAMQP instance. Once configured, the logs produced will be forward to corresponding integration.
9
+ * This resource allows you to create and manage third party log integrations for a CloudAMQP instance.
10
+ * Once configured, the logs produced will be forward to corresponding integration.
10
11
  *
11
12
  * Only available for dedicated subscription plans.
12
13
  *
13
- * ## Argument Reference (cloudwatchlog)
14
- *
15
- * Cloudwatch argument reference and example. Create an IAM user with programmatic access and the following permissions:
16
- *
17
- * * CreateLogGroup
18
- * * CreateLogStream
19
- * * DescribeLogGroups
20
- * * DescribeLogStreams
21
- * * PutLogEvents
22
- *
23
- * ## Integration service reference
24
- *
25
- * Valid names for third party log integration.
26
- *
27
- * | Name | Description |
28
- * |------------|---------------------------------------------------------------|
29
- * | cloudwatchlog | Create a IAM with programmatic access. |
30
- * | logentries | Create a Logentries token at https://logentries.com/app#/add-log/manual |
31
- * | loggly | Create a Loggly token at https://your-company}.loggly.com/tokens |
32
- * | papertrail | Create a Papertrail endpoint https://papertrailapp.com/systems/setup |
33
- * | splunk | Create a HTTP Event Collector token at `https://<your-splunk>.cloud.splunk.com/en-US/manager/search/http-eventcollector` |
34
- * | datadog | Create a Datadog API key at app.datadoghq.com |
35
- * | stackdriver | Create a service account and add 'monitor metrics writer' role from your Google Cloud Account |
36
- * | scalyr | Create a Log write token at https://app.scalyr.com/keys |
37
- * | coralogix | Create Send-Your-Data API key https://coralogix.com/docs/send-your-data-api-key/ |
38
- *
39
14
  * ## Integration Type reference
40
15
  *
41
- * Valid arguments for third party log integrations.
16
+ * Valid arguments for third party log integrations. See more information at [docs.cloudamqp.com](https://docs.cloudamqp.com/cloudamqp_api.html#add-log-integration)
42
17
  *
43
18
  * Required arguments for all integrations: name
44
19
  *
45
- * | Name | Type | Required arguments |
20
+ * | Integration | name | Required arguments |
46
21
  * | ---- | ---- | ---- |
22
+ * | Azure monitor | azureMonitor | tenant_id, application_id, application_secret, dce_uri, table, dcrId |
47
23
  * | CloudWatch | cloudwatchlog | access_key_id, secret_access_key, region |
24
+ * | Coralogix | coralogix | private_key, endpoint, application, subsystem |
25
+ * | Data Dog | datadog | region, api_keys, tags |
48
26
  * | Log Entries | logentries | token |
49
27
  * | Loggly | loggly | token |
50
28
  * | Papertrail | papertrail | url |
29
+ * | Scalyr | scalyr | token, host |
51
30
  * | Splunk | splunk | token, host_port, sourcetype |
52
- * | Data Dog | datadog | region, api_keys, tags |
53
31
  * | Stackdriver | stackdriver | credentials |
54
- * | Scalyr | scalyr | token, host |
55
- * | Coralogix | coralogix | private_key, endpoint, application, subsystem |
56
32
  *
57
33
  * ***Note:*** Stackdriver (v1.20.2 or earlier versions) required arguments : project_id, private_key, clientEmail
58
34
  *
@@ -65,7 +41,7 @@ const utilities = require("./utilities");
65
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.
66
42
  *
67
43
  * ```sh
68
- * $ pulumi import cloudamqp:index/integrationLog:IntegrationLog <resource_name> <id>,<instance_id>`
44
+ * $ pulumi import cloudamqp:index/integrationLog:IntegrationLog <resource_name> <id>,<instance_id>`
69
45
  * ```
70
46
  */
71
47
  class IntegrationLog extends pulumi.CustomResource {
@@ -99,8 +75,12 @@ class IntegrationLog extends pulumi.CustomResource {
99
75
  resourceInputs["accessKeyId"] = state ? state.accessKeyId : undefined;
100
76
  resourceInputs["apiKey"] = state ? state.apiKey : undefined;
101
77
  resourceInputs["application"] = state ? state.application : undefined;
78
+ resourceInputs["applicationId"] = state ? state.applicationId : undefined;
79
+ resourceInputs["applicationSecret"] = state ? state.applicationSecret : undefined;
102
80
  resourceInputs["clientEmail"] = state ? state.clientEmail : undefined;
103
81
  resourceInputs["credentials"] = state ? state.credentials : undefined;
82
+ resourceInputs["dceUri"] = state ? state.dceUri : undefined;
83
+ resourceInputs["dcrId"] = state ? state.dcrId : undefined;
104
84
  resourceInputs["endpoint"] = state ? state.endpoint : undefined;
105
85
  resourceInputs["host"] = state ? state.host : undefined;
106
86
  resourceInputs["hostPort"] = state ? state.hostPort : undefined;
@@ -113,7 +93,9 @@ class IntegrationLog extends pulumi.CustomResource {
113
93
  resourceInputs["secretAccessKey"] = state ? state.secretAccessKey : undefined;
114
94
  resourceInputs["sourcetype"] = state ? state.sourcetype : undefined;
115
95
  resourceInputs["subsystem"] = state ? state.subsystem : undefined;
96
+ resourceInputs["table"] = state ? state.table : undefined;
116
97
  resourceInputs["tags"] = state ? state.tags : undefined;
98
+ resourceInputs["tenantId"] = state ? state.tenantId : undefined;
117
99
  resourceInputs["token"] = state ? state.token : undefined;
118
100
  resourceInputs["url"] = state ? state.url : undefined;
119
101
  }
@@ -125,8 +107,12 @@ class IntegrationLog extends pulumi.CustomResource {
125
107
  resourceInputs["accessKeyId"] = (args === null || args === void 0 ? void 0 : args.accessKeyId) ? pulumi.secret(args.accessKeyId) : undefined;
126
108
  resourceInputs["apiKey"] = (args === null || args === void 0 ? void 0 : args.apiKey) ? pulumi.secret(args.apiKey) : undefined;
127
109
  resourceInputs["application"] = args ? args.application : undefined;
110
+ resourceInputs["applicationId"] = args ? args.applicationId : undefined;
111
+ resourceInputs["applicationSecret"] = (args === null || args === void 0 ? void 0 : args.applicationSecret) ? pulumi.secret(args.applicationSecret) : undefined;
128
112
  resourceInputs["clientEmail"] = args ? args.clientEmail : undefined;
129
113
  resourceInputs["credentials"] = (args === null || args === void 0 ? void 0 : args.credentials) ? pulumi.secret(args.credentials) : undefined;
114
+ resourceInputs["dceUri"] = args ? args.dceUri : undefined;
115
+ resourceInputs["dcrId"] = args ? args.dcrId : undefined;
130
116
  resourceInputs["endpoint"] = args ? args.endpoint : undefined;
131
117
  resourceInputs["host"] = args ? args.host : undefined;
132
118
  resourceInputs["hostPort"] = args ? args.hostPort : undefined;
@@ -139,12 +125,14 @@ class IntegrationLog extends pulumi.CustomResource {
139
125
  resourceInputs["secretAccessKey"] = (args === null || args === void 0 ? void 0 : args.secretAccessKey) ? pulumi.secret(args.secretAccessKey) : undefined;
140
126
  resourceInputs["sourcetype"] = args ? args.sourcetype : undefined;
141
127
  resourceInputs["subsystem"] = args ? args.subsystem : undefined;
128
+ resourceInputs["table"] = args ? args.table : undefined;
142
129
  resourceInputs["tags"] = args ? args.tags : undefined;
130
+ resourceInputs["tenantId"] = args ? args.tenantId : undefined;
143
131
  resourceInputs["token"] = (args === null || args === void 0 ? void 0 : args.token) ? pulumi.secret(args.token) : undefined;
144
132
  resourceInputs["url"] = args ? args.url : undefined;
145
133
  }
146
134
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
147
- const secretOpts = { additionalSecretOutputs: ["accessKeyId", "apiKey", "credentials", "privateKey", "privateKeyId", "secretAccessKey", "token"] };
135
+ const secretOpts = { additionalSecretOutputs: ["accessKeyId", "apiKey", "applicationSecret", "credentials", "privateKey", "privateKeyId", "secretAccessKey", "token"] };
148
136
  opts = pulumi.mergeOptions(opts, secretOpts);
149
137
  super(IntegrationLog.__pulumiType, name, resourceInputs, opts);
150
138
  }
@@ -1 +1 @@
1
- {"version":3,"file":"integrationLog.js","sourceRoot":"","sources":["../integrationLog.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"integrationLog.js","sourceRoot":"","sources":["../integrationLog.ts"],"names":[],"mappings":"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"}