@pulumi/newrelic 4.7.0 → 4.9.0-alpha.1640022860
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/nrqlDropRule.d.ts +3 -3
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/serviceLevel.d.ts +1 -4
- package/serviceLevel.js +1 -4
- package/serviceLevel.js.map +1 -1
- package/synthetics/multiLocationAlertCondition.d.ts +3 -6
- package/synthetics/multiLocationAlertCondition.js.map +1 -1
- package/types/input.d.ts +2 -1
- package/types/output.d.ts +2 -1
package/nrqlDropRule.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ export declare class NrqlDropRule extends pulumi.CustomResource {
|
|
|
31
31
|
*/
|
|
32
32
|
readonly accountId: pulumi.Output<number>;
|
|
33
33
|
/**
|
|
34
|
-
* An action type specifying how to apply the NRQL string (either `dropData` or `
|
|
34
|
+
* An action type specifying how to apply the NRQL string (either `dropData`, `dropAttributes`, or ` dropAttributesFromMetricAggregates`).
|
|
35
35
|
*/
|
|
36
36
|
readonly action: pulumi.Output<string>;
|
|
37
37
|
/**
|
|
@@ -64,7 +64,7 @@ export interface NrqlDropRuleState {
|
|
|
64
64
|
*/
|
|
65
65
|
accountId?: pulumi.Input<number>;
|
|
66
66
|
/**
|
|
67
|
-
* An action type specifying how to apply the NRQL string (either `dropData` or `
|
|
67
|
+
* An action type specifying how to apply the NRQL string (either `dropData`, `dropAttributes`, or ` dropAttributesFromMetricAggregates`).
|
|
68
68
|
*/
|
|
69
69
|
action?: pulumi.Input<string>;
|
|
70
70
|
/**
|
|
@@ -89,7 +89,7 @@ export interface NrqlDropRuleArgs {
|
|
|
89
89
|
*/
|
|
90
90
|
accountId?: pulumi.Input<number>;
|
|
91
91
|
/**
|
|
92
|
-
* An action type specifying how to apply the NRQL string (either `dropData` or `
|
|
92
|
+
* An action type specifying how to apply the NRQL string (either `dropData`, `dropAttributes`, or ` dropAttributesFromMetricAggregates`).
|
|
93
93
|
*/
|
|
94
94
|
action: pulumi.Input<string>;
|
|
95
95
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/newrelic",
|
|
3
|
-
"version": "v4.
|
|
3
|
+
"version": "v4.9.0-alpha.1640022860+2fc2baba",
|
|
4
4
|
"description": "A Pulumi package for creating and managing New Relic 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 newrelic v4.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource newrelic v4.9.0-alpha.1640022860+2fc2baba"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/package.json.dev
CHANGED
package/serviceLevel.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs, output as outputs } from "./types";
|
|
3
3
|
/**
|
|
4
|
-
* > **New Relic Service Level Management is in preview**
|
|
5
|
-
* Please contact your account team or fill in this [form](https://forms.gle/v1y3PDJ2P6sSfviC7) if you'd like to enroll your account.
|
|
4
|
+
* > **New Relic Service Level Management is in preview. [Read more](https://docs.newrelic.com/docs/service-level-management/intro-slm)**
|
|
6
5
|
*
|
|
7
6
|
* Use this resource to create, update, and delete New Relic Service Level Indicators and Objectives.
|
|
8
7
|
*
|
|
@@ -35,8 +34,6 @@ import { input as inputs, output as outputs } from "./types";
|
|
|
35
34
|
* },
|
|
36
35
|
* guid: "MXxBUE18QVBQTElDQVRJT058MQ",
|
|
37
36
|
* objectives: [{
|
|
38
|
-
* description: "A realistic objective.",
|
|
39
|
-
* name: "Realistic",
|
|
40
37
|
* target: 99,
|
|
41
38
|
* timeWindow: {
|
|
42
39
|
* rolling: {
|
package/serviceLevel.js
CHANGED
|
@@ -6,8 +6,7 @@ exports.ServiceLevel = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **New Relic Service Level Management is in preview**
|
|
10
|
-
* Please contact your account team or fill in this [form](https://forms.gle/v1y3PDJ2P6sSfviC7) if you'd like to enroll your account.
|
|
9
|
+
* > **New Relic Service Level Management is in preview. [Read more](https://docs.newrelic.com/docs/service-level-management/intro-slm)**
|
|
11
10
|
*
|
|
12
11
|
* Use this resource to create, update, and delete New Relic Service Level Indicators and Objectives.
|
|
13
12
|
*
|
|
@@ -40,8 +39,6 @@ const utilities = require("./utilities");
|
|
|
40
39
|
* },
|
|
41
40
|
* guid: "MXxBUE18QVBQTElDQVRJT058MQ",
|
|
42
41
|
* objectives: [{
|
|
43
|
-
* description: "A realistic objective.",
|
|
44
|
-
* name: "Realistic",
|
|
45
42
|
* target: 99,
|
|
46
43
|
* timeWindow: {
|
|
47
44
|
* rolling: {
|
package/serviceLevel.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"serviceLevel.js","sourceRoot":"","sources":["../serviceLevel.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"serviceLevel.js","sourceRoot":"","sources":["../serviceLevel.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsDG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IA+DnD,YAAY,IAAY,EAAE,WAAkD,EAAE,IAAmC;QAC7G,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA4C,CAAC;YAC3D,MAAM,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,MAAM,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,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,WAA2C,CAAC;YACzD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,MAAM,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,MAAM,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAClD,MAAM,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9C,MAAM,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9C,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACvC;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,YAAY,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACzD,CAAC;IA5FD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;;AA1BL,oCA8FC;AAhFG,gBAAgB;AACO,yBAAY,GAAG,0CAA0C,CAAC"}
|
|
@@ -56,8 +56,7 @@ export declare class MultiLocationAlertCondition extends pulumi.CustomResource {
|
|
|
56
56
|
*/
|
|
57
57
|
readonly runbookUrl: pulumi.Output<string | undefined>;
|
|
58
58
|
/**
|
|
59
|
-
* The maximum number of seconds a violation can remain open before being closed by the system. Must be one of: 0, 3600,
|
|
60
|
-
* 7200, 14400, 28800, 43200, 86400
|
|
59
|
+
* The maximum number of seconds a violation can remain open before being closed by the system. Must be one of: 0, 3600, 7200, 14400, 28800, 43200, 86400.
|
|
61
60
|
*/
|
|
62
61
|
readonly violationTimeLimitSeconds: pulumi.Output<number>;
|
|
63
62
|
/**
|
|
@@ -102,8 +101,7 @@ export interface MultiLocationAlertConditionState {
|
|
|
102
101
|
*/
|
|
103
102
|
runbookUrl?: pulumi.Input<string>;
|
|
104
103
|
/**
|
|
105
|
-
* The maximum number of seconds a violation can remain open before being closed by the system. Must be one of: 0, 3600,
|
|
106
|
-
* 7200, 14400, 28800, 43200, 86400
|
|
104
|
+
* The maximum number of seconds a violation can remain open before being closed by the system. Must be one of: 0, 3600, 7200, 14400, 28800, 43200, 86400.
|
|
107
105
|
*/
|
|
108
106
|
violationTimeLimitSeconds?: pulumi.Input<number>;
|
|
109
107
|
/**
|
|
@@ -140,8 +138,7 @@ export interface MultiLocationAlertConditionArgs {
|
|
|
140
138
|
*/
|
|
141
139
|
runbookUrl?: pulumi.Input<string>;
|
|
142
140
|
/**
|
|
143
|
-
* The maximum number of seconds a violation can remain open before being closed by the system. Must be one of: 0, 3600,
|
|
144
|
-
* 7200, 14400, 28800, 43200, 86400
|
|
141
|
+
* The maximum number of seconds a violation can remain open before being closed by the system. Must be one of: 0, 3600, 7200, 14400, 28800, 43200, 86400.
|
|
145
142
|
*/
|
|
146
143
|
violationTimeLimitSeconds: pulumi.Input<number>;
|
|
147
144
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multiLocationAlertCondition.js","sourceRoot":"","sources":["../../synthetics/multiLocationAlertCondition.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,MAAa,2BAA4B,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"multiLocationAlertCondition.js","sourceRoot":"","sources":["../../synthetics/multiLocationAlertCondition.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -111,7 +111,7 @@ export interface AlertMutingRuleCondition {
|
|
|
111
111
|
}
|
|
112
112
|
export interface AlertMutingRuleConditionCondition {
|
|
113
113
|
/**
|
|
114
|
-
* The attribute on a violation.
|
|
114
|
+
* The attribute on a violation. Valid values are `accountId`, `conditionId`, `conditionName`, `conditionRunbookUrl`, `conditionType`, `entity.guid`, `nrqlEventType`, `nrqlQuery`, `policyId`, `policyName`, `product`, `tags.<NAME>`, `targetId`, `targetName`
|
|
115
115
|
*/
|
|
116
116
|
attribute: pulumi.Input<string>;
|
|
117
117
|
/**
|
|
@@ -1105,6 +1105,7 @@ export declare namespace synthetics {
|
|
|
1105
1105
|
* The monitor script location name.
|
|
1106
1106
|
*/
|
|
1107
1107
|
name: pulumi.Input<string>;
|
|
1108
|
+
vsePassword?: pulumi.Input<string>;
|
|
1108
1109
|
}
|
|
1109
1110
|
interface MultiLocationAlertConditionCritical {
|
|
1110
1111
|
threshold: pulumi.Input<number>;
|
package/types/output.d.ts
CHANGED
|
@@ -110,7 +110,7 @@ export interface AlertMutingRuleCondition {
|
|
|
110
110
|
}
|
|
111
111
|
export interface AlertMutingRuleConditionCondition {
|
|
112
112
|
/**
|
|
113
|
-
* The attribute on a violation.
|
|
113
|
+
* The attribute on a violation. Valid values are `accountId`, `conditionId`, `conditionName`, `conditionRunbookUrl`, `conditionType`, `entity.guid`, `nrqlEventType`, `nrqlQuery`, `policyId`, `policyName`, `product`, `tags.<NAME>`, `targetId`, `targetName`
|
|
114
114
|
*/
|
|
115
115
|
attribute: string;
|
|
116
116
|
/**
|
|
@@ -1125,6 +1125,7 @@ export declare namespace synthetics {
|
|
|
1125
1125
|
* The monitor script location name.
|
|
1126
1126
|
*/
|
|
1127
1127
|
name: string;
|
|
1128
|
+
vsePassword?: string;
|
|
1128
1129
|
}
|
|
1129
1130
|
interface MultiLocationAlertConditionCritical {
|
|
1130
1131
|
threshold: number;
|