@cdktf-providers/newrelic 3.75.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.
Files changed (147) hide show
  1. package/LICENSE +355 -0
  2. package/README.md +19 -0
  3. package/dist/account-management/index.d.ts +64 -0
  4. package/dist/account-management/index.js +131 -0
  5. package/dist/alert-channel/index.d.ts +347 -0
  6. package/dist/alert-channel/index.js +810 -0
  7. package/dist/alert-condition/index.d.ts +267 -0
  8. package/dist/alert-condition/index.js +587 -0
  9. package/dist/alert-muting-rule/index.d.ts +305 -0
  10. package/dist/alert-muting-rule/index.js +731 -0
  11. package/dist/alert-policy/index.d.ts +87 -0
  12. package/dist/alert-policy/index.js +180 -0
  13. package/dist/alert-policy-channel/index.d.ts +110 -0
  14. package/dist/alert-policy-channel/index.js +260 -0
  15. package/dist/api-access-key/index.d.ts +98 -0
  16. package/dist/api-access-key/index.js +230 -0
  17. package/dist/application-settings/index.d.ts +410 -0
  18. package/dist/application-settings/index.js +966 -0
  19. package/dist/browser-application/index.d.ts +101 -0
  20. package/dist/browser-application/index.js +215 -0
  21. package/dist/cloud-aws-govcloud-integrations/index.d.ts +1519 -0
  22. package/dist/cloud-aws-govcloud-integrations/index.js +3846 -0
  23. package/dist/cloud-aws-govcloud-link-account/index.d.ts +86 -0
  24. package/dist/cloud-aws-govcloud-link-account/index.js +177 -0
  25. package/dist/cloud-aws-integrations/index.d.ts +3294 -0
  26. package/dist/cloud-aws-integrations/index.js +8554 -0
  27. package/dist/cloud-aws-link-account/index.d.ts +86 -0
  28. package/dist/cloud-aws-link-account/index.js +177 -0
  29. package/dist/cloud-azure-integrations/index.d.ts +1662 -0
  30. package/dist/cloud-azure-integrations/index.js +4338 -0
  31. package/dist/cloud-azure-link-account/index.d.ts +105 -0
  32. package/dist/cloud-azure-link-account/index.js +214 -0
  33. package/dist/cloud-gcp-integrations/index.d.ts +1045 -0
  34. package/dist/cloud-gcp-integrations/index.js +2742 -0
  35. package/dist/cloud-gcp-link-account/index.d.ts +75 -0
  36. package/dist/cloud-gcp-link-account/index.js +154 -0
  37. package/dist/cloud-oci-link-account/index.d.ts +191 -0
  38. package/dist/cloud-oci-link-account/index.js +392 -0
  39. package/dist/data-newrelic-account/index.d.ts +77 -0
  40. package/dist/data-newrelic-account/index.js +160 -0
  41. package/dist/data-newrelic-alert-channel/index.d.ts +122 -0
  42. package/dist/data-newrelic-alert-channel/index.js +295 -0
  43. package/dist/data-newrelic-alert-policy/index.d.ts +78 -0
  44. package/dist/data-newrelic-alert-policy/index.js +165 -0
  45. package/dist/data-newrelic-application/index.d.ts +56 -0
  46. package/dist/data-newrelic-application/index.js +119 -0
  47. package/dist/data-newrelic-authentication-domain/index.d.ts +43 -0
  48. package/dist/data-newrelic-authentication-domain/index.js +92 -0
  49. package/dist/data-newrelic-cloud-account/index.d.ts +75 -0
  50. package/dist/data-newrelic-cloud-account/index.js +154 -0
  51. package/dist/data-newrelic-entity/index.d.ts +185 -0
  52. package/dist/data-newrelic-entity/index.js +414 -0
  53. package/dist/data-newrelic-group/index.d.ts +54 -0
  54. package/dist/data-newrelic-group/index.js +116 -0
  55. package/dist/data-newrelic-key-transaction/index.d.ts +78 -0
  56. package/dist/data-newrelic-key-transaction/index.js +165 -0
  57. package/dist/data-newrelic-notification-destination/index.d.ts +161 -0
  58. package/dist/data-newrelic-notification-destination/index.js +368 -0
  59. package/dist/data-newrelic-obfuscation-expression/index.d.ts +65 -0
  60. package/dist/data-newrelic-obfuscation-expression/index.js +134 -0
  61. package/dist/data-newrelic-service-level-alert-helper/index.d.ts +107 -0
  62. package/dist/data-newrelic-service-level-alert-helper/index.js +256 -0
  63. package/dist/data-newrelic-synthetics-private-location/index.d.ts +76 -0
  64. package/dist/data-newrelic-synthetics-private-location/index.js +157 -0
  65. package/dist/data-newrelic-synthetics-secure-credential/index.d.ts +67 -0
  66. package/dist/data-newrelic-synthetics-secure-credential/index.js +142 -0
  67. package/dist/data-newrelic-test-grok-pattern/index.d.ts +145 -0
  68. package/dist/data-newrelic-test-grok-pattern/index.js +312 -0
  69. package/dist/data-newrelic-user/index.d.ts +65 -0
  70. package/dist/data-newrelic-user/index.js +138 -0
  71. package/dist/data-partition-rule/index.d.ts +142 -0
  72. package/dist/data-partition-rule/index.js +327 -0
  73. package/dist/entity-tags/index.d.ts +152 -0
  74. package/dist/entity-tags/index.js +367 -0
  75. package/dist/events-to-metrics-rule/index.d.ts +98 -0
  76. package/dist/events-to-metrics-rule/index.js +204 -0
  77. package/dist/group/index.d.ts +75 -0
  78. package/dist/group/index.js +154 -0
  79. package/dist/index.d.ts +67 -0
  80. package/dist/index.js +68 -0
  81. package/dist/infra-alert-condition/index.d.ts +289 -0
  82. package/dist/infra-alert-condition/index.js +691 -0
  83. package/dist/insights-event/index.d.ts +182 -0
  84. package/dist/insights-event/index.js +427 -0
  85. package/dist/key-transaction/index.d.ts +96 -0
  86. package/dist/key-transaction/index.js +199 -0
  87. package/dist/lazy-index.d.ts +0 -0
  88. package/dist/lazy-index.js +68 -0
  89. package/dist/log-parsing-rule/index.d.ts +128 -0
  90. package/dist/log-parsing-rule/index.js +264 -0
  91. package/dist/monitor-downtime/index.d.ts +255 -0
  92. package/dist/monitor-downtime/index.js +603 -0
  93. package/dist/notification-channel/index.d.ts +236 -0
  94. package/dist/notification-channel/index.js +561 -0
  95. package/dist/notification-destination/index.d.ts +402 -0
  96. package/dist/notification-destination/index.js +1039 -0
  97. package/dist/nrql-alert-condition/index.d.ts +892 -0
  98. package/dist/nrql-alert-condition/index.js +2177 -0
  99. package/dist/nrql-drop-rule/index.d.ts +123 -0
  100. package/dist/nrql-drop-rule/index.js +291 -0
  101. package/dist/obfuscation-expression/index.d.ts +86 -0
  102. package/dist/obfuscation-expression/index.js +177 -0
  103. package/dist/obfuscation-rule/index.d.ts +169 -0
  104. package/dist/obfuscation-rule/index.js +372 -0
  105. package/dist/one-dashboard/index-structs/index.d.ts +2 -0
  106. package/dist/one-dashboard/index-structs/index.js +2 -0
  107. package/dist/one-dashboard/index-structs/structs0.d.ts +6996 -0
  108. package/dist/one-dashboard/index-structs/structs0.js +18191 -0
  109. package/dist/one-dashboard/index-structs/structs400.d.ts +3699 -0
  110. package/dist/one-dashboard/index-structs/structs400.js +9611 -0
  111. package/dist/one-dashboard/index.d.ts +112 -0
  112. package/dist/one-dashboard/index.js +232 -0
  113. package/dist/one-dashboard-json/index.d.ts +112 -0
  114. package/dist/one-dashboard-json/index.js +280 -0
  115. package/dist/one-dashboard-raw/index.d.ts +274 -0
  116. package/dist/one-dashboard-raw/index.js +666 -0
  117. package/dist/pipeline-cloud-rule/index.d.ts +86 -0
  118. package/dist/pipeline-cloud-rule/index.js +177 -0
  119. package/dist/provider/index.d.ts +160 -0
  120. package/dist/provider/index.js +378 -0
  121. package/dist/service-level/index.d.ts +501 -0
  122. package/dist/service-level/index.js +1425 -0
  123. package/dist/synthetics-alert-condition/index.d.ts +97 -0
  124. package/dist/synthetics-alert-condition/index.js +201 -0
  125. package/dist/synthetics-broken-links-monitor/index.d.ts +217 -0
  126. package/dist/synthetics-broken-links-monitor/index.js +474 -0
  127. package/dist/synthetics-cert-check-monitor/index.d.ts +222 -0
  128. package/dist/synthetics-cert-check-monitor/index.js +490 -0
  129. package/dist/synthetics-monitor/index.d.ts +404 -0
  130. package/dist/synthetics-monitor/index.js +885 -0
  131. package/dist/synthetics-multilocation-alert-condition/index.d.ts +177 -0
  132. package/dist/synthetics-multilocation-alert-condition/index.js +407 -0
  133. package/dist/synthetics-private-location/index.d.ts +90 -0
  134. package/dist/synthetics-private-location/index.js +193 -0
  135. package/dist/synthetics-script-monitor/index.d.ts +348 -0
  136. package/dist/synthetics-script-monitor/index.js +768 -0
  137. package/dist/synthetics-secure-credential/index.d.ts +132 -0
  138. package/dist/synthetics-secure-credential/index.js +306 -0
  139. package/dist/synthetics-step-monitor/index.d.ts +368 -0
  140. package/dist/synthetics-step-monitor/index.js +834 -0
  141. package/dist/user/index.d.ts +85 -0
  142. package/dist/user/index.js +174 -0
  143. package/dist/workflow/index.d.ts +441 -0
  144. package/dist/workflow/index.js +1066 -0
  145. package/dist/workload/index.d.ts +514 -0
  146. package/dist/workload/index.js +1283 -0
  147. package/package.json +50 -0
