@cdktn/provider-newrelic 14.0.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/.jsii +198156 -0
- package/LICENSE +355 -0
- package/README.md +94 -0
- package/lib/account-management/index.d.ts +122 -0
- package/lib/account-management/index.js +293 -0
- package/lib/alert-channel/index.d.ts +351 -0
- package/lib/alert-channel/index.js +769 -0
- package/lib/alert-compound-condition/index.d.ts +233 -0
- package/lib/alert-compound-condition/index.js +506 -0
- package/lib/alert-condition/index.d.ts +271 -0
- package/lib/alert-condition/index.js +558 -0
- package/lib/alert-muting-rule/index.d.ts +309 -0
- package/lib/alert-muting-rule/index.js +714 -0
- package/lib/alert-policy/index.d.ts +91 -0
- package/lib/alert-policy/index.js +174 -0
- package/lib/alert-policy-channel/index.d.ts +114 -0
- package/lib/alert-policy-channel/index.js +258 -0
- package/lib/api-access-key/index.d.ts +102 -0
- package/lib/api-access-key/index.js +220 -0
- package/lib/application-settings/index.d.ts +414 -0
- package/lib/application-settings/index.js +944 -0
- package/lib/browser-application/index.d.ts +149 -0
- package/lib/browser-application/index.js +341 -0
- package/lib/cloud-aws-eu-sovereign-integrations/index.d.ts +199 -0
- package/lib/cloud-aws-eu-sovereign-integrations/index.js +481 -0
- package/lib/cloud-aws-eu-sovereign-link-account/index.d.ts +90 -0
- package/lib/cloud-aws-eu-sovereign-link-account/index.js +171 -0
- package/lib/cloud-aws-govcloud-integrations/index.d.ts +1523 -0
- package/lib/cloud-aws-govcloud-integrations/index.js +3776 -0
- package/lib/cloud-aws-govcloud-link-account/index.d.ts +90 -0
- package/lib/cloud-aws-govcloud-link-account/index.js +171 -0
- package/lib/cloud-aws-integrations/index.d.ts +3345 -0
- package/lib/cloud-aws-integrations/index.js +8599 -0
- package/lib/cloud-aws-link-account/index.d.ts +90 -0
- package/lib/cloud-aws-link-account/index.js +171 -0
- package/lib/cloud-azure-integrations/index.d.ts +1666 -0
- package/lib/cloud-azure-integrations/index.js +4361 -0
- package/lib/cloud-azure-link-account/index.d.ts +109 -0
- package/lib/cloud-azure-link-account/index.js +204 -0
- package/lib/cloud-gcp-integrations/index.d.ts +1049 -0
- package/lib/cloud-gcp-integrations/index.js +2810 -0
- package/lib/cloud-gcp-link-account/index.d.ts +79 -0
- package/lib/cloud-gcp-link-account/index.js +150 -0
- package/lib/cloud-oci-link-account/index.d.ts +195 -0
- package/lib/cloud-oci-link-account/index.js +366 -0
- package/lib/data-newrelic-account/index.d.ts +82 -0
- package/lib/data-newrelic-account/index.js +160 -0
- package/lib/data-newrelic-alert-channel/index.d.ts +126 -0
- package/lib/data-newrelic-alert-channel/index.js +298 -0
- package/lib/data-newrelic-alert-policy/index.d.ts +82 -0
- package/lib/data-newrelic-alert-policy/index.js +161 -0
- package/lib/data-newrelic-application/index.d.ts +60 -0
- package/lib/data-newrelic-application/index.js +122 -0
- package/lib/data-newrelic-authentication-domain/index.d.ts +47 -0
- package/lib/data-newrelic-authentication-domain/index.js +97 -0
- package/lib/data-newrelic-cloud-account/index.d.ts +79 -0
- package/lib/data-newrelic-cloud-account/index.js +150 -0
- package/lib/data-newrelic-entity/index.d.ts +189 -0
- package/lib/data-newrelic-entity/index.js +401 -0
- package/lib/data-newrelic-group/index.d.ts +58 -0
- package/lib/data-newrelic-group/index.js +116 -0
- package/lib/data-newrelic-key-transaction/index.d.ts +82 -0
- package/lib/data-newrelic-key-transaction/index.js +161 -0
- package/lib/data-newrelic-notification-destination/index.d.ts +165 -0
- package/lib/data-newrelic-notification-destination/index.js +372 -0
- package/lib/data-newrelic-obfuscation-expression/index.d.ts +69 -0
- package/lib/data-newrelic-obfuscation-expression/index.js +132 -0
- package/lib/data-newrelic-service-level-alert-helper/index.d.ts +111 -0
- package/lib/data-newrelic-service-level-alert-helper/index.js +244 -0
- package/lib/data-newrelic-synthetics-private-location/index.d.ts +80 -0
- package/lib/data-newrelic-synthetics-private-location/index.js +153 -0
- package/lib/data-newrelic-synthetics-secure-credential/index.d.ts +71 -0
- package/lib/data-newrelic-synthetics-secure-credential/index.js +140 -0
- package/lib/data-newrelic-test-grok-pattern/index.d.ts +149 -0
- package/lib/data-newrelic-test-grok-pattern/index.js +318 -0
- package/lib/data-newrelic-user/index.d.ts +69 -0
- package/lib/data-newrelic-user/index.js +136 -0
- package/lib/data-partition-rule/index.d.ts +146 -0
- package/lib/data-partition-rule/index.js +319 -0
- package/lib/entity-tags/index.d.ts +156 -0
- package/lib/entity-tags/index.js +368 -0
- package/lib/events-to-metrics-rule/index.d.ts +102 -0
- package/lib/events-to-metrics-rule/index.js +196 -0
- package/lib/group/index.d.ts +79 -0
- package/lib/group/index.js +150 -0
- package/lib/index.d.ts +74 -0
- package/lib/index.js +80 -0
- package/lib/infra-alert-condition/index.d.ts +293 -0
- package/lib/infra-alert-condition/index.js +665 -0
- package/lib/insights-event/index.d.ts +186 -0
- package/lib/insights-event/index.js +425 -0
- package/lib/key-transaction/index.d.ts +100 -0
- package/lib/key-transaction/index.js +191 -0
- package/lib/lazy-index.d.ts +4 -0
- package/lib/lazy-index.js +77 -0
- package/lib/log-parsing-rule/index.d.ts +132 -0
- package/lib/log-parsing-rule/index.js +250 -0
- package/lib/monitor-downtime/index.d.ts +259 -0
- package/lib/monitor-downtime/index.js +594 -0
- package/lib/notification-channel/index.d.ts +240 -0
- package/lib/notification-channel/index.js +546 -0
- package/lib/notification-destination/index.d.ts +406 -0
- package/lib/notification-destination/index.js +1030 -0
- package/lib/nrql-alert-condition/index.d.ts +976 -0
- package/lib/nrql-alert-condition/index.js +2320 -0
- package/lib/nrql-drop-rule/index.d.ts +127 -0
- package/lib/nrql-drop-rule/index.js +287 -0
- package/lib/obfuscation-expression/index.d.ts +90 -0
- package/lib/obfuscation-expression/index.js +171 -0
- package/lib/obfuscation-rule/index.d.ts +173 -0
- package/lib/obfuscation-rule/index.js +361 -0
- package/lib/one-dashboard/index-structs/index.d.ts +6 -0
- package/lib/one-dashboard/index-structs/index.js +23 -0
- package/lib/one-dashboard/index-structs/structs0.d.ts +7000 -0
- package/lib/one-dashboard/index-structs/structs0.js +17966 -0
- package/lib/one-dashboard/index-structs/structs400.d.ts +3703 -0
- package/lib/one-dashboard/index-structs/structs400.js +9484 -0
- package/lib/one-dashboard/index.d.ts +116 -0
- package/lib/one-dashboard/index.js +246 -0
- package/lib/one-dashboard-json/index.d.ts +116 -0
- package/lib/one-dashboard-json/index.js +278 -0
- package/lib/one-dashboard-raw/index.d.ts +278 -0
- package/lib/one-dashboard-raw/index.js +646 -0
- package/lib/pipeline-cloud-rule/index.d.ts +90 -0
- package/lib/pipeline-cloud-rule/index.js +171 -0
- package/lib/provider/index.d.ts +164 -0
- package/lib/provider/index.js +354 -0
- package/lib/service-level/index.d.ts +505 -0
- package/lib/service-level/index.js +1429 -0
- package/lib/synthetics-alert-condition/index.d.ts +101 -0
- package/lib/synthetics-alert-condition/index.js +193 -0
- package/lib/synthetics-broken-links-monitor/index.d.ts +221 -0
- package/lib/synthetics-broken-links-monitor/index.js +455 -0
- package/lib/synthetics-cert-check-monitor/index.d.ts +226 -0
- package/lib/synthetics-cert-check-monitor/index.js +469 -0
- package/lib/synthetics-monitor/index.d.ts +408 -0
- package/lib/synthetics-monitor/index.js +843 -0
- package/lib/synthetics-multilocation-alert-condition/index.d.ts +181 -0
- package/lib/synthetics-multilocation-alert-condition/index.js +403 -0
- package/lib/synthetics-private-location/index.d.ts +94 -0
- package/lib/synthetics-private-location/index.js +187 -0
- package/lib/synthetics-script-monitor/index.d.ts +352 -0
- package/lib/synthetics-script-monitor/index.js +736 -0
- package/lib/synthetics-secure-credential/index.d.ts +136 -0
- package/lib/synthetics-secure-credential/index.js +300 -0
- package/lib/synthetics-step-monitor/index.d.ts +372 -0
- package/lib/synthetics-step-monitor/index.js +809 -0
- package/lib/user/index.d.ts +89 -0
- package/lib/user/index.js +168 -0
- package/lib/workflow/index.d.ts +445 -0
- package/lib/workflow/index.js +1058 -0
- package/lib/workload/index.d.ts +518 -0
- package/lib/workload/index.js +1279 -0
- package/package.json +155 -0
package/package.json
ADDED
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@cdktn/provider-newrelic",
|
|
3
|
+
"description": "Prebuilt newrelic Provider for CDK Terrain (cdktn)",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "https://github.com/cdktn-io/cdktn-provider-newrelic.git"
|
|
7
|
+
},
|
|
8
|
+
"scripts": {
|
|
9
|
+
"build": "npx projen build",
|
|
10
|
+
"bump": "npx projen bump",
|
|
11
|
+
"check-if-new-provider-version": "npx projen check-if-new-provider-version",
|
|
12
|
+
"clobber": "npx projen clobber",
|
|
13
|
+
"compat": "npx projen compat",
|
|
14
|
+
"compile": "jsii --silence-warnings=reserved-word",
|
|
15
|
+
"default": "npx projen default",
|
|
16
|
+
"docgen": "npx projen docgen",
|
|
17
|
+
"eject": "npx projen eject",
|
|
18
|
+
"fetch": "npx projen fetch",
|
|
19
|
+
"package": "npx projen package",
|
|
20
|
+
"package-all": "npx projen package-all",
|
|
21
|
+
"package:go": "npx projen package:go",
|
|
22
|
+
"package:js": "npx projen package:js",
|
|
23
|
+
"package:python": "npx projen package:python",
|
|
24
|
+
"post-compile": "npx projen post-compile",
|
|
25
|
+
"post-upgrade": "npx projen post-upgrade",
|
|
26
|
+
"pre-compile": "npx projen pre-compile",
|
|
27
|
+
"release": "npx projen release",
|
|
28
|
+
"test": "jest --passWithNoTests",
|
|
29
|
+
"unbump": "npx projen unbump",
|
|
30
|
+
"unconditional-bump": "npx projen unconditional-bump",
|
|
31
|
+
"unconditional-release": "npx projen unconditional-release",
|
|
32
|
+
"upgrade": "npx projen upgrade",
|
|
33
|
+
"validate-workflows": "npx projen validate-workflows",
|
|
34
|
+
"watch": "npx projen watch",
|
|
35
|
+
"projen": "npx projen",
|
|
36
|
+
"commit": "git add -A && git commit -am \"Update provider\" || echo \"No changes to commit\"",
|
|
37
|
+
"should-release": "! git diff --exit-code v$(cat version.json | jq -r '.version') ./src ./package.json",
|
|
38
|
+
"prebump": "yarn fetch && yarn compile && yarn run commit && yarn run should-release",
|
|
39
|
+
"build-provider": "yarn fetch && yarn compile && yarn docgen"
|
|
40
|
+
},
|
|
41
|
+
"author": {
|
|
42
|
+
"name": "CDK Terrain Maintainers",
|
|
43
|
+
"url": "https://cdktn.io",
|
|
44
|
+
"organization": true
|
|
45
|
+
},
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"@action-validator/cli": "^0.6.0",
|
|
48
|
+
"@action-validator/core": "^0.6.0",
|
|
49
|
+
"@actions/core": "^1.1.0",
|
|
50
|
+
"@cdktn/provider-project": "^0.7.0",
|
|
51
|
+
"@types/node": "^20",
|
|
52
|
+
"cdktn": "^0.22.0",
|
|
53
|
+
"cdktn-cli": "^0.22.0",
|
|
54
|
+
"commit-and-tag-version": "^12",
|
|
55
|
+
"constructs": "^10.4.2",
|
|
56
|
+
"dot-prop": "^5.2.0",
|
|
57
|
+
"jsii": "~5.8.0",
|
|
58
|
+
"jsii-diff": "^1.119.0",
|
|
59
|
+
"jsii-docgen": "^10.2.3",
|
|
60
|
+
"jsii-pacmak": "^1.119.0",
|
|
61
|
+
"jsii-rosetta": "~5.8.0",
|
|
62
|
+
"projen": "^0.98.11",
|
|
63
|
+
"semver": "^7.5.3",
|
|
64
|
+
"typescript": "~5.8.0"
|
|
65
|
+
},
|
|
66
|
+
"peerDependencies": {
|
|
67
|
+
"cdktn": "^0.22.0",
|
|
68
|
+
"constructs": "^10.4.2"
|
|
69
|
+
},
|
|
70
|
+
"resolutions": {
|
|
71
|
+
"@types/yargs": "17.0.13"
|
|
72
|
+
},
|
|
73
|
+
"keywords": [
|
|
74
|
+
"cdk",
|
|
75
|
+
"cdk-terrain",
|
|
76
|
+
"cdktf",
|
|
77
|
+
"cdktn",
|
|
78
|
+
"newrelic",
|
|
79
|
+
"opentofu",
|
|
80
|
+
"provider",
|
|
81
|
+
"terraform"
|
|
82
|
+
],
|
|
83
|
+
"engines": {
|
|
84
|
+
"node": ">= 20.16.0"
|
|
85
|
+
},
|
|
86
|
+
"main": "lib/index.js",
|
|
87
|
+
"license": "MPL-2.0",
|
|
88
|
+
"publishConfig": {
|
|
89
|
+
"access": "public"
|
|
90
|
+
},
|
|
91
|
+
"version": "14.0.0",
|
|
92
|
+
"types": "lib/index.d.ts",
|
|
93
|
+
"stability": "stable",
|
|
94
|
+
"jsii": {
|
|
95
|
+
"outdir": "dist",
|
|
96
|
+
"targets": {
|
|
97
|
+
"python": {
|
|
98
|
+
"distName": "cdktn-provider-newrelic",
|
|
99
|
+
"module": "cdktn_provider_newrelic"
|
|
100
|
+
},
|
|
101
|
+
"go": {
|
|
102
|
+
"moduleName": "github.com/cdktn-io/cdktn-provider-newrelic-go",
|
|
103
|
+
"packageName": "newrelic"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"tsc": {
|
|
107
|
+
"outDir": "lib",
|
|
108
|
+
"rootDir": "src"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"standard-version": {
|
|
112
|
+
"types": [
|
|
113
|
+
{
|
|
114
|
+
"type": "feat",
|
|
115
|
+
"section": "Features"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"type": "fix",
|
|
119
|
+
"section": "Bug Fixes"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"type": "chore",
|
|
123
|
+
"section": "Updates"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"type": "docs",
|
|
127
|
+
"hidden": true
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"type": "style",
|
|
131
|
+
"hidden": true
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"type": "refactor",
|
|
135
|
+
"hidden": true
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"type": "perf",
|
|
139
|
+
"hidden": true
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"type": "test",
|
|
143
|
+
"hidden": true
|
|
144
|
+
}
|
|
145
|
+
]
|
|
146
|
+
},
|
|
147
|
+
"cdktn": {
|
|
148
|
+
"isDeprecated": false,
|
|
149
|
+
"provider": {
|
|
150
|
+
"name": "registry.terraform.io/newrelic/newrelic",
|
|
151
|
+
"version": "3.80.2"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
|
|
155
|
+
}
|