@cdktn/provider-newrelic 14.2.0 → 14.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3958 -10933
- package/README.md +3 -3
- package/lib/account-management/index.d.ts +10 -10
- package/lib/account-management/index.js +7 -7
- package/lib/alert-channel/index.d.ts +30 -30
- package/lib/alert-channel/index.js +7 -7
- package/lib/alert-compound-condition/index.d.ts +17 -20
- package/lib/alert-compound-condition/index.js +9 -12
- package/lib/alert-condition/index.d.ts +23 -26
- package/lib/alert-condition/index.js +8 -11
- package/lib/alert-muting-rule/index.d.ts +23 -26
- package/lib/alert-muting-rule/index.js +10 -13
- package/lib/alert-policy/index.d.ts +8 -8
- package/lib/alert-policy/index.js +6 -6
- package/lib/alert-policy-channel/index.d.ts +9 -9
- package/lib/alert-policy-channel/index.js +7 -7
- package/lib/api-access-key/index.d.ts +10 -10
- package/lib/api-access-key/index.js +6 -6
- package/lib/application-settings/index.d.ts +27 -36
- package/lib/application-settings/index.js +13 -22
- package/lib/browser-application/index.d.ts +12 -12
- package/lib/browser-application/index.js +7 -7
- package/lib/cloud-aws-eu-sovereign-integrations/index.d.ts +14 -14
- package/lib/cloud-aws-eu-sovereign-integrations/index.js +9 -9
- package/lib/cloud-aws-eu-sovereign-link-account/index.d.ts +8 -8
- package/lib/cloud-aws-eu-sovereign-link-account/index.js +6 -6
- package/lib/cloud-aws-govcloud-integrations/index.d.ts +110 -110
- package/lib/cloud-aws-govcloud-integrations/index.js +26 -26
- package/lib/cloud-aws-govcloud-link-account/index.d.ts +8 -8
- package/lib/cloud-aws-govcloud-link-account/index.js +6 -6
- package/lib/cloud-aws-integrations/index.d.ts +234 -234
- package/lib/cloud-aws-integrations/index.js +60 -60
- package/lib/cloud-aws-link-account/index.d.ts +8 -8
- package/lib/cloud-aws-link-account/index.js +6 -6
- package/lib/cloud-azure-integrations/index.d.ts +109 -109
- package/lib/cloud-azure-integrations/index.js +39 -39
- package/lib/cloud-azure-link-account/index.d.ts +10 -10
- package/lib/cloud-azure-link-account/index.js +6 -6
- package/lib/cloud-gcp-integrations/index.d.ts +62 -62
- package/lib/cloud-gcp-integrations/index.js +32 -32
- package/lib/cloud-gcp-link-account/index.d.ts +7 -7
- package/lib/cloud-gcp-link-account/index.js +6 -6
- package/lib/cloud-oci-link-account/index.d.ts +18 -18
- package/lib/cloud-oci-link-account/index.js +6 -6
- package/lib/data-newrelic-account/index.d.ts +7 -7
- package/lib/data-newrelic-account/index.js +6 -6
- package/lib/data-newrelic-alert-channel/index.d.ts +6 -9
- package/lib/data-newrelic-alert-channel/index.js +8 -11
- package/lib/data-newrelic-alert-policy/index.d.ts +7 -7
- package/lib/data-newrelic-alert-policy/index.js +6 -6
- package/lib/data-newrelic-application/index.d.ts +5 -5
- package/lib/data-newrelic-application/index.js +6 -6
- package/lib/data-newrelic-authentication-domain/index.d.ts +4 -4
- package/lib/data-newrelic-authentication-domain/index.js +6 -6
- package/lib/data-newrelic-cloud-account/index.d.ts +7 -7
- package/lib/data-newrelic-cloud-account/index.js +6 -6
- package/lib/data-newrelic-entity/index.d.ts +14 -17
- package/lib/data-newrelic-entity/index.js +8 -11
- package/lib/data-newrelic-group/index.d.ts +5 -5
- package/lib/data-newrelic-group/index.js +6 -6
- package/lib/data-newrelic-key-transaction/index.d.ts +7 -7
- package/lib/data-newrelic-key-transaction/index.js +6 -6
- package/lib/data-newrelic-notification-destination/index.d.ts +12 -18
- package/lib/data-newrelic-notification-destination/index.js +11 -17
- package/lib/data-newrelic-obfuscation-expression/index.d.ts +6 -6
- package/lib/data-newrelic-obfuscation-expression/index.js +6 -6
- package/lib/data-newrelic-service-level-alert-helper/index.d.ts +11 -11
- package/lib/data-newrelic-service-level-alert-helper/index.js +6 -6
- package/lib/data-newrelic-synthetics-private-location/index.d.ts +7 -7
- package/lib/data-newrelic-synthetics-private-location/index.js +6 -6
- package/lib/data-newrelic-synthetics-secure-credential/index.d.ts +6 -6
- package/lib/data-newrelic-synthetics-secure-credential/index.js +6 -6
- package/lib/data-newrelic-test-grok-pattern/index.d.ts +7 -13
- package/lib/data-newrelic-test-grok-pattern/index.js +10 -16
- package/lib/data-newrelic-user/index.d.ts +6 -6
- package/lib/data-newrelic-user/index.js +6 -6
- package/lib/data-partition-rule/index.d.ts +12 -12
- package/lib/data-partition-rule/index.js +7 -7
- package/lib/entity-tags/index.d.ts +10 -13
- package/lib/entity-tags/index.js +9 -12
- package/lib/events-to-metrics-rule/index.d.ts +9 -9
- package/lib/events-to-metrics-rule/index.js +6 -6
- package/lib/fleet/index.d.ts +123 -0
- package/lib/fleet/index.js +234 -0
- package/lib/group/index.d.ts +7 -7
- package/lib/group/index.js +6 -6
- package/lib/index.d.ts +2 -0
- package/lib/index.js +5 -3
- package/lib/infra-alert-condition/index.d.ts +25 -25
- package/lib/infra-alert-condition/index.js +8 -8
- package/lib/insights-event/index.d.ts +11 -17
- package/lib/insights-event/index.js +10 -16
- package/lib/key-transaction/index.d.ts +9 -9
- package/lib/key-transaction/index.js +6 -6
- package/lib/lazy-index.js +3 -1
- package/lib/log-parsing-rule/index.d.ts +12 -12
- package/lib/log-parsing-rule/index.js +6 -6
- package/lib/monitor-downtime/index.d.ts +20 -20
- package/lib/monitor-downtime/index.js +9 -9
- package/lib/notification-channel/index.d.ts +18 -21
- package/lib/notification-channel/index.js +9 -12
- package/lib/notification-destination/index.d.ts +31 -37
- package/lib/notification-destination/index.js +15 -21
- package/lib/nrql-alert-condition/index.d.ts +75 -78
- package/lib/nrql-alert-condition/index.js +17 -20
- package/lib/nrql-drop-rule/index.d.ts +10 -10
- package/lib/nrql-drop-rule/index.js +7 -7
- package/lib/obfuscation-expression/index.d.ts +8 -8
- package/lib/obfuscation-expression/index.js +6 -6
- package/lib/obfuscation-rule/index.d.ts +13 -16
- package/lib/obfuscation-rule/index.js +8 -11
- package/lib/one-dashboard/index-structs/structs0.d.ts +364 -592
- package/lib/one-dashboard/index-structs/structs0.js +185 -413
- package/lib/one-dashboard/index-structs/structs400.d.ts +286 -451
- package/lib/one-dashboard/index-structs/structs400.js +130 -295
- package/lib/one-dashboard/index.d.ts +10 -10
- package/lib/one-dashboard/index.js +6 -6
- package/lib/one-dashboard-json/index.d.ts +9 -9
- package/lib/one-dashboard-json/index.js +7 -7
- package/lib/one-dashboard-raw/index.d.ts +20 -26
- package/lib/one-dashboard-raw/index.js +10 -16
- package/lib/pipeline-cloud-rule/index.d.ts +8 -8
- package/lib/pipeline-cloud-rule/index.js +6 -6
- package/lib/provider/index.d.ts +17 -17
- package/lib/provider/index.js +6 -6
- package/lib/service-level/index.d.ts +38 -38
- package/lib/service-level/index.js +16 -16
- package/lib/synthetics-alert-condition/index.d.ts +9 -9
- package/lib/synthetics-alert-condition/index.js +6 -6
- package/lib/synthetics-broken-links-monitor/index.d.ts +17 -20
- package/lib/synthetics-broken-links-monitor/index.js +8 -11
- package/lib/synthetics-cert-check-monitor/index.d.ts +18 -21
- package/lib/synthetics-cert-check-monitor/index.js +8 -11
- package/lib/synthetics-monitor/index.d.ts +31 -37
- package/lib/synthetics-monitor/index.js +10 -16
- package/lib/synthetics-multilocation-alert-condition/index.d.ts +14 -14
- package/lib/synthetics-multilocation-alert-condition/index.js +8 -8
- package/lib/synthetics-private-location/index.d.ts +8 -8
- package/lib/synthetics-private-location/index.js +6 -6
- package/lib/synthetics-script-monitor/index.d.ts +26 -32
- package/lib/synthetics-script-monitor/index.js +10 -16
- package/lib/synthetics-secure-credential/index.d.ts +11 -11
- package/lib/synthetics-secure-credential/index.js +7 -7
- package/lib/synthetics-step-monitor/index.d.ts +25 -34
- package/lib/synthetics-step-monitor/index.js +12 -21
- package/lib/user/index.d.ts +8 -8
- package/lib/user/index.js +6 -6
- package/lib/workflow/index.d.ts +26 -38
- package/lib/workflow/index.js +16 -28
- package/lib/workflow-automation/index.d.ts +92 -0
- package/lib/workflow-automation/index.js +181 -0
- package/lib/workload/index.d.ts +32 -41
- package/lib/workload/index.js +17 -26
- package/package.json +4 -4
|
@@ -8,41 +8,41 @@ export interface ApplicationSettingsConfig extends cdktn.TerraformMetaArguments
|
|
|
8
8
|
/**
|
|
9
9
|
* The response time threshold value for Apdex score calculation.
|
|
10
10
|
*
|
|
11
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
11
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}
|
|
12
12
|
*/
|
|
13
13
|
readonly appApdexThreshold?: number;
|
|
14
14
|
/**
|
|
15
15
|
* Dummy field to support backward compatibility of previous version.should be removed with next major version.
|
|
16
16
|
*
|
|
17
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
17
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}
|
|
18
18
|
*/
|
|
19
19
|
readonly enableRealUserMonitoring?: boolean | cdktn.IResolvable;
|
|
20
20
|
/**
|
|
21
21
|
* Samples and reports the slowest database queries in your traces.
|
|
22
22
|
*
|
|
23
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
23
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#enable_slow_sql ApplicationSettings#enable_slow_sql}
|
|
24
24
|
*/
|
|
25
25
|
readonly enableSlowSql?: boolean | cdktn.IResolvable;
|
|
26
26
|
/**
|
|
27
27
|
* Enable or disable the thread profiler.
|
|
28
28
|
*
|
|
29
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
29
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#enable_thread_profiler ApplicationSettings#enable_thread_profiler}
|
|
30
30
|
*/
|
|
31
31
|
readonly enableThreadProfiler?: boolean | cdktn.IResolvable;
|
|
32
32
|
/**
|
|
33
33
|
* Dummy field to support backward compatibility of previous version.should be removed with next major version.
|
|
34
34
|
*
|
|
35
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
35
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}
|
|
36
36
|
*/
|
|
37
37
|
readonly endUserApdexThreshold?: number;
|
|
38
38
|
/**
|
|
39
39
|
* The GUID of the application in New Relic.
|
|
40
40
|
*
|
|
41
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
41
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#guid ApplicationSettings#guid}
|
|
42
42
|
*/
|
|
43
43
|
readonly guid?: string;
|
|
44
44
|
/**
|
|
45
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
45
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#id ApplicationSettings#id}
|
|
46
46
|
*
|
|
47
47
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
48
48
|
* 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.
|
|
@@ -51,31 +51,31 @@ export interface ApplicationSettingsConfig extends cdktn.TerraformMetaArguments
|
|
|
51
51
|
/**
|
|
52
52
|
* The name of the application in New Relic.
|
|
53
53
|
*
|
|
54
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
54
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#name ApplicationSettings#name}
|
|
55
55
|
*/
|
|
56
56
|
readonly name?: string;
|
|
57
57
|
/**
|
|
58
58
|
* The type of tracer to use, either 'CROSS_APPLICATION_TRACER', 'DISTRIBUTED_TRACING', 'NONE', or 'OPT_OUT'.
|
|
59
59
|
*
|
|
60
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
60
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#tracer_type ApplicationSettings#tracer_type}
|
|
61
61
|
*/
|
|
62
62
|
readonly tracerType?: string;
|
|
63
63
|
/**
|
|
64
64
|
* Enable or disable server side monitoring.
|
|
65
65
|
*
|
|
66
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
66
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#use_server_side_config ApplicationSettings#use_server_side_config}
|
|
67
67
|
*/
|
|
68
68
|
readonly useServerSideConfig?: boolean | cdktn.IResolvable;
|
|
69
69
|
/**
|
|
70
70
|
* error_collector block
|
|
71
71
|
*
|
|
72
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
72
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#error_collector ApplicationSettings#error_collector}
|
|
73
73
|
*/
|
|
74
74
|
readonly errorCollector?: ApplicationSettingsErrorCollector[] | cdktn.IResolvable;
|
|
75
75
|
/**
|
|
76
76
|
* transaction_tracer block
|
|
77
77
|
*
|
|
78
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
78
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#transaction_tracer ApplicationSettings#transaction_tracer}
|
|
79
79
|
*/
|
|
80
80
|
readonly transactionTracer?: ApplicationSettingsTransactionTracer[] | cdktn.IResolvable;
|
|
81
81
|
}
|
|
@@ -83,25 +83,25 @@ export interface ApplicationSettingsErrorCollector {
|
|
|
83
83
|
/**
|
|
84
84
|
* A list of error classes that are expected and should not trigger alerts.
|
|
85
85
|
*
|
|
86
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
86
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#expected_error_classes ApplicationSettings#expected_error_classes}
|
|
87
87
|
*/
|
|
88
88
|
readonly expectedErrorClasses?: string[];
|
|
89
89
|
/**
|
|
90
90
|
* A list of error codes that are expected and should not trigger alerts.
|
|
91
91
|
*
|
|
92
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
92
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#expected_error_codes ApplicationSettings#expected_error_codes}
|
|
93
93
|
*/
|
|
94
94
|
readonly expectedErrorCodes?: string[];
|
|
95
95
|
/**
|
|
96
96
|
* A list of error classes that should be ignored.
|
|
97
97
|
*
|
|
98
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
98
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#ignored_error_classes ApplicationSettings#ignored_error_classes}
|
|
99
99
|
*/
|
|
100
100
|
readonly ignoredErrorClasses?: string[];
|
|
101
101
|
/**
|
|
102
102
|
* A list of error codes that should be ignored.
|
|
103
103
|
*
|
|
104
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
104
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#ignored_error_codes ApplicationSettings#ignored_error_codes}
|
|
105
105
|
*/
|
|
106
106
|
readonly ignoredErrorCodes?: string[];
|
|
107
107
|
}
|
|
@@ -141,9 +141,6 @@ export declare class ApplicationSettingsErrorCollectorOutputReference extends cd
|
|
|
141
141
|
get ignoredErrorCodesInput(): string[] | undefined;
|
|
142
142
|
}
|
|
143
143
|
export declare class ApplicationSettingsErrorCollectorList extends cdktn.ComplexList {
|
|
144
|
-
protected terraformResource: cdktn.IInterpolatingParent;
|
|
145
|
-
protected terraformAttribute: string;
|
|
146
|
-
protected wrapsSet: boolean;
|
|
147
144
|
internalValue?: ApplicationSettingsErrorCollector[] | cdktn.IResolvable;
|
|
148
145
|
/**
|
|
149
146
|
* @param terraformResource The parent resource
|
|
@@ -160,13 +157,13 @@ export interface ApplicationSettingsTransactionTracerExplainQueryPlans {
|
|
|
160
157
|
/**
|
|
161
158
|
* The type of threshold for explain plans, either 'APDEX_F' or 'VALUE'.
|
|
162
159
|
*
|
|
163
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
160
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#query_plan_threshold_type ApplicationSettings#query_plan_threshold_type}
|
|
164
161
|
*/
|
|
165
162
|
readonly queryPlanThresholdType?: string;
|
|
166
163
|
/**
|
|
167
164
|
* The threshold value for explain plans when 'query_plan_threshold_type' is 'VALUE'.
|
|
168
165
|
*
|
|
169
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
166
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#query_plan_threshold_value ApplicationSettings#query_plan_threshold_value}
|
|
170
167
|
*/
|
|
171
168
|
readonly queryPlanThresholdValue?: number;
|
|
172
169
|
}
|
|
@@ -196,9 +193,6 @@ export declare class ApplicationSettingsTransactionTracerExplainQueryPlansOutput
|
|
|
196
193
|
get queryPlanThresholdValueInput(): number | undefined;
|
|
197
194
|
}
|
|
198
195
|
export declare class ApplicationSettingsTransactionTracerExplainQueryPlansList extends cdktn.ComplexList {
|
|
199
|
-
protected terraformResource: cdktn.IInterpolatingParent;
|
|
200
|
-
protected terraformAttribute: string;
|
|
201
|
-
protected wrapsSet: boolean;
|
|
202
196
|
internalValue?: ApplicationSettingsTransactionTracerExplainQueryPlans[] | cdktn.IResolvable;
|
|
203
197
|
/**
|
|
204
198
|
* @param terraformResource The parent resource
|
|
@@ -215,7 +209,7 @@ export interface ApplicationSettingsTransactionTracerSql {
|
|
|
215
209
|
/**
|
|
216
210
|
* The level of SQL recording, either 'OBFUSCATED', 'OFF', or 'RAW'.
|
|
217
211
|
*
|
|
218
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
212
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#record_sql ApplicationSettings#record_sql}
|
|
219
213
|
*/
|
|
220
214
|
readonly recordSql: string;
|
|
221
215
|
}
|
|
@@ -239,31 +233,31 @@ export interface ApplicationSettingsTransactionTracer {
|
|
|
239
233
|
/**
|
|
240
234
|
* The response time threshold value for capturing stack traces of SQL queries.
|
|
241
235
|
*
|
|
242
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
236
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#stack_trace_threshold_value ApplicationSettings#stack_trace_threshold_value}
|
|
243
237
|
*/
|
|
244
238
|
readonly stackTraceThresholdValue?: number;
|
|
245
239
|
/**
|
|
246
240
|
* The type of threshold for transaction tracing, either 'APDEX_F' or 'VALUE'.
|
|
247
241
|
*
|
|
248
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
242
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#transaction_threshold_type ApplicationSettings#transaction_threshold_type}
|
|
249
243
|
*/
|
|
250
244
|
readonly transactionThresholdType?: string;
|
|
251
245
|
/**
|
|
252
246
|
* The threshold value for transaction tracing when 'transaction_threshold_type' is 'VALUE'.
|
|
253
247
|
*
|
|
254
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
248
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#transaction_threshold_value ApplicationSettings#transaction_threshold_value}
|
|
255
249
|
*/
|
|
256
250
|
readonly transactionThresholdValue?: number;
|
|
257
251
|
/**
|
|
258
252
|
* explain_query_plans block
|
|
259
253
|
*
|
|
260
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
254
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#explain_query_plans ApplicationSettings#explain_query_plans}
|
|
261
255
|
*/
|
|
262
256
|
readonly explainQueryPlans?: ApplicationSettingsTransactionTracerExplainQueryPlans[] | cdktn.IResolvable;
|
|
263
257
|
/**
|
|
264
258
|
* sql block
|
|
265
259
|
*
|
|
266
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
260
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#sql ApplicationSettings#sql}
|
|
267
261
|
*/
|
|
268
262
|
readonly sql?: ApplicationSettingsTransactionTracerSql;
|
|
269
263
|
}
|
|
@@ -308,9 +302,6 @@ export declare class ApplicationSettingsTransactionTracerOutputReference extends
|
|
|
308
302
|
get sqlInput(): ApplicationSettingsTransactionTracerSql | undefined;
|
|
309
303
|
}
|
|
310
304
|
export declare class ApplicationSettingsTransactionTracerList extends cdktn.ComplexList {
|
|
311
|
-
protected terraformResource: cdktn.IInterpolatingParent;
|
|
312
|
-
protected terraformAttribute: string;
|
|
313
|
-
protected wrapsSet: boolean;
|
|
314
305
|
internalValue?: ApplicationSettingsTransactionTracer[] | cdktn.IResolvable;
|
|
315
306
|
/**
|
|
316
307
|
* @param terraformResource The parent resource
|
|
@@ -324,7 +315,7 @@ export declare class ApplicationSettingsTransactionTracerList extends cdktn.Comp
|
|
|
324
315
|
get(index: number): ApplicationSettingsTransactionTracerOutputReference;
|
|
325
316
|
}
|
|
326
317
|
/**
|
|
327
|
-
* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
318
|
+
* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings newrelic_application_settings}
|
|
328
319
|
*/
|
|
329
320
|
export declare class ApplicationSettings extends cdktn.TerraformResource {
|
|
330
321
|
static readonly tfResourceType = "newrelic_application_settings";
|
|
@@ -332,12 +323,12 @@ export declare class ApplicationSettings extends cdktn.TerraformResource {
|
|
|
332
323
|
* Generates CDKTN code for importing a ApplicationSettings resource upon running "cdktn plan <stack-name>"
|
|
333
324
|
* @param scope The scope in which to define this construct
|
|
334
325
|
* @param importToId The construct id used in the generated config for the ApplicationSettings to import
|
|
335
|
-
* @param importFromId The id of the existing ApplicationSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
326
|
+
* @param importFromId The id of the existing ApplicationSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use
|
|
336
327
|
* @param provider? Optional instance of the provider where the ApplicationSettings to import is found
|
|
337
328
|
*/
|
|
338
329
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktn.TerraformProvider): cdktn.ImportableResource;
|
|
339
330
|
/**
|
|
340
|
-
* Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
331
|
+
* Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.84.0/docs/resources/application_settings newrelic_application_settings} Resource
|
|
341
332
|
*
|
|
342
333
|
* @param scope The scope in which to define this construct
|
|
343
334
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|