@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,368 @@
1
+ import { Construct } from 'constructs';
2
+ import * as cdktf from 'cdktf';
3
+ export interface SyntheticsStepMonitorConfig 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_step_monitor#account_id SyntheticsStepMonitor#account_id}
8
+ */
9
+ readonly accountId?: number;
10
+ /**
11
+ * The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX
12
+ *
13
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#browsers SyntheticsStepMonitor#browsers}
14
+ */
15
+ readonly browsers?: string[];
16
+ /**
17
+ * The multiple devices list on which synthetic monitors will run. Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT
18
+ *
19
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#devices SyntheticsStepMonitor#devices}
20
+ */
21
+ readonly devices?: string[];
22
+ /**
23
+ * Capture a screenshot during job execution.
24
+ *
25
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script}
26
+ */
27
+ readonly enableScreenshotOnFailureAndScript?: boolean | cdktf.IResolvable;
28
+ /**
29
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}
30
+ *
31
+ * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
32
+ * 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.
33
+ */
34
+ readonly id?: string;
35
+ /**
36
+ * The public location(s) that the monitor will run jobs from.
37
+ *
38
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public}
39
+ */
40
+ readonly locationsPublic?: string[];
41
+ /**
42
+ * The title of this monitor.
43
+ *
44
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name}
45
+ */
46
+ readonly name: string;
47
+ /**
48
+ * 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.
49
+ *
50
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period}
51
+ */
52
+ readonly period: string;
53
+ /**
54
+ * The runtime type that the monitor will run.
55
+ *
56
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type}
57
+ */
58
+ readonly runtimeType?: string;
59
+ /**
60
+ * The specific semver version of the runtime type.
61
+ *
62
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version}
63
+ */
64
+ readonly runtimeTypeVersion?: string;
65
+ /**
66
+ * The monitor status (ENABLED or DISABLED).
67
+ *
68
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status}
69
+ */
70
+ readonly status: string;
71
+ /**
72
+ * 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.
73
+ *
74
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime}
75
+ */
76
+ readonly useUnsupportedLegacyRuntime?: boolean | cdktf.IResolvable;
77
+ /**
78
+ * location_private block
79
+ *
80
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private}
81
+ */
82
+ readonly locationPrivate?: SyntheticsStepMonitorLocationPrivate[] | cdktf.IResolvable;
83
+ /**
84
+ * steps block
85
+ *
86
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps}
87
+ */
88
+ readonly steps: SyntheticsStepMonitorSteps[] | cdktf.IResolvable;
89
+ /**
90
+ * tag block
91
+ *
92
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag}
93
+ */
94
+ readonly tag?: SyntheticsStepMonitorTag[] | cdktf.IResolvable;
95
+ }
96
+ export interface SyntheticsStepMonitorLocationPrivate {
97
+ /**
98
+ * The unique identifier for the Synthetics private location in New Relic.
99
+ *
100
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#guid SyntheticsStepMonitor#guid}
101
+ */
102
+ readonly guid: string;
103
+ /**
104
+ * The location's Verified Script Execution password (Only necessary if Verified Script Execution is enabled for the location).
105
+ *
106
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#vse_password SyntheticsStepMonitor#vse_password}
107
+ */
108
+ readonly vsePassword?: string;
109
+ }
110
+ export declare function syntheticsStepMonitorLocationPrivateToTerraform(struct?: SyntheticsStepMonitorLocationPrivate | cdktf.IResolvable): any;
111
+ export declare function syntheticsStepMonitorLocationPrivateToHclTerraform(struct?: SyntheticsStepMonitorLocationPrivate | cdktf.IResolvable): any;
112
+ export declare class SyntheticsStepMonitorLocationPrivateOutputReference extends cdktf.ComplexObject {
113
+ private isEmptyObject;
114
+ private resolvableValue?;
115
+ /**
116
+ * @param terraformResource The parent resource
117
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
118
+ * @param complexObjectIndex the index of this item in the list
119
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
120
+ */
121
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
122
+ get internalValue(): SyntheticsStepMonitorLocationPrivate | cdktf.IResolvable | undefined;
123
+ set internalValue(value: SyntheticsStepMonitorLocationPrivate | cdktf.IResolvable | undefined);
124
+ private _guid?;
125
+ get guid(): string;
126
+ set guid(value: string);
127
+ get guidInput(): string;
128
+ private _vsePassword?;
129
+ get vsePassword(): string;
130
+ set vsePassword(value: string);
131
+ resetVsePassword(): void;
132
+ get vsePasswordInput(): string;
133
+ }
134
+ export declare class SyntheticsStepMonitorLocationPrivateList extends cdktf.ComplexList {
135
+ protected terraformResource: cdktf.IInterpolatingParent;
136
+ protected terraformAttribute: string;
137
+ protected wrapsSet: boolean;
138
+ internalValue?: SyntheticsStepMonitorLocationPrivate[] | cdktf.IResolvable;
139
+ /**
140
+ * @param terraformResource The parent resource
141
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
142
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
143
+ */
144
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
145
+ /**
146
+ * @param index the index of the item to return
147
+ */
148
+ get(index: number): SyntheticsStepMonitorLocationPrivateOutputReference;
149
+ }
150
+ export interface SyntheticsStepMonitorSteps {
151
+ /**
152
+ * The position of the step within the script ranging from 0-100
153
+ *
154
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#ordinal SyntheticsStepMonitor#ordinal}
155
+ */
156
+ readonly ordinal: number;
157
+ /**
158
+ * The type of step to be added to the script.
159
+ *
160
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#type SyntheticsStepMonitor#type}
161
+ */
162
+ readonly type: string;
163
+ /**
164
+ * The metadata values related to the check the step performs.
165
+ *
166
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values}
167
+ */
168
+ readonly values?: string[];
169
+ }
170
+ export declare function syntheticsStepMonitorStepsToTerraform(struct?: SyntheticsStepMonitorSteps | cdktf.IResolvable): any;
171
+ export declare function syntheticsStepMonitorStepsToHclTerraform(struct?: SyntheticsStepMonitorSteps | cdktf.IResolvable): any;
172
+ export declare class SyntheticsStepMonitorStepsOutputReference extends cdktf.ComplexObject {
173
+ private isEmptyObject;
174
+ private resolvableValue?;
175
+ /**
176
+ * @param terraformResource The parent resource
177
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
178
+ * @param complexObjectIndex the index of this item in the list
179
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
180
+ */
181
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
182
+ get internalValue(): SyntheticsStepMonitorSteps | cdktf.IResolvable | undefined;
183
+ set internalValue(value: SyntheticsStepMonitorSteps | cdktf.IResolvable | undefined);
184
+ private _ordinal?;
185
+ get ordinal(): number;
186
+ set ordinal(value: number);
187
+ get ordinalInput(): number;
188
+ private _type?;
189
+ get type(): string;
190
+ set type(value: string);
191
+ get typeInput(): string;
192
+ private _values?;
193
+ get values(): string[];
194
+ set values(value: string[]);
195
+ resetValues(): void;
196
+ get valuesInput(): string[];
197
+ }
198
+ export declare class SyntheticsStepMonitorStepsList extends cdktf.ComplexList {
199
+ protected terraformResource: cdktf.IInterpolatingParent;
200
+ protected terraformAttribute: string;
201
+ protected wrapsSet: boolean;
202
+ internalValue?: SyntheticsStepMonitorSteps[] | cdktf.IResolvable;
203
+ /**
204
+ * @param terraformResource The parent resource
205
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
206
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
207
+ */
208
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
209
+ /**
210
+ * @param index the index of the item to return
211
+ */
212
+ get(index: number): SyntheticsStepMonitorStepsOutputReference;
213
+ }
214
+ export interface SyntheticsStepMonitorTag {
215
+ /**
216
+ * Name of the tag key
217
+ *
218
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#key SyntheticsStepMonitor#key}
219
+ */
220
+ readonly key: string;
221
+ /**
222
+ * Values associated with the tag key
223
+ *
224
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values}
225
+ */
226
+ readonly values: string[];
227
+ }
228
+ export declare function syntheticsStepMonitorTagToTerraform(struct?: SyntheticsStepMonitorTag | cdktf.IResolvable): any;
229
+ export declare function syntheticsStepMonitorTagToHclTerraform(struct?: SyntheticsStepMonitorTag | cdktf.IResolvable): any;
230
+ export declare class SyntheticsStepMonitorTagOutputReference extends cdktf.ComplexObject {
231
+ private isEmptyObject;
232
+ private resolvableValue?;
233
+ /**
234
+ * @param terraformResource The parent resource
235
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
236
+ * @param complexObjectIndex the index of this item in the list
237
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
238
+ */
239
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
240
+ get internalValue(): SyntheticsStepMonitorTag | cdktf.IResolvable | undefined;
241
+ set internalValue(value: SyntheticsStepMonitorTag | cdktf.IResolvable | undefined);
242
+ private _key?;
243
+ get key(): string;
244
+ set key(value: string);
245
+ get keyInput(): string;
246
+ private _values?;
247
+ get values(): string[];
248
+ set values(value: string[]);
249
+ get valuesInput(): string[];
250
+ }
251
+ export declare class SyntheticsStepMonitorTagList extends cdktf.ComplexList {
252
+ protected terraformResource: cdktf.IInterpolatingParent;
253
+ protected terraformAttribute: string;
254
+ protected wrapsSet: boolean;
255
+ internalValue?: SyntheticsStepMonitorTag[] | cdktf.IResolvable;
256
+ /**
257
+ * @param terraformResource The parent resource
258
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
259
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
260
+ */
261
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
262
+ /**
263
+ * @param index the index of the item to return
264
+ */
265
+ get(index: number): SyntheticsStepMonitorTagOutputReference;
266
+ }
267
+ /**
268
+ * Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor}
269
+ */
270
+ export declare class SyntheticsStepMonitor extends cdktf.TerraformResource {
271
+ static readonly tfResourceType = "newrelic_synthetics_step_monitor";
272
+ /**
273
+ * Generates CDKTF code for importing a SyntheticsStepMonitor resource upon running "cdktf plan <stack-name>"
274
+ * @param scope The scope in which to define this construct
275
+ * @param importToId The construct id used in the generated config for the SyntheticsStepMonitor to import
276
+ * @param importFromId The id of the existing SyntheticsStepMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor#import import section} in the documentation of this resource for the id to use
277
+ * @param provider? Optional instance of the provider where the SyntheticsStepMonitor to import is found
278
+ */
279
+ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
280
+ /**
281
+ * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor} Resource
282
+ *
283
+ * @param scope The scope in which to define this construct
284
+ * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
285
+ * @param options SyntheticsStepMonitorConfig
286
+ */
287
+ constructor(scope: Construct, id: string, config: SyntheticsStepMonitorConfig);
288
+ private _accountId?;
289
+ get accountId(): number;
290
+ set accountId(value: number);
291
+ resetAccountId(): void;
292
+ get accountIdInput(): number;
293
+ private _browsers?;
294
+ get browsers(): string[];
295
+ set browsers(value: string[]);
296
+ resetBrowsers(): void;
297
+ get browsersInput(): string[];
298
+ private _devices?;
299
+ get devices(): string[];
300
+ set devices(value: string[]);
301
+ resetDevices(): void;
302
+ get devicesInput(): string[];
303
+ private _enableScreenshotOnFailureAndScript?;
304
+ get enableScreenshotOnFailureAndScript(): boolean | cdktf.IResolvable;
305
+ set enableScreenshotOnFailureAndScript(value: boolean | cdktf.IResolvable);
306
+ resetEnableScreenshotOnFailureAndScript(): void;
307
+ get enableScreenshotOnFailureAndScriptInput(): any;
308
+ get guid(): any;
309
+ private _id?;
310
+ get id(): string;
311
+ set id(value: string);
312
+ resetId(): void;
313
+ get idInput(): string;
314
+ private _locationsPublic?;
315
+ get locationsPublic(): string[];
316
+ set locationsPublic(value: string[]);
317
+ resetLocationsPublic(): void;
318
+ get locationsPublicInput(): string[];
319
+ get monitorId(): any;
320
+ private _name?;
321
+ get name(): string;
322
+ set name(value: string);
323
+ get nameInput(): string;
324
+ private _period?;
325
+ get period(): string;
326
+ set period(value: string);
327
+ get periodInput(): string;
328
+ get periodInMinutes(): any;
329
+ private _runtimeType?;
330
+ get runtimeType(): string;
331
+ set runtimeType(value: string);
332
+ resetRuntimeType(): void;
333
+ get runtimeTypeInput(): string;
334
+ private _runtimeTypeVersion?;
335
+ get runtimeTypeVersion(): string;
336
+ set runtimeTypeVersion(value: string);
337
+ resetRuntimeTypeVersion(): void;
338
+ get runtimeTypeVersionInput(): string;
339
+ private _status?;
340
+ get status(): string;
341
+ set status(value: string);
342
+ get statusInput(): string;
343
+ private _useUnsupportedLegacyRuntime?;
344
+ get useUnsupportedLegacyRuntime(): boolean | cdktf.IResolvable;
345
+ set useUnsupportedLegacyRuntime(value: boolean | cdktf.IResolvable);
346
+ resetUseUnsupportedLegacyRuntime(): void;
347
+ get useUnsupportedLegacyRuntimeInput(): any;
348
+ private _locationPrivate;
349
+ get locationPrivate(): SyntheticsStepMonitorLocationPrivateList;
350
+ putLocationPrivate(value: SyntheticsStepMonitorLocationPrivate[] | cdktf.IResolvable): void;
351
+ resetLocationPrivate(): void;
352
+ get locationPrivateInput(): any;
353
+ private _steps;
354
+ get steps(): SyntheticsStepMonitorStepsList;
355
+ putSteps(value: SyntheticsStepMonitorSteps[] | cdktf.IResolvable): void;
356
+ get stepsInput(): any;
357
+ private _tag;
358
+ get tag(): SyntheticsStepMonitorTagList;
359
+ putTag(value: SyntheticsStepMonitorTag[] | cdktf.IResolvable): void;
360
+ resetTag(): void;
361
+ get tagInput(): any;
362
+ protected synthesizeAttributes(): {
363
+ [name: string]: any;
364
+ };
365
+ protected synthesizeHclAttributes(): {
366
+ [name: string]: any;
367
+ };
368
+ }