@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,289 @@
1
+ import { Construct } from 'constructs';
2
+ import * as cdktf from 'cdktf';
3
+ export interface InfraAlertConditionConfig extends cdktf.TerraformMetaArguments {
4
+ /**
5
+ * The operator used to evaluate the threshold value. Valid values are above, below, and equal. Supported by the infra_metric and infra_process_running condition types.
6
+ *
7
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#comparison InfraAlertCondition#comparison}
8
+ */
9
+ readonly comparison?: string;
10
+ /**
11
+ * The description of the Infrastructure alert condition.
12
+ *
13
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#description InfraAlertCondition#description}
14
+ */
15
+ readonly description?: string;
16
+ /**
17
+ * Whether the condition is turned on or off. Valid values are true and false. Defaults to true.
18
+ *
19
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#enabled InfraAlertCondition#enabled}
20
+ */
21
+ readonly enabled?: boolean | cdktf.IResolvable;
22
+ /**
23
+ * The metric event; for example, SystemSample or StorageSample. Supported by the infra_metric condition type.
24
+ *
25
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#event InfraAlertCondition#event}
26
+ */
27
+ readonly event?: string;
28
+ /**
29
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#id InfraAlertCondition#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
+ * For alerts on integrations, use this instead of event. Supported by the infra_metric condition type.
37
+ *
38
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#integration_provider InfraAlertCondition#integration_provider}
39
+ */
40
+ readonly integrationProvider?: string;
41
+ /**
42
+ * The Infrastructure alert condition's name.
43
+ *
44
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#name InfraAlertCondition#name}
45
+ */
46
+ readonly name: string;
47
+ /**
48
+ * The ID of the alert policy where this condition should be used.
49
+ *
50
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#policy_id InfraAlertCondition#policy_id}
51
+ */
52
+ readonly policyId: number;
53
+ /**
54
+ * Any filters applied to processes; for example: commandName = 'java'. Supported by the infra_process_running condition type.
55
+ *
56
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#process_where InfraAlertCondition#process_where}
57
+ */
58
+ readonly processWhere?: string;
59
+ /**
60
+ * Runbook URL to display in notifications.
61
+ *
62
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#runbook_url InfraAlertCondition#runbook_url}
63
+ */
64
+ readonly runbookUrl?: string;
65
+ /**
66
+ * The attribute name to identify the metric being targeted; for example, cpuPercent, diskFreePercent, or memoryResidentSizeBytes. The underlying API will automatically populate this value for Infrastructure integrations (for example diskFreePercent), so make sure to explicitly include this value to avoid diff issues. Supported by the infra_metric condition type.
67
+ *
68
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#select InfraAlertCondition#select}
69
+ */
70
+ readonly select?: string;
71
+ /**
72
+ * The type of Infrastructure alert condition. Valid values are infra_process_running, infra_metric, and infra_host_not_reporting.
73
+ *
74
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#type InfraAlertCondition#type}
75
+ */
76
+ readonly type: string;
77
+ /**
78
+ * Determines how much time, in hours, will pass before an incident is automatically closed. Valid values are 1, 2, 4, 8, 12, 24, 48, or 72
79
+ *
80
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#violation_close_timer InfraAlertCondition#violation_close_timer}
81
+ */
82
+ readonly violationCloseTimer?: number;
83
+ /**
84
+ * If applicable, this identifies any Infrastructure host filters used; for example: hostname LIKE '%cassandra%'.
85
+ *
86
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#where InfraAlertCondition#where}
87
+ */
88
+ readonly where?: string;
89
+ /**
90
+ * critical block
91
+ *
92
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#critical InfraAlertCondition#critical}
93
+ */
94
+ readonly critical?: InfraAlertConditionCritical;
95
+ /**
96
+ * warning block
97
+ *
98
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#warning InfraAlertCondition#warning}
99
+ */
100
+ readonly warning?: InfraAlertConditionWarning;
101
+ }
102
+ export interface InfraAlertConditionCritical {
103
+ /**
104
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}
105
+ */
106
+ readonly duration: number;
107
+ /**
108
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}
109
+ */
110
+ readonly timeFunction?: string;
111
+ /**
112
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#value InfraAlertCondition#value}
113
+ */
114
+ readonly value?: number;
115
+ }
116
+ export declare function infraAlertConditionCriticalToTerraform(struct?: InfraAlertConditionCriticalOutputReference | InfraAlertConditionCritical): any;
117
+ export declare function infraAlertConditionCriticalToHclTerraform(struct?: InfraAlertConditionCriticalOutputReference | InfraAlertConditionCritical): any;
118
+ export declare class InfraAlertConditionCriticalOutputReference extends cdktf.ComplexObject {
119
+ private isEmptyObject;
120
+ /**
121
+ * @param terraformResource The parent resource
122
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
123
+ */
124
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
125
+ get internalValue(): InfraAlertConditionCritical | undefined;
126
+ set internalValue(value: InfraAlertConditionCritical | undefined);
127
+ private _duration?;
128
+ get duration(): number;
129
+ set duration(value: number);
130
+ get durationInput(): number;
131
+ private _timeFunction?;
132
+ get timeFunction(): string;
133
+ set timeFunction(value: string);
134
+ resetTimeFunction(): void;
135
+ get timeFunctionInput(): string;
136
+ private _value?;
137
+ get value(): number;
138
+ set value(value: number);
139
+ resetValue(): void;
140
+ get valueInput(): number;
141
+ }
142
+ export interface InfraAlertConditionWarning {
143
+ /**
144
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#duration InfraAlertCondition#duration}
145
+ */
146
+ readonly duration: number;
147
+ /**
148
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#time_function InfraAlertCondition#time_function}
149
+ */
150
+ readonly timeFunction?: string;
151
+ /**
152
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#value InfraAlertCondition#value}
153
+ */
154
+ readonly value?: number;
155
+ }
156
+ export declare function infraAlertConditionWarningToTerraform(struct?: InfraAlertConditionWarningOutputReference | InfraAlertConditionWarning): any;
157
+ export declare function infraAlertConditionWarningToHclTerraform(struct?: InfraAlertConditionWarningOutputReference | InfraAlertConditionWarning): any;
158
+ export declare class InfraAlertConditionWarningOutputReference extends cdktf.ComplexObject {
159
+ private isEmptyObject;
160
+ /**
161
+ * @param terraformResource The parent resource
162
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
163
+ */
164
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
165
+ get internalValue(): InfraAlertConditionWarning | undefined;
166
+ set internalValue(value: InfraAlertConditionWarning | undefined);
167
+ private _duration?;
168
+ get duration(): number;
169
+ set duration(value: number);
170
+ get durationInput(): number;
171
+ private _timeFunction?;
172
+ get timeFunction(): string;
173
+ set timeFunction(value: string);
174
+ resetTimeFunction(): void;
175
+ get timeFunctionInput(): string;
176
+ private _value?;
177
+ get value(): number;
178
+ set value(value: number);
179
+ resetValue(): void;
180
+ get valueInput(): number;
181
+ }
182
+ /**
183
+ * Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition newrelic_infra_alert_condition}
184
+ */
185
+ export declare class InfraAlertCondition extends cdktf.TerraformResource {
186
+ static readonly tfResourceType = "newrelic_infra_alert_condition";
187
+ /**
188
+ * Generates CDKTF code for importing a InfraAlertCondition resource upon running "cdktf plan <stack-name>"
189
+ * @param scope The scope in which to define this construct
190
+ * @param importToId The construct id used in the generated config for the InfraAlertCondition to import
191
+ * @param importFromId The id of the existing InfraAlertCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition#import import section} in the documentation of this resource for the id to use
192
+ * @param provider? Optional instance of the provider where the InfraAlertCondition to import is found
193
+ */
194
+ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
195
+ /**
196
+ * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/infra_alert_condition newrelic_infra_alert_condition} Resource
197
+ *
198
+ * @param scope The scope in which to define this construct
199
+ * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
200
+ * @param options InfraAlertConditionConfig
201
+ */
202
+ constructor(scope: Construct, id: string, config: InfraAlertConditionConfig);
203
+ private _comparison?;
204
+ get comparison(): string;
205
+ set comparison(value: string);
206
+ resetComparison(): void;
207
+ get comparisonInput(): string;
208
+ get createdAt(): any;
209
+ private _description?;
210
+ get description(): string;
211
+ set description(value: string);
212
+ resetDescription(): void;
213
+ get descriptionInput(): string;
214
+ private _enabled?;
215
+ get enabled(): boolean | cdktf.IResolvable;
216
+ set enabled(value: boolean | cdktf.IResolvable);
217
+ resetEnabled(): void;
218
+ get enabledInput(): any;
219
+ get entityGuid(): any;
220
+ private _event?;
221
+ get event(): string;
222
+ set event(value: string);
223
+ resetEvent(): void;
224
+ get eventInput(): string;
225
+ private _id?;
226
+ get id(): string;
227
+ set id(value: string);
228
+ resetId(): void;
229
+ get idInput(): string;
230
+ private _integrationProvider?;
231
+ get integrationProvider(): string;
232
+ set integrationProvider(value: string);
233
+ resetIntegrationProvider(): void;
234
+ get integrationProviderInput(): string;
235
+ private _name?;
236
+ get name(): string;
237
+ set name(value: string);
238
+ get nameInput(): string;
239
+ private _policyId?;
240
+ get policyId(): number;
241
+ set policyId(value: number);
242
+ get policyIdInput(): number;
243
+ private _processWhere?;
244
+ get processWhere(): string;
245
+ set processWhere(value: string);
246
+ resetProcessWhere(): void;
247
+ get processWhereInput(): string;
248
+ private _runbookUrl?;
249
+ get runbookUrl(): string;
250
+ set runbookUrl(value: string);
251
+ resetRunbookUrl(): void;
252
+ get runbookUrlInput(): string;
253
+ private _select?;
254
+ get select(): string;
255
+ set select(value: string);
256
+ resetSelect(): void;
257
+ get selectInput(): string;
258
+ private _type?;
259
+ get type(): string;
260
+ set type(value: string);
261
+ get typeInput(): string;
262
+ get updatedAt(): any;
263
+ private _violationCloseTimer?;
264
+ get violationCloseTimer(): number;
265
+ set violationCloseTimer(value: number);
266
+ resetViolationCloseTimer(): void;
267
+ get violationCloseTimerInput(): number;
268
+ private _where?;
269
+ get where(): string;
270
+ set where(value: string);
271
+ resetWhere(): void;
272
+ get whereInput(): string;
273
+ private _critical;
274
+ get critical(): InfraAlertConditionCriticalOutputReference;
275
+ putCritical(value: InfraAlertConditionCritical): void;
276
+ resetCritical(): void;
277
+ get criticalInput(): InfraAlertConditionCritical;
278
+ private _warning;
279
+ get warning(): InfraAlertConditionWarningOutputReference;
280
+ putWarning(value: InfraAlertConditionWarning): void;
281
+ resetWarning(): void;
282
+ get warningInput(): InfraAlertConditionWarning;
283
+ protected synthesizeAttributes(): {
284
+ [name: string]: any;
285
+ };
286
+ protected synthesizeHclAttributes(): {
287
+ [name: string]: any;
288
+ };
289
+ }