@pulumi/newrelic 5.1.0 → 5.2.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/alertChannel.d.ts +2 -1
- package/alertChannel.js +22 -22
- package/alertChannel.js.map +1 -1
- package/alertCondition.d.ts +8 -7
- package/alertCondition.js +22 -22
- package/alertCondition.js.map +1 -1
- package/alertMutingRule.d.ts +5 -4
- package/alertMutingRule.js +22 -22
- package/alertMutingRule.js.map +1 -1
- package/alertPolicy.js +20 -20
- package/alertPolicy.js.map +1 -1
- package/alertPolicyChannel.js +22 -22
- package/alertPolicyChannel.js.map +1 -1
- package/apiAccessKey.js +24 -22
- package/apiAccessKey.js.map +1 -1
- package/cloud/awsGovcloudIntegrations.d.ts +2 -1
- package/cloud/awsGovcloudIntegrations.js +22 -22
- package/cloud/awsGovcloudIntegrations.js.map +1 -1
- package/cloud/awsGovcloudLinkAccount.js +26 -24
- package/cloud/awsGovcloudLinkAccount.js.map +1 -1
- package/cloud/awsIntegrations.d.ts +2 -1
- package/cloud/awsIntegrations.js +22 -22
- package/cloud/awsIntegrations.js.map +1 -1
- package/cloud/awsLinkAccount.js +22 -22
- package/cloud/awsLinkAccount.js.map +1 -1
- package/cloud/azureIntegrations.d.ts +89 -64
- package/cloud/azureIntegrations.js +26 -22
- package/cloud/azureIntegrations.js.map +1 -1
- package/cloud/azureLinkAccount.js +25 -23
- package/cloud/azureLinkAccount.js.map +1 -1
- package/cloud/gcpIntegrations.d.ts +14 -1
- package/cloud/gcpIntegrations.js +24 -22
- package/cloud/gcpIntegrations.js.map +1 -1
- package/cloud/gcpLinkAccount.js +21 -21
- package/cloud/gcpLinkAccount.js.map +1 -1
- package/cloud/index.d.ts +24 -8
- package/cloud/index.js +25 -40
- package/cloud/index.js.map +1 -1
- package/entityTags.d.ts +2 -32
- package/entityTags.js +22 -53
- package/entityTags.js.map +1 -1
- package/eventsToMetricsRule.js +22 -22
- package/eventsToMetricsRule.js.map +1 -1
- package/getAlertChannel.d.ts +1 -1
- package/getAlertChannel.js.map +1 -1
- package/getEntity.d.ts +14 -4
- package/getEntity.js +1 -1
- package/getEntity.js.map +1 -1
- package/getObfuscationExpression.d.ts +65 -0
- package/getObfuscationExpression.js +48 -0
- package/getObfuscationExpression.js.map +1 -0
- package/index.d.ts +87 -26
- package/index.js +92 -81
- package/index.js.map +1 -1
- package/infraAlertCondition.d.ts +11 -10
- package/infraAlertCondition.js +22 -22
- package/infraAlertCondition.js.map +1 -1
- package/insights/event.d.ts +2 -1
- package/insights/event.js +17 -17
- package/insights/event.js.map +1 -1
- package/insights/index.d.ts +3 -1
- package/insights/index.js +4 -19
- package/insights/index.js.map +1 -1
- package/notificationChannel.d.ts +68 -13
- package/notificationChannel.js +88 -34
- package/notificationChannel.js.map +1 -1
- package/notificationDestination.d.ts +2 -1
- package/notificationDestination.js +22 -22
- package/notificationDestination.js.map +1 -1
- package/nrqlAlertCondition.d.ts +22 -21
- package/nrqlAlertCondition.js +27 -27
- package/nrqlAlertCondition.js.map +1 -1
- package/nrqlDropRule.js +22 -22
- package/nrqlDropRule.js.map +1 -1
- package/obfuscationExpression.d.ts +108 -0
- package/obfuscationExpression.js +82 -0
- package/obfuscationExpression.js.map +1 -0
- package/obfuscationRule.d.ts +143 -0
- package/obfuscationRule.js +101 -0
- package/obfuscationRule.js.map +1 -0
- package/oneDashboard.d.ts +113 -3
- package/oneDashboard.js +123 -24
- package/oneDashboard.js.map +1 -1
- package/oneDashboardJson.d.ts +3 -15
- package/oneDashboardJson.js +22 -34
- package/oneDashboardJson.js.map +1 -1
- package/oneDashboardRaw.d.ts +4 -1
- package/oneDashboardRaw.js +24 -22
- package/oneDashboardRaw.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/plugins/applicationSettings.js +22 -22
- package/plugins/applicationSettings.js.map +1 -1
- package/plugins/index.d.ts +6 -2
- package/plugins/index.js +7 -22
- package/plugins/index.js.map +1 -1
- package/plugins/workload.d.ts +120 -2
- package/plugins/workload.js +110 -23
- package/plugins/workload.js.map +1 -1
- package/provider.d.ts +3 -3
- package/provider.js +19 -14
- package/provider.js.map +1 -1
- package/serviceLevel.d.ts +2 -1
- package/serviceLevel.js +22 -22
- package/serviceLevel.js.map +1 -1
- package/synthetics/alertCondition.js +22 -22
- package/synthetics/alertCondition.js.map +1 -1
- package/synthetics/brokenLinksMonitor.d.ts +9 -8
- package/synthetics/brokenLinksMonitor.js +26 -26
- package/synthetics/brokenLinksMonitor.js.map +1 -1
- package/synthetics/certCheckMonitor.d.ts +6 -5
- package/synthetics/certCheckMonitor.js +26 -26
- package/synthetics/certCheckMonitor.js.map +1 -1
- package/synthetics/getPrivateLocation.d.ts +35 -0
- package/synthetics/getPrivateLocation.js +27 -0
- package/synthetics/getPrivateLocation.js.map +1 -1
- package/synthetics/getSecureCredential.d.ts +1 -0
- package/synthetics/getSecureCredential.js.map +1 -1
- package/synthetics/index.d.ts +33 -11
- package/synthetics/index.js +34 -45
- package/synthetics/index.js.map +1 -1
- package/synthetics/monitor.d.ts +29 -33
- package/synthetics/monitor.js +40 -45
- package/synthetics/monitor.js.map +1 -1
- package/synthetics/multiLocationAlertCondition.d.ts +2 -1
- package/synthetics/multiLocationAlertCondition.js +22 -22
- package/synthetics/multiLocationAlertCondition.js.map +1 -1
- package/synthetics/privateLocation.d.ts +7 -8
- package/synthetics/privateLocation.js +24 -25
- package/synthetics/privateLocation.js.map +1 -1
- package/synthetics/scriptMonitor.d.ts +15 -21
- package/synthetics/scriptMonitor.js +32 -39
- package/synthetics/scriptMonitor.js.map +1 -1
- package/synthetics/secureCredential.js +25 -23
- package/synthetics/secureCredential.js.map +1 -1
- package/synthetics/stepMonitor.d.ts +6 -5
- package/synthetics/stepMonitor.js +26 -26
- package/synthetics/stepMonitor.js.map +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +288 -72
- package/types/output.d.ts +282 -72
- package/utilities.js +13 -1
- package/utilities.js.map +1 -1
- package/workflow.d.ts +99 -112
- package/workflow.js +82 -105
- package/workflow.js.map +1 -1
package/entityTags.js
CHANGED
|
@@ -6,37 +6,6 @@ exports.EntityTags = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Use this resource to create, update, and delete tags for a New Relic One entity.
|
|
10
|
-
*
|
|
11
|
-
* ## Example Usage
|
|
12
|
-
*
|
|
13
|
-
* ```typescript
|
|
14
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as newrelic from "@pulumi/newrelic";
|
|
16
|
-
*
|
|
17
|
-
* const fooEntity = newrelic.getEntity({
|
|
18
|
-
* name: "Example application",
|
|
19
|
-
* type: "APPLICATION",
|
|
20
|
-
* domain: "APM",
|
|
21
|
-
* });
|
|
22
|
-
* const fooEntityTags = new newrelic.EntityTags("fooEntityTags", {
|
|
23
|
-
* guid: fooEntity.then(fooEntity => fooEntity.guid),
|
|
24
|
-
* tags: [
|
|
25
|
-
* {
|
|
26
|
-
* key: "my-key",
|
|
27
|
-
* values: [
|
|
28
|
-
* "my-value",
|
|
29
|
-
* "my-other-value",
|
|
30
|
-
* ],
|
|
31
|
-
* },
|
|
32
|
-
* {
|
|
33
|
-
* key: "my-key-2",
|
|
34
|
-
* values: ["my-value-2"],
|
|
35
|
-
* },
|
|
36
|
-
* ],
|
|
37
|
-
* });
|
|
38
|
-
* ```
|
|
39
|
-
*
|
|
40
9
|
* ## Import
|
|
41
10
|
*
|
|
42
11
|
* New Relic One entity tags can be imported using a concatenated string of the format
|
|
@@ -48,28 +17,6 @@ const utilities = require("./utilities");
|
|
|
48
17
|
* ```
|
|
49
18
|
*/
|
|
50
19
|
class EntityTags extends pulumi.CustomResource {
|
|
51
|
-
constructor(name, argsOrState, opts) {
|
|
52
|
-
let resourceInputs = {};
|
|
53
|
-
opts = opts || {};
|
|
54
|
-
if (opts.id) {
|
|
55
|
-
const state = argsOrState;
|
|
56
|
-
resourceInputs["guid"] = state ? state.guid : undefined;
|
|
57
|
-
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
58
|
-
}
|
|
59
|
-
else {
|
|
60
|
-
const args = argsOrState;
|
|
61
|
-
if ((!args || args.guid === undefined) && !opts.urn) {
|
|
62
|
-
throw new Error("Missing required property 'guid'");
|
|
63
|
-
}
|
|
64
|
-
if ((!args || args.tags === undefined) && !opts.urn) {
|
|
65
|
-
throw new Error("Missing required property 'tags'");
|
|
66
|
-
}
|
|
67
|
-
resourceInputs["guid"] = args ? args.guid : undefined;
|
|
68
|
-
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
69
|
-
}
|
|
70
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
71
|
-
super(EntityTags.__pulumiType, name, resourceInputs, opts);
|
|
72
|
-
}
|
|
73
20
|
/**
|
|
74
21
|
* Get an existing EntityTags resource's state with the given name, ID, and optional extra
|
|
75
22
|
* properties used to qualify the lookup.
|
|
@@ -92,6 +39,28 @@ class EntityTags extends pulumi.CustomResource {
|
|
|
92
39
|
}
|
|
93
40
|
return obj['__pulumiType'] === EntityTags.__pulumiType;
|
|
94
41
|
}
|
|
42
|
+
constructor(name, argsOrState, opts) {
|
|
43
|
+
let resourceInputs = {};
|
|
44
|
+
opts = opts || {};
|
|
45
|
+
if (opts.id) {
|
|
46
|
+
const state = argsOrState;
|
|
47
|
+
resourceInputs["guid"] = state ? state.guid : undefined;
|
|
48
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
49
|
+
}
|
|
50
|
+
else {
|
|
51
|
+
const args = argsOrState;
|
|
52
|
+
if ((!args || args.guid === undefined) && !opts.urn) {
|
|
53
|
+
throw new Error("Missing required property 'guid'");
|
|
54
|
+
}
|
|
55
|
+
if ((!args || args.tags === undefined) && !opts.urn) {
|
|
56
|
+
throw new Error("Missing required property 'tags'");
|
|
57
|
+
}
|
|
58
|
+
resourceInputs["guid"] = args ? args.guid : undefined;
|
|
59
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
60
|
+
}
|
|
61
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
62
|
+
super(EntityTags.__pulumiType, name, resourceInputs, opts);
|
|
63
|
+
}
|
|
95
64
|
}
|
|
96
65
|
exports.EntityTags = EntityTags;
|
|
97
66
|
/** @internal */
|
package/entityTags.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entityTags.js","sourceRoot":"","sources":["../entityTags.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"entityTags.js","sourceRoot":"","sources":["../entityTags.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;GAUG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjE,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,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,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,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/D,CAAC;;AAjEL,gCAkEC;AApDG,gBAAgB;AACO,uBAAY,GAAG,sCAAsC,CAAC"}
|
package/eventsToMetricsRule.js
CHANGED
|
@@ -32,6 +32,28 @@ const utilities = require("./utilities");
|
|
|
32
32
|
* ```
|
|
33
33
|
*/
|
|
34
34
|
class EventsToMetricsRule extends pulumi.CustomResource {
|
|
35
|
+
/**
|
|
36
|
+
* Get an existing EventsToMetricsRule resource's state with the given name, ID, and optional extra
|
|
37
|
+
* properties used to qualify the lookup.
|
|
38
|
+
*
|
|
39
|
+
* @param name The _unique_ name of the resulting resource.
|
|
40
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
41
|
+
* @param state Any extra arguments used during the lookup.
|
|
42
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
43
|
+
*/
|
|
44
|
+
static get(name, id, state, opts) {
|
|
45
|
+
return new EventsToMetricsRule(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Returns true if the given object is an instance of EventsToMetricsRule. This is designed to work even
|
|
49
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
50
|
+
*/
|
|
51
|
+
static isInstance(obj) {
|
|
52
|
+
if (obj === undefined || obj === null) {
|
|
53
|
+
return false;
|
|
54
|
+
}
|
|
55
|
+
return obj['__pulumiType'] === EventsToMetricsRule.__pulumiType;
|
|
56
|
+
}
|
|
35
57
|
constructor(name, argsOrState, opts) {
|
|
36
58
|
let resourceInputs = {};
|
|
37
59
|
opts = opts || {};
|
|
@@ -59,28 +81,6 @@ class EventsToMetricsRule extends pulumi.CustomResource {
|
|
|
59
81
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
60
82
|
super(EventsToMetricsRule.__pulumiType, name, resourceInputs, opts);
|
|
61
83
|
}
|
|
62
|
-
/**
|
|
63
|
-
* Get an existing EventsToMetricsRule resource's state with the given name, ID, and optional extra
|
|
64
|
-
* properties used to qualify the lookup.
|
|
65
|
-
*
|
|
66
|
-
* @param name The _unique_ name of the resulting resource.
|
|
67
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
68
|
-
* @param state Any extra arguments used during the lookup.
|
|
69
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
70
|
-
*/
|
|
71
|
-
static get(name, id, state, opts) {
|
|
72
|
-
return new EventsToMetricsRule(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
73
|
-
}
|
|
74
|
-
/**
|
|
75
|
-
* Returns true if the given object is an instance of EventsToMetricsRule. This is designed to work even
|
|
76
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
77
|
-
*/
|
|
78
|
-
static isInstance(obj) {
|
|
79
|
-
if (obj === undefined || obj === null) {
|
|
80
|
-
return false;
|
|
81
|
-
}
|
|
82
|
-
return obj['__pulumiType'] === EventsToMetricsRule.__pulumiType;
|
|
83
|
-
}
|
|
84
84
|
}
|
|
85
85
|
exports.EventsToMetricsRule = EventsToMetricsRule;
|
|
86
86
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventsToMetricsRule.js","sourceRoot":"","sources":["../eventsToMetricsRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"eventsToMetricsRule.js","sourceRoot":"","sources":["../eventsToMetricsRule.ts"],"names":[],"mappings":"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"}
|
package/getAlertChannel.d.ts
CHANGED
package/getAlertChannel.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAlertChannel.js","sourceRoot":"","sources":["../getAlertChannel.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getAlertChannel.js","sourceRoot":"","sources":["../getAlertChannel.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,0CAUC;AAwCD,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,sDAEC"}
|
package/getEntity.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
3
4
|
/**
|
|
4
5
|
* Use this data source to get information about a specific entity in New Relic One that already exists.
|
|
5
6
|
*/
|
|
@@ -20,7 +21,10 @@ export interface GetEntityArgs {
|
|
|
20
21
|
* The name of the entity in New Relic One. The first entity matching this name for the given search parameters will be returned.
|
|
21
22
|
*/
|
|
22
23
|
name: string;
|
|
23
|
-
|
|
24
|
+
/**
|
|
25
|
+
* A tag applied to the entity. See Nested tag blocks below for details.
|
|
26
|
+
*/
|
|
27
|
+
tags?: inputs.GetEntityTag[];
|
|
24
28
|
/**
|
|
25
29
|
* The entity's type. Valid values are APPLICATION, DASHBOARD, HOST, MONITOR, and WORKLOAD.
|
|
26
30
|
*/
|
|
@@ -49,8 +53,11 @@ export interface GetEntityResult {
|
|
|
49
53
|
readonly id: string;
|
|
50
54
|
readonly ignoreCase?: boolean;
|
|
51
55
|
readonly name: string;
|
|
56
|
+
/**
|
|
57
|
+
* The browser-specific ID of the backing APM entity. Only returned for Browser applications.
|
|
58
|
+
*/
|
|
52
59
|
readonly servingApmApplicationId: number;
|
|
53
|
-
readonly
|
|
60
|
+
readonly tags?: outputs.GetEntityTag[];
|
|
54
61
|
readonly type: string;
|
|
55
62
|
}
|
|
56
63
|
export declare function getEntityOutput(args: GetEntityOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEntityResult>;
|
|
@@ -70,7 +77,10 @@ export interface GetEntityOutputArgs {
|
|
|
70
77
|
* The name of the entity in New Relic One. The first entity matching this name for the given search parameters will be returned.
|
|
71
78
|
*/
|
|
72
79
|
name: pulumi.Input<string>;
|
|
73
|
-
|
|
80
|
+
/**
|
|
81
|
+
* A tag applied to the entity. See Nested tag blocks below for details.
|
|
82
|
+
*/
|
|
83
|
+
tags?: pulumi.Input<pulumi.Input<inputs.GetEntityTagArgs>[]>;
|
|
74
84
|
/**
|
|
75
85
|
* The entity's type. Valid values are APPLICATION, DASHBOARD, HOST, MONITOR, and WORKLOAD.
|
|
76
86
|
*/
|
package/getEntity.js
CHANGED
package/getEntity.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEntity.js","sourceRoot":"","sources":["../getEntity.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getEntity.js","sourceRoot":"","sources":["../getEntity.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,8BAaC;AA2DD,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7D,CAAC;AAFD,0CAEC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Use this data source to get information about a specific Obfuscation Expression in New Relic that already exists.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as newrelic from "@pulumi/newrelic";
|
|
10
|
+
*
|
|
11
|
+
* const expression = newrelic.getObfuscationExpression({
|
|
12
|
+
* accountId: 123456,
|
|
13
|
+
* name: "The expression",
|
|
14
|
+
* });
|
|
15
|
+
* const rule = new newrelic.ObfuscationRule("rule", {
|
|
16
|
+
* description: "description of the rule",
|
|
17
|
+
* filter: "hostStatus=running",
|
|
18
|
+
* enabled: true,
|
|
19
|
+
* actions: [{
|
|
20
|
+
* attributes: ["message"],
|
|
21
|
+
* expressionId: expression.then(expression => expression.id),
|
|
22
|
+
* method: "MASK",
|
|
23
|
+
* }],
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export declare function getObfuscationExpression(args: GetObfuscationExpressionArgs, opts?: pulumi.InvokeOptions): Promise<GetObfuscationExpressionResult>;
|
|
28
|
+
/**
|
|
29
|
+
* A collection of arguments for invoking getObfuscationExpression.
|
|
30
|
+
*/
|
|
31
|
+
export interface GetObfuscationExpressionArgs {
|
|
32
|
+
/**
|
|
33
|
+
* The account id associated with the obfuscation expression. If left empty will default to account ID specified in provider level configuration.
|
|
34
|
+
*/
|
|
35
|
+
accountId?: number;
|
|
36
|
+
/**
|
|
37
|
+
* Name of expression.
|
|
38
|
+
*/
|
|
39
|
+
name: string;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* A collection of values returned by getObfuscationExpression.
|
|
43
|
+
*/
|
|
44
|
+
export interface GetObfuscationExpressionResult {
|
|
45
|
+
readonly accountId?: number;
|
|
46
|
+
/**
|
|
47
|
+
* The provider-assigned unique ID for this managed resource.
|
|
48
|
+
*/
|
|
49
|
+
readonly id: string;
|
|
50
|
+
readonly name: string;
|
|
51
|
+
}
|
|
52
|
+
export declare function getObfuscationExpressionOutput(args: GetObfuscationExpressionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetObfuscationExpressionResult>;
|
|
53
|
+
/**
|
|
54
|
+
* A collection of arguments for invoking getObfuscationExpression.
|
|
55
|
+
*/
|
|
56
|
+
export interface GetObfuscationExpressionOutputArgs {
|
|
57
|
+
/**
|
|
58
|
+
* The account id associated with the obfuscation expression. If left empty will default to account ID specified in provider level configuration.
|
|
59
|
+
*/
|
|
60
|
+
accountId?: pulumi.Input<number>;
|
|
61
|
+
/**
|
|
62
|
+
* Name of expression.
|
|
63
|
+
*/
|
|
64
|
+
name: pulumi.Input<string>;
|
|
65
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getObfuscationExpressionOutput = exports.getObfuscationExpression = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to get information about a specific Obfuscation Expression in New Relic that already exists.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as newrelic from "@pulumi/newrelic";
|
|
16
|
+
*
|
|
17
|
+
* const expression = newrelic.getObfuscationExpression({
|
|
18
|
+
* accountId: 123456,
|
|
19
|
+
* name: "The expression",
|
|
20
|
+
* });
|
|
21
|
+
* const rule = new newrelic.ObfuscationRule("rule", {
|
|
22
|
+
* description: "description of the rule",
|
|
23
|
+
* filter: "hostStatus=running",
|
|
24
|
+
* enabled: true,
|
|
25
|
+
* actions: [{
|
|
26
|
+
* attributes: ["message"],
|
|
27
|
+
* expressionId: expression.then(expression => expression.id),
|
|
28
|
+
* method: "MASK",
|
|
29
|
+
* }],
|
|
30
|
+
* });
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
function getObfuscationExpression(args, opts) {
|
|
34
|
+
if (!opts) {
|
|
35
|
+
opts = {};
|
|
36
|
+
}
|
|
37
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
38
|
+
return pulumi.runtime.invoke("newrelic:index/getObfuscationExpression:getObfuscationExpression", {
|
|
39
|
+
"accountId": args.accountId,
|
|
40
|
+
"name": args.name,
|
|
41
|
+
}, opts);
|
|
42
|
+
}
|
|
43
|
+
exports.getObfuscationExpression = getObfuscationExpression;
|
|
44
|
+
function getObfuscationExpressionOutput(args, opts) {
|
|
45
|
+
return pulumi.output(args).apply(a => getObfuscationExpression(a, opts));
|
|
46
|
+
}
|
|
47
|
+
exports.getObfuscationExpressionOutput = getObfuscationExpressionOutput;
|
|
48
|
+
//# sourceMappingURL=getObfuscationExpression.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getObfuscationExpression.js","sourceRoot":"","sources":["../getObfuscationExpression.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,4DAUC;AA4BD,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,wEAEC"}
|
package/index.d.ts
CHANGED
|
@@ -1,29 +1,90 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
1
|
+
export { AlertChannelArgs, AlertChannelState } from "./alertChannel";
|
|
2
|
+
export type AlertChannel = import("./alertChannel").AlertChannel;
|
|
3
|
+
export declare const AlertChannel: typeof import("./alertChannel").AlertChannel;
|
|
4
|
+
export { AlertConditionArgs, AlertConditionState } from "./alertCondition";
|
|
5
|
+
export type AlertCondition = import("./alertCondition").AlertCondition;
|
|
6
|
+
export declare const AlertCondition: typeof import("./alertCondition").AlertCondition;
|
|
7
|
+
export { AlertMutingRuleArgs, AlertMutingRuleState } from "./alertMutingRule";
|
|
8
|
+
export type AlertMutingRule = import("./alertMutingRule").AlertMutingRule;
|
|
9
|
+
export declare const AlertMutingRule: typeof import("./alertMutingRule").AlertMutingRule;
|
|
10
|
+
export { AlertPolicyArgs, AlertPolicyState } from "./alertPolicy";
|
|
11
|
+
export type AlertPolicy = import("./alertPolicy").AlertPolicy;
|
|
12
|
+
export declare const AlertPolicy: typeof import("./alertPolicy").AlertPolicy;
|
|
13
|
+
export { AlertPolicyChannelArgs, AlertPolicyChannelState } from "./alertPolicyChannel";
|
|
14
|
+
export type AlertPolicyChannel = import("./alertPolicyChannel").AlertPolicyChannel;
|
|
15
|
+
export declare const AlertPolicyChannel: typeof import("./alertPolicyChannel").AlertPolicyChannel;
|
|
16
|
+
export { ApiAccessKeyArgs, ApiAccessKeyState } from "./apiAccessKey";
|
|
17
|
+
export type ApiAccessKey = import("./apiAccessKey").ApiAccessKey;
|
|
18
|
+
export declare const ApiAccessKey: typeof import("./apiAccessKey").ApiAccessKey;
|
|
19
|
+
export { EntityTagsArgs, EntityTagsState } from "./entityTags";
|
|
20
|
+
export type EntityTags = import("./entityTags").EntityTags;
|
|
21
|
+
export declare const EntityTags: typeof import("./entityTags").EntityTags;
|
|
22
|
+
export { EventsToMetricsRuleArgs, EventsToMetricsRuleState } from "./eventsToMetricsRule";
|
|
23
|
+
export type EventsToMetricsRule = import("./eventsToMetricsRule").EventsToMetricsRule;
|
|
24
|
+
export declare const EventsToMetricsRule: typeof import("./eventsToMetricsRule").EventsToMetricsRule;
|
|
25
|
+
export { GetAccountArgs, GetAccountResult, GetAccountOutputArgs } from "./getAccount";
|
|
26
|
+
export declare const getAccount: typeof import("./getAccount").getAccount;
|
|
27
|
+
export declare const getAccountOutput: typeof import("./getAccount").getAccountOutput;
|
|
28
|
+
export { GetAlertChannelArgs, GetAlertChannelResult, GetAlertChannelOutputArgs } from "./getAlertChannel";
|
|
29
|
+
export declare const getAlertChannel: typeof import("./getAlertChannel").getAlertChannel;
|
|
30
|
+
export declare const getAlertChannelOutput: typeof import("./getAlertChannel").getAlertChannelOutput;
|
|
31
|
+
export { GetAlertPolicyArgs, GetAlertPolicyResult, GetAlertPolicyOutputArgs } from "./getAlertPolicy";
|
|
32
|
+
export declare const getAlertPolicy: typeof import("./getAlertPolicy").getAlertPolicy;
|
|
33
|
+
export declare const getAlertPolicyOutput: typeof import("./getAlertPolicy").getAlertPolicyOutput;
|
|
34
|
+
export { GetApplicationArgs, GetApplicationResult, GetApplicationOutputArgs } from "./getApplication";
|
|
35
|
+
export declare const getApplication: typeof import("./getApplication").getApplication;
|
|
36
|
+
export declare const getApplicationOutput: typeof import("./getApplication").getApplicationOutput;
|
|
37
|
+
export { GetCloudAccountArgs, GetCloudAccountResult, GetCloudAccountOutputArgs } from "./getCloudAccount";
|
|
38
|
+
export declare const getCloudAccount: typeof import("./getCloudAccount").getCloudAccount;
|
|
39
|
+
export declare const getCloudAccountOutput: typeof import("./getCloudAccount").getCloudAccountOutput;
|
|
40
|
+
export { GetEntityArgs, GetEntityResult, GetEntityOutputArgs } from "./getEntity";
|
|
41
|
+
export declare const getEntity: typeof import("./getEntity").getEntity;
|
|
42
|
+
export declare const getEntityOutput: typeof import("./getEntity").getEntityOutput;
|
|
43
|
+
export { GetKeyTransactionArgs, GetKeyTransactionResult, GetKeyTransactionOutputArgs } from "./getKeyTransaction";
|
|
44
|
+
export declare const getKeyTransaction: typeof import("./getKeyTransaction").getKeyTransaction;
|
|
45
|
+
export declare const getKeyTransactionOutput: typeof import("./getKeyTransaction").getKeyTransactionOutput;
|
|
46
|
+
export { GetObfuscationExpressionArgs, GetObfuscationExpressionResult, GetObfuscationExpressionOutputArgs } from "./getObfuscationExpression";
|
|
47
|
+
export declare const getObfuscationExpression: typeof import("./getObfuscationExpression").getObfuscationExpression;
|
|
48
|
+
export declare const getObfuscationExpressionOutput: typeof import("./getObfuscationExpression").getObfuscationExpressionOutput;
|
|
49
|
+
export { InfraAlertConditionArgs, InfraAlertConditionState } from "./infraAlertCondition";
|
|
50
|
+
export type InfraAlertCondition = import("./infraAlertCondition").InfraAlertCondition;
|
|
51
|
+
export declare const InfraAlertCondition: typeof import("./infraAlertCondition").InfraAlertCondition;
|
|
52
|
+
export { NotificationChannelArgs, NotificationChannelState } from "./notificationChannel";
|
|
53
|
+
export type NotificationChannel = import("./notificationChannel").NotificationChannel;
|
|
54
|
+
export declare const NotificationChannel: typeof import("./notificationChannel").NotificationChannel;
|
|
55
|
+
export { NotificationDestinationArgs, NotificationDestinationState } from "./notificationDestination";
|
|
56
|
+
export type NotificationDestination = import("./notificationDestination").NotificationDestination;
|
|
57
|
+
export declare const NotificationDestination: typeof import("./notificationDestination").NotificationDestination;
|
|
58
|
+
export { NrqlAlertConditionArgs, NrqlAlertConditionState } from "./nrqlAlertCondition";
|
|
59
|
+
export type NrqlAlertCondition = import("./nrqlAlertCondition").NrqlAlertCondition;
|
|
60
|
+
export declare const NrqlAlertCondition: typeof import("./nrqlAlertCondition").NrqlAlertCondition;
|
|
61
|
+
export { NrqlDropRuleArgs, NrqlDropRuleState } from "./nrqlDropRule";
|
|
62
|
+
export type NrqlDropRule = import("./nrqlDropRule").NrqlDropRule;
|
|
63
|
+
export declare const NrqlDropRule: typeof import("./nrqlDropRule").NrqlDropRule;
|
|
64
|
+
export { ObfuscationExpressionArgs, ObfuscationExpressionState } from "./obfuscationExpression";
|
|
65
|
+
export type ObfuscationExpression = import("./obfuscationExpression").ObfuscationExpression;
|
|
66
|
+
export declare const ObfuscationExpression: typeof import("./obfuscationExpression").ObfuscationExpression;
|
|
67
|
+
export { ObfuscationRuleArgs, ObfuscationRuleState } from "./obfuscationRule";
|
|
68
|
+
export type ObfuscationRule = import("./obfuscationRule").ObfuscationRule;
|
|
69
|
+
export declare const ObfuscationRule: typeof import("./obfuscationRule").ObfuscationRule;
|
|
70
|
+
export { OneDashboardArgs, OneDashboardState } from "./oneDashboard";
|
|
71
|
+
export type OneDashboard = import("./oneDashboard").OneDashboard;
|
|
72
|
+
export declare const OneDashboard: typeof import("./oneDashboard").OneDashboard;
|
|
73
|
+
export { OneDashboardJsonArgs, OneDashboardJsonState } from "./oneDashboardJson";
|
|
74
|
+
export type OneDashboardJson = import("./oneDashboardJson").OneDashboardJson;
|
|
75
|
+
export declare const OneDashboardJson: typeof import("./oneDashboardJson").OneDashboardJson;
|
|
76
|
+
export { OneDashboardRawArgs, OneDashboardRawState } from "./oneDashboardRaw";
|
|
77
|
+
export type OneDashboardRaw = import("./oneDashboardRaw").OneDashboardRaw;
|
|
78
|
+
export declare const OneDashboardRaw: typeof import("./oneDashboardRaw").OneDashboardRaw;
|
|
79
|
+
export { ProviderArgs } from "./provider";
|
|
80
|
+
export type Provider = import("./provider").Provider;
|
|
81
|
+
export declare const Provider: typeof import("./provider").Provider;
|
|
82
|
+
export { ServiceLevelArgs, ServiceLevelState } from "./serviceLevel";
|
|
83
|
+
export type ServiceLevel = import("./serviceLevel").ServiceLevel;
|
|
84
|
+
export declare const ServiceLevel: typeof import("./serviceLevel").ServiceLevel;
|
|
85
|
+
export { WorkflowArgs, WorkflowState } from "./workflow";
|
|
86
|
+
export type Workflow = import("./workflow").Workflow;
|
|
87
|
+
export declare const Workflow: typeof import("./workflow").Workflow;
|
|
27
88
|
import * as cloud from "./cloud";
|
|
28
89
|
import * as config from "./config";
|
|
29
90
|
import * as insights from "./insights";
|