@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,305 @@
1
+ import { Construct } from 'constructs';
2
+ import * as cdktf from 'cdktf';
3
+ export interface AlertMutingRuleConfig extends cdktf.TerraformMetaArguments {
4
+ /**
5
+ * The account id of the MutingRule..
6
+ *
7
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#account_id AlertMutingRule#account_id}
8
+ */
9
+ readonly accountId?: number;
10
+ /**
11
+ * The action when the muting rule window is ended or disabled.
12
+ *
13
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#action_on_muting_rule_window_ended AlertMutingRule#action_on_muting_rule_window_ended}
14
+ */
15
+ readonly actionOnMutingRuleWindowEnded?: string;
16
+ /**
17
+ * The description of the MutingRule.
18
+ *
19
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#description AlertMutingRule#description}
20
+ */
21
+ readonly description?: string;
22
+ /**
23
+ * Whether the MutingRule is enabled.
24
+ *
25
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#enabled AlertMutingRule#enabled}
26
+ */
27
+ readonly enabled: boolean | cdktf.IResolvable;
28
+ /**
29
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#id AlertMutingRule#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 name of the MutingRule.
37
+ *
38
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#name AlertMutingRule#name}
39
+ */
40
+ readonly name: string;
41
+ /**
42
+ * condition block
43
+ *
44
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#condition AlertMutingRule#condition}
45
+ */
46
+ readonly condition: AlertMutingRuleCondition;
47
+ /**
48
+ * schedule block
49
+ *
50
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#schedule AlertMutingRule#schedule}
51
+ */
52
+ readonly schedule?: AlertMutingRuleSchedule;
53
+ }
54
+ export interface AlertMutingRuleConditionConditions {
55
+ /**
56
+ * The attribute on an incident.
57
+ *
58
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#attribute AlertMutingRule#attribute}
59
+ */
60
+ readonly attribute: string;
61
+ /**
62
+ * The operator used to compare the attribute's value with the supplied value(s).
63
+ *
64
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#operator AlertMutingRule#operator}
65
+ */
66
+ readonly operator: string;
67
+ /**
68
+ * The value(s) to compare against the attribute's value.
69
+ *
70
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#values AlertMutingRule#values}
71
+ */
72
+ readonly values: string[];
73
+ }
74
+ export declare function alertMutingRuleConditionConditionsToTerraform(struct?: AlertMutingRuleConditionConditions | cdktf.IResolvable): any;
75
+ export declare function alertMutingRuleConditionConditionsToHclTerraform(struct?: AlertMutingRuleConditionConditions | cdktf.IResolvable): any;
76
+ export declare class AlertMutingRuleConditionConditionsOutputReference extends cdktf.ComplexObject {
77
+ private isEmptyObject;
78
+ private resolvableValue?;
79
+ /**
80
+ * @param terraformResource The parent resource
81
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
82
+ * @param complexObjectIndex the index of this item in the list
83
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
84
+ */
85
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
86
+ get internalValue(): AlertMutingRuleConditionConditions | cdktf.IResolvable | undefined;
87
+ set internalValue(value: AlertMutingRuleConditionConditions | cdktf.IResolvable | undefined);
88
+ private _attribute?;
89
+ get attribute(): string;
90
+ set attribute(value: string);
91
+ get attributeInput(): string;
92
+ private _operator?;
93
+ get operator(): string;
94
+ set operator(value: string);
95
+ get operatorInput(): string;
96
+ private _values?;
97
+ get values(): string[];
98
+ set values(value: string[]);
99
+ get valuesInput(): string[];
100
+ }
101
+ export declare class AlertMutingRuleConditionConditionsList extends cdktf.ComplexList {
102
+ protected terraformResource: cdktf.IInterpolatingParent;
103
+ protected terraformAttribute: string;
104
+ protected wrapsSet: boolean;
105
+ internalValue?: AlertMutingRuleConditionConditions[] | cdktf.IResolvable;
106
+ /**
107
+ * @param terraformResource The parent resource
108
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
109
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
110
+ */
111
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
112
+ /**
113
+ * @param index the index of the item to return
114
+ */
115
+ get(index: number): AlertMutingRuleConditionConditionsOutputReference;
116
+ }
117
+ export interface AlertMutingRuleCondition {
118
+ /**
119
+ * The operator used to combine all the MutingRuleConditions within the group.
120
+ *
121
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#operator AlertMutingRule#operator}
122
+ */
123
+ readonly operator: string;
124
+ /**
125
+ * conditions block
126
+ *
127
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#conditions AlertMutingRule#conditions}
128
+ */
129
+ readonly conditions: AlertMutingRuleConditionConditions[] | cdktf.IResolvable;
130
+ }
131
+ export declare function alertMutingRuleConditionToTerraform(struct?: AlertMutingRuleConditionOutputReference | AlertMutingRuleCondition): any;
132
+ export declare function alertMutingRuleConditionToHclTerraform(struct?: AlertMutingRuleConditionOutputReference | AlertMutingRuleCondition): any;
133
+ export declare class AlertMutingRuleConditionOutputReference extends cdktf.ComplexObject {
134
+ private isEmptyObject;
135
+ /**
136
+ * @param terraformResource The parent resource
137
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
138
+ */
139
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
140
+ get internalValue(): AlertMutingRuleCondition | undefined;
141
+ set internalValue(value: AlertMutingRuleCondition | undefined);
142
+ private _operator?;
143
+ get operator(): string;
144
+ set operator(value: string);
145
+ get operatorInput(): string;
146
+ private _conditions;
147
+ get conditions(): AlertMutingRuleConditionConditionsList;
148
+ putConditions(value: AlertMutingRuleConditionConditions[] | cdktf.IResolvable): void;
149
+ get conditionsInput(): any;
150
+ }
151
+ export interface AlertMutingRuleSchedule {
152
+ /**
153
+ * The datetime stamp when the MutingRule schedule should stop repeating.
154
+ *
155
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#end_repeat AlertMutingRule#end_repeat}
156
+ */
157
+ readonly endRepeat?: string;
158
+ /**
159
+ * The datetime stamp representing when the MutingRule should end.
160
+ *
161
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#end_time AlertMutingRule#end_time}
162
+ */
163
+ readonly endTime?: string;
164
+ /**
165
+ * The frequency the MutingRule schedule repeats. One of [DAILY, WEEKLY, MONTHLY]
166
+ *
167
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#repeat AlertMutingRule#repeat}
168
+ */
169
+ readonly repeat?: string;
170
+ /**
171
+ * The number of times the MutingRule schedule should repeat.
172
+ *
173
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#repeat_count AlertMutingRule#repeat_count}
174
+ */
175
+ readonly repeatCount?: number;
176
+ /**
177
+ * The datetime stamp representing when the MutingRule should start.
178
+ *
179
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#start_time AlertMutingRule#start_time}
180
+ */
181
+ readonly startTime?: string;
182
+ /**
183
+ * The time zone that applies to the MutingRule schedule.
184
+ *
185
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#time_zone AlertMutingRule#time_zone}
186
+ */
187
+ readonly timeZone: string;
188
+ /**
189
+ * The day(s) of the week that a MutingRule should repeat when the repeat field is set to WEEKLY.
190
+ *
191
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#weekly_repeat_days AlertMutingRule#weekly_repeat_days}
192
+ */
193
+ readonly weeklyRepeatDays?: string[];
194
+ }
195
+ export declare function alertMutingRuleScheduleToTerraform(struct?: AlertMutingRuleScheduleOutputReference | AlertMutingRuleSchedule): any;
196
+ export declare function alertMutingRuleScheduleToHclTerraform(struct?: AlertMutingRuleScheduleOutputReference | AlertMutingRuleSchedule): any;
197
+ export declare class AlertMutingRuleScheduleOutputReference extends cdktf.ComplexObject {
198
+ private isEmptyObject;
199
+ /**
200
+ * @param terraformResource The parent resource
201
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
202
+ */
203
+ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
204
+ get internalValue(): AlertMutingRuleSchedule | undefined;
205
+ set internalValue(value: AlertMutingRuleSchedule | undefined);
206
+ private _endRepeat?;
207
+ get endRepeat(): string;
208
+ set endRepeat(value: string);
209
+ resetEndRepeat(): void;
210
+ get endRepeatInput(): string;
211
+ private _endTime?;
212
+ get endTime(): string;
213
+ set endTime(value: string);
214
+ resetEndTime(): void;
215
+ get endTimeInput(): string;
216
+ private _repeat?;
217
+ get repeat(): string;
218
+ set repeat(value: string);
219
+ resetRepeat(): void;
220
+ get repeatInput(): string;
221
+ private _repeatCount?;
222
+ get repeatCount(): number;
223
+ set repeatCount(value: number);
224
+ resetRepeatCount(): void;
225
+ get repeatCountInput(): number;
226
+ private _startTime?;
227
+ get startTime(): string;
228
+ set startTime(value: string);
229
+ resetStartTime(): void;
230
+ get startTimeInput(): string;
231
+ private _timeZone?;
232
+ get timeZone(): string;
233
+ set timeZone(value: string);
234
+ get timeZoneInput(): string;
235
+ private _weeklyRepeatDays?;
236
+ get weeklyRepeatDays(): string[];
237
+ set weeklyRepeatDays(value: string[]);
238
+ resetWeeklyRepeatDays(): void;
239
+ get weeklyRepeatDaysInput(): string[];
240
+ }
241
+ /**
242
+ * Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule newrelic_alert_muting_rule}
243
+ */
244
+ export declare class AlertMutingRule extends cdktf.TerraformResource {
245
+ static readonly tfResourceType = "newrelic_alert_muting_rule";
246
+ /**
247
+ * Generates CDKTF code for importing a AlertMutingRule resource upon running "cdktf plan <stack-name>"
248
+ * @param scope The scope in which to define this construct
249
+ * @param importToId The construct id used in the generated config for the AlertMutingRule to import
250
+ * @param importFromId The id of the existing AlertMutingRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule#import import section} in the documentation of this resource for the id to use
251
+ * @param provider? Optional instance of the provider where the AlertMutingRule to import is found
252
+ */
253
+ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
254
+ /**
255
+ * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_muting_rule newrelic_alert_muting_rule} Resource
256
+ *
257
+ * @param scope The scope in which to define this construct
258
+ * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
259
+ * @param options AlertMutingRuleConfig
260
+ */
261
+ constructor(scope: Construct, id: string, config: AlertMutingRuleConfig);
262
+ private _accountId?;
263
+ get accountId(): number;
264
+ set accountId(value: number);
265
+ resetAccountId(): void;
266
+ get accountIdInput(): number;
267
+ private _actionOnMutingRuleWindowEnded?;
268
+ get actionOnMutingRuleWindowEnded(): string;
269
+ set actionOnMutingRuleWindowEnded(value: string);
270
+ resetActionOnMutingRuleWindowEnded(): void;
271
+ get actionOnMutingRuleWindowEndedInput(): string;
272
+ private _description?;
273
+ get description(): string;
274
+ set description(value: string);
275
+ resetDescription(): void;
276
+ get descriptionInput(): string;
277
+ private _enabled?;
278
+ get enabled(): boolean | cdktf.IResolvable;
279
+ set enabled(value: boolean | cdktf.IResolvable);
280
+ get enabledInput(): any;
281
+ private _id?;
282
+ get id(): string;
283
+ set id(value: string);
284
+ resetId(): void;
285
+ get idInput(): string;
286
+ private _name?;
287
+ get name(): string;
288
+ set name(value: string);
289
+ get nameInput(): string;
290
+ private _condition;
291
+ get condition(): AlertMutingRuleConditionOutputReference;
292
+ putCondition(value: AlertMutingRuleCondition): void;
293
+ get conditionInput(): AlertMutingRuleCondition;
294
+ private _schedule;
295
+ get schedule(): AlertMutingRuleScheduleOutputReference;
296
+ putSchedule(value: AlertMutingRuleSchedule): void;
297
+ resetSchedule(): void;
298
+ get scheduleInput(): AlertMutingRuleSchedule;
299
+ protected synthesizeAttributes(): {
300
+ [name: string]: any;
301
+ };
302
+ protected synthesizeHclAttributes(): {
303
+ [name: string]: any;
304
+ };
305
+ }