@@ -0,0 +1,97 @@
1
+ import { Construct } from 'constructs';
2
+ import * as cdktf from 'cdktf';
3
+ export interface SyntheticsAlertConditionConfig extends cdktf.TerraformMetaArguments {
4
+ /**
5
+ * Set whether to enable the alert condition. Defaults to true.
6
+ *
7
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_alert_condition#enabled SyntheticsAlertCondition#enabled}
8
+ */
9
+ readonly enabled?: boolean | cdktf.IResolvable;
10
+ /**
11
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_alert_condition#id SyntheticsAlertCondition#id}
12
+ *
13
+ * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
14
+ * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
15
+ */
16
+ readonly id?: string;
17
+ /**
18
+ * The ID of the Synthetics monitor to be referenced in the alert condition.
19
+ *
20
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_alert_condition#monitor_id SyntheticsAlertCondition#monitor_id}
21
+ */
22
+ readonly monitorId: string;
23
+ /**
24
+ * The title of this condition.
25
+ *
26
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_alert_condition#name SyntheticsAlertCondition#name}
27
+ */
28
+ readonly name: string;
29
+ /**
30
+ * The ID of the policy where this condition should be used.
31
+ *
32
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_alert_condition#policy_id SyntheticsAlertCondition#policy_id}
33
+ */
34
+ readonly policyId: number;
35
+ /**
36
+ * Runbook URL to display in notifications.
37
+ *
38
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_alert_condition#runbook_url SyntheticsAlertCondition#runbook_url}
39
+ */
40
+ readonly runbookUrl?: string;
41
+ }
42
+ /**
43
+ * Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition}
44
+ */
45
+ export declare class SyntheticsAlertCondition extends cdktf.TerraformResource {
46
+ static readonly tfResourceType = "newrelic_synthetics_alert_condition";
47
+ /**
48
+ * Generates CDKTF code for importing a SyntheticsAlertCondition resource upon running "cdktf plan <stack-name>"
49
+ * @param scope The scope in which to define this construct
50
+ * @param importToId The construct id used in the generated config for the SyntheticsAlertCondition to import
51
+ * @param importFromId The id of the existing SyntheticsAlertCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_alert_condition#import import section} in the documentation of this resource for the id to use
52
+ * @param provider? Optional instance of the provider where the SyntheticsAlertCondition to import is found
53
+ */
54
+ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
55
+ /**
56
+ * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition} Resource
57
+ *
58
+ * @param scope The scope in which to define this construct
59
+ * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
60
+ * @param options SyntheticsAlertConditionConfig
61
+ */
62
+ constructor(scope: Construct, id: string, config: SyntheticsAlertConditionConfig);
63
+ private _enabled?;
64
+ get enabled(): boolean | cdktf.IResolvable;
65
+ set enabled(value: boolean | cdktf.IResolvable);
66
+ resetEnabled(): void;
67
+ get enabledInput(): any;
68
+ get entityGuid(): any;
69
+ private _id?;
70
+ get id(): string;
71
+ set id(value: string);
72
+ resetId(): void;
73
+ get idInput(): string;
74
+ private _monitorId?;
75
+ get monitorId(): string;
76
+ set monitorId(value: string);
77
+ get monitorIdInput(): string;
78
+ private _name?;
79
+ get name(): string;
80
+ set name(value: string);
81
+ get nameInput(): string;
82
+ private _policyId?;
83
+ get policyId(): number;
84
+ set policyId(value: number);
85
+ get policyIdInput(): number;
86
+ private _runbookUrl?;
87
+ get runbookUrl(): string;
88
+ set runbookUrl(value: string);
89
+ resetRunbookUrl(): void;
90
+ get runbookUrlInput(): string;
91
+ protected synthesizeAttributes(): {
92
+ [name: string]: any;
93
+ };
94
+ protected synthesizeHclAttributes(): {
95
+ [name: string]: any;
96
+ };
97
+ }
@@ -0,0 +1,201 @@
1
+ // https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_alert_condition
2
+ // generated from terraform resource schema
3
+ import * as cdktf from 'cdktf';
4
+ /**
5
+ * Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition}
6
+ */
7
+ export class SyntheticsAlertCondition extends cdktf.TerraformResource {
8
+ // =================
9
+ // STATIC PROPERTIES
10
+ // =================
11
+ static tfResourceType = "newrelic_synthetics_alert_condition";
12
+ // ==============
13
+ // STATIC Methods
14
+ // ==============
15
+ /**
16
+ * Generates CDKTF code for importing a SyntheticsAlertCondition resource upon running "cdktf plan <stack-name>"
17
+ * @param scope The scope in which to define this construct
18
+ * @param importToId The construct id used in the generated config for the SyntheticsAlertCondition to import
19
+ * @param importFromId The id of the existing SyntheticsAlertCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_alert_condition#import import section} in the documentation of this resource for the id to use
20
+ * @param provider? Optional instance of the provider where the SyntheticsAlertCondition to import is found
21
+ */
22
+ static generateConfigForImport(scope, importToId, importFromId, provider) {
23
+ return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "newrelic_synthetics_alert_condition", importId: importFromId, provider });
24
+ }
25
+ // ===========
26
+ // INITIALIZER
27
+ // ===========
28
+ /**
29
+ * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_alert_condition newrelic_synthetics_alert_condition} Resource
30
+ *
31
+ * @param scope The scope in which to define this construct
32
+ * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
33
+ * @param options SyntheticsAlertConditionConfig
34
+ */
35
+ constructor(scope, id, config) {
36
+ super(scope, id, {
37
+ terraformResourceType: 'newrelic_synthetics_alert_condition',
38
+ terraformGeneratorMetadata: {
39
+ providerName: 'newrelic',
40
+ providerVersion: '3.75.4',
41
+ providerVersionConstraint: '3.75.4'
42
+ },
43
+ provider: config.provider,
44
+ dependsOn: config.dependsOn,
45
+ count: config.count,
46
+ lifecycle: config.lifecycle,
47
+ provisioners: config.provisioners,
48
+ connection: config.connection,
49
+ forEach: config.forEach
50
+ });
51
+ this._enabled = config.enabled;
52
+ this._id = config.id;
53
+ this._monitorId = config.monitorId;
54
+ this._name = config.name;
55
+ this._policyId = config.policyId;
56
+ this._runbookUrl = config.runbookUrl;
57
+ }
58
+ // ==========
59
+ // ATTRIBUTES
60
+ // ==========
61
+ // enabled - computed: false, optional: true, required: false
62
+ _enabled;
63
+ get enabled() {
64
+ return this.getBooleanAttribute('enabled');
65
+ }
66
+ set enabled(value) {
67
+ this._enabled = value;
68
+ }
69
+ resetEnabled() {
70
+ this._enabled = undefined;
71
+ }
72
+ // Temporarily expose input value. Use with caution.
73
+ get enabledInput() {
74
+ return this._enabled;
75
+ }
76
+ // entity_guid - computed: true, optional: false, required: false
77
+ get entityGuid() {
78
+ return this.getStringAttribute('entity_guid');
79
+ }
80
+ // id - computed: true, optional: true, required: false
81
+ _id;
82
+ get id() {
83
+ return this.getStringAttribute('id');
84
+ }
85
+ set id(value) {
86
+ this._id = value;
87
+ }
88
+ resetId() {
89
+ this._id = undefined;
90
+ }
91
+ // Temporarily expose input value. Use with caution.
92
+ get idInput() {
93
+ return this._id;
94
+ }
95
+ // monitor_id - computed: false, optional: false, required: true
96
+ _monitorId;
97
+ get monitorId() {
98
+ return this.getStringAttribute('monitor_id');
99
+ }
100
+ set monitorId(value) {
101
+ this._monitorId = value;
102
+ }
103
+ // Temporarily expose input value. Use with caution.
104
+ get monitorIdInput() {
105
+ return this._monitorId;
106
+ }
107
+ // name - computed: false, optional: false, required: true
108
+ _name;
109
+ get name() {
110
+ return this.getStringAttribute('name');
111
+ }
112
+ set name(value) {
113
+ this._name = value;
114
+ }
115
+ // Temporarily expose input value. Use with caution.
116
+ get nameInput() {
117
+ return this._name;
118
+ }
119
+ // policy_id - computed: false, optional: false, required: true
120
+ _policyId;
121
+ get policyId() {
122
+ return this.getNumberAttribute('policy_id');
123
+ }
124
+ set policyId(value) {
125
+ this._policyId = value;
126
+ }
127
+ // Temporarily expose input value. Use with caution.
128
+ get policyIdInput() {
129
+ return this._policyId;
130
+ }
131
+ // runbook_url - computed: false, optional: true, required: false
132
+ _runbookUrl;
133
+ get runbookUrl() {
134
+ return this.getStringAttribute('runbook_url');
135
+ }
136
+ set runbookUrl(value) {
137
+ this._runbookUrl = value;
138
+ }
139
+ resetRunbookUrl() {
140
+ this._runbookUrl = undefined;
141
+ }
142
+ // Temporarily expose input value. Use with caution.
143
+ get runbookUrlInput() {
144
+ return this._runbookUrl;
145
+ }
146
+ // =========
147
+ // SYNTHESIS
148
+ // =========
149
+ synthesizeAttributes() {
150
+ return {
151
+ enabled: cdktf.booleanToTerraform(this._enabled),
152
+ id: cdktf.stringToTerraform(this._id),
153
+ monitor_id: cdktf.stringToTerraform(this._monitorId),
154
+ name: cdktf.stringToTerraform(this._name),
155
+ policy_id: cdktf.numberToTerraform(this._policyId),
156
+ runbook_url: cdktf.stringToTerraform(this._runbookUrl),
157
+ };
158
+ }
159
+ synthesizeHclAttributes() {
160
+ const attrs = {
161
+ enabled: {
162
+ value: cdktf.booleanToHclTerraform(this._enabled),
163
+ isBlock: false,
164
+ type: "simple",
165
+ storageClassType: "boolean",
166
+ },
167
+ id: {
168
+ value: cdktf.stringToHclTerraform(this._id),
169
+ isBlock: false,
170
+ type: "simple",
171
+ storageClassType: "string",
172
+ },
173
+ monitor_id: {
174
+ value: cdktf.stringToHclTerraform(this._monitorId),
175
+ isBlock: false,
176
+ type: "simple",
177
+ storageClassType: "string",
178
+ },
179
+ name: {
180
+ value: cdktf.stringToHclTerraform(this._name),
181
+ isBlock: false,
182
+ type: "simple",
183
+ storageClassType: "string",
184
+ },
185
+ policy_id: {
186
+ value: cdktf.numberToHclTerraform(this._policyId),
187
+ isBlock: false,
188
+ type: "simple",
189
+ storageClassType: "number",
190
+ },
191
+ runbook_url: {
192
+ value: cdktf.stringToHclTerraform(this._runbookUrl),
193
+ isBlock: false,
194
+ type: "simple",
195
+ storageClassType: "string",
196
+ },
197
+ };
198
+ // remove undefined attributes
199
+ return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined));
200
+ }
201
+ }
@@ -0,0 +1,217 @@
1
+ import { Construct } from 'constructs';
2
+ import * as cdktf from 'cdktf';
3
+ export interface SyntheticsBrokenLinksMonitorConfig extends cdktf.TerraformMetaArguments {
4
+ /**
5
+ * ID of the newrelic account.
6
+ *
7
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_broken_links_monitor#account_id SyntheticsBrokenLinksMonitor#account_id}
8
+ */
9
+ readonly accountId?: number;
10
+ /**
11
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_broken_links_monitor#id SyntheticsBrokenLinksMonitor#id}
12
+ *
13
+ * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
14
+ * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
15
+ */
16
+ readonly id?: string;
17
+ /**
18
+ * List private location GUIDs for which the monitor will run.
19
+ *
20
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_broken_links_monitor#locations_private SyntheticsBrokenLinksMonitor#locations_private}
21
+ */
22
+ readonly locationsPrivate?: string[];
23
+ /**
24
+ * Publicly available location names in which the monitor will run.
25
+ *
26
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_broken_links_monitor#locations_public SyntheticsBrokenLinksMonitor#locations_public}
27
+ */
28
+ readonly locationsPublic?: string[];
29
+ /**
30
+ * The title of this monitor.
31
+ *
32
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_broken_links_monitor#name SyntheticsBrokenLinksMonitor#name}
33
+ */
34
+ readonly name: string;
35
+ /**
36
+ * The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY.
37
+ *
38
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_broken_links_monitor#period SyntheticsBrokenLinksMonitor#period}
39
+ */
40
+ readonly period: string;
41
+ /**
42
+ * The runtime type that the monitor will run.
43
+ *
44
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_broken_links_monitor#runtime_type SyntheticsBrokenLinksMonitor#runtime_type}
45
+ */
46
+ readonly runtimeType?: string;
47
+ /**
48
+ * The specific semver version of the runtime type.
49
+ *
50
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_broken_links_monitor#runtime_type_version SyntheticsBrokenLinksMonitor#runtime_type_version}
51
+ */
52
+ readonly runtimeTypeVersion?: string;
53
+ /**
54
+ * The monitor status (ENABLED or DISABLED).
55
+ *
56
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_broken_links_monitor#status SyntheticsBrokenLinksMonitor#status}
57
+ */
58
+ readonly status: string;
59
+ /**
60
+ * The URI the monitor runs against.
61
+ *
62
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_broken_links_monitor#uri SyntheticsBrokenLinksMonitor#uri}
63
+ */
64
+ readonly uri: string;
65
+ /**
66
+ * A boolean attribute to be set true by the customer, if they would like to use the unsupported legacy runtime of Synthetic Monitors by means of an exemption given until the October 22, 2024 Legacy Runtime EOL. Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API.
67
+ *
68
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_broken_links_monitor#use_unsupported_legacy_runtime SyntheticsBrokenLinksMonitor#use_unsupported_legacy_runtime}
69
+ */
70
+ readonly useUnsupportedLegacyRuntime?: boolean | cdktf.IResolvable;
71
+ /**
72
+ * tag block
73
+ *
74
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_broken_links_monitor#tag SyntheticsBrokenLinksMonitor#tag}
75
+ */
76
+ readonly tag?: SyntheticsBrokenLinksMonitorTag[] | cdktf.IResolvable;
77
+ }
78
+ export interface SyntheticsBrokenLinksMonitorTag {
79
+ /**
80
+ * Name of the tag key
81
+ *
82
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_broken_links_monitor#key SyntheticsBrokenLinksMonitor#key}
83
+ */
84
+ readonly key: string;
85
+ /**
86
+ * Values associated with the tag key
87
+ *
88
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_broken_links_monitor#values SyntheticsBrokenLinksMonitor#values}
89
+ */
90
+ readonly values: string[];
91
+ }
92
+ export declare function syntheticsBrokenLinksMonitorTagToTerraform(struct?: SyntheticsBrokenLinksMonitorTag | cdktf.IResolvable): any;
93
+ export declare function syntheticsBrokenLinksMonitorTagToHclTerraform(struct?: SyntheticsBrokenLinksMonitorTag | cdktf.IResolvable): any;
94
+ export declare class SyntheticsBrokenLinksMonitorTagOutputReference extends cdktf.ComplexObject {
95
+ private isEmptyObject;
96
+ private resolvableValue?;
97
+ /**
98
+ * @param terraformResource The parent resource
99
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
100
+ * @param complexObjectIndex the index of this item in the list
101
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
102
+ */
103
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
104
+ get internalValue(): SyntheticsBrokenLinksMonitorTag | cdktf.IResolvable | undefined;
105
+ set internalValue(value: SyntheticsBrokenLinksMonitorTag | cdktf.IResolvable | undefined);
106
+ private _key?;
107
+ get key(): string;
108
+ set key(value: string);
109
+ get keyInput(): string;
110
+ private _values?;
111
+ get values(): string[];
112
+ set values(value: string[]);
113
+ get valuesInput(): string[];
114
+ }
115
+ export declare class SyntheticsBrokenLinksMonitorTagList extends cdktf.ComplexList {
116
+ protected terraformResource: cdktf.IInterpolatingParent;
117
+ protected terraformAttribute: string;
118
+ protected wrapsSet: boolean;
119
+ internalValue?: SyntheticsBrokenLinksMonitorTag[] | cdktf.IResolvable;
120
+ /**
121
+ * @param terraformResource The parent resource
122
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
123
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
124
+ */
125
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
126
+ /**
127
+ * @param index the index of the item to return
128
+ */
129
+ get(index: number): SyntheticsBrokenLinksMonitorTagOutputReference;
130
+ }
131
+ /**
132
+ * Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_broken_links_monitor newrelic_synthetics_broken_links_monitor}
133
+ */
134
+ export declare class SyntheticsBrokenLinksMonitor extends cdktf.TerraformResource {
135
+ static readonly tfResourceType = "newrelic_synthetics_broken_links_monitor";
136
+ /**
137
+ * Generates CDKTF code for importing a SyntheticsBrokenLinksMonitor resource upon running "cdktf plan <stack-name>"
138
+ * @param scope The scope in which to define this construct
139
+ * @param importToId The construct id used in the generated config for the SyntheticsBrokenLinksMonitor to import
140
+ * @param importFromId The id of the existing SyntheticsBrokenLinksMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_broken_links_monitor#import import section} in the documentation of this resource for the id to use
141
+ * @param provider? Optional instance of the provider where the SyntheticsBrokenLinksMonitor to import is found
142
+ */
143
+ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
144
+ /**
145
+ * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_broken_links_monitor newrelic_synthetics_broken_links_monitor} Resource
146
+ *
147
+ * @param scope The scope in which to define this construct
148
+ * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
149
+ * @param options SyntheticsBrokenLinksMonitorConfig
150
+ */
151
+ constructor(scope: Construct, id: string, config: SyntheticsBrokenLinksMonitorConfig);
152
+ private _accountId?;
153
+ get accountId(): number;
154
+ set accountId(value: number);
155
+ resetAccountId(): void;
156
+ get accountIdInput(): number;
157
+ get guid(): any;
158
+ private _id?;
159
+ get id(): string;
160
+ set id(value: string);
161
+ resetId(): void;
162
+ get idInput(): string;
163
+ private _locationsPrivate?;
164
+ get locationsPrivate(): string[];
165
+ set locationsPrivate(value: string[]);
166
+ resetLocationsPrivate(): void;
167
+ get locationsPrivateInput(): string[];
168
+ private _locationsPublic?;
169
+ get locationsPublic(): string[];
170
+ set locationsPublic(value: string[]);
171
+ resetLocationsPublic(): void;
172
+ get locationsPublicInput(): string[];
173
+ get monitorId(): any;
174
+ private _name?;
175
+ get name(): string;
176
+ set name(value: string);
177
+ get nameInput(): string;
178
+ private _period?;
179
+ get period(): string;
180
+ set period(value: string);
181
+ get periodInput(): string;
182
+ get periodInMinutes(): any;
183
+ private _runtimeType?;
184
+ get runtimeType(): string;
185
+ set runtimeType(value: string);
186
+ resetRuntimeType(): void;
187
+ get runtimeTypeInput(): string;
188
+ private _runtimeTypeVersion?;
189
+ get runtimeTypeVersion(): string;
190
+ set runtimeTypeVersion(value: string);
191
+ resetRuntimeTypeVersion(): void;
192
+ get runtimeTypeVersionInput(): string;
193
+ private _status?;
194
+ get status(): string;
195
+ set status(value: string);
196
+ get statusInput(): string;
197
+ private _uri?;
198
+ get uri(): string;
199
+ set uri(value: string);
200
+ get uriInput(): string;
201
+ private _useUnsupportedLegacyRuntime?;
202
+ get useUnsupportedLegacyRuntime(): boolean | cdktf.IResolvable;
203
+ set useUnsupportedLegacyRuntime(value: boolean | cdktf.IResolvable);
204
+ resetUseUnsupportedLegacyRuntime(): void;
205
+ get useUnsupportedLegacyRuntimeInput(): any;
206
+ private _tag;
207
+ get tag(): SyntheticsBrokenLinksMonitorTagList;
208
+ putTag(value: SyntheticsBrokenLinksMonitorTag[] | cdktf.IResolvable): void;
209
+ resetTag(): void;
210
+ get tagInput(): any;
211
+ protected synthesizeAttributes(): {
212
+ [name: string]: any;
213
+ };
214
+ protected synthesizeHclAttributes(): {
215
+ [name: string]: any;
216
+ };
217
+ }