@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.
- package/LICENSE +355 -0
- package/README.md +19 -0
- package/dist/account-management/index.d.ts +64 -0
- package/dist/account-management/index.js +131 -0
- package/dist/alert-channel/index.d.ts +347 -0
- package/dist/alert-channel/index.js +810 -0
- package/dist/alert-condition/index.d.ts +267 -0
- package/dist/alert-condition/index.js +587 -0
- package/dist/alert-muting-rule/index.d.ts +305 -0
- package/dist/alert-muting-rule/index.js +731 -0
- package/dist/alert-policy/index.d.ts +87 -0
- package/dist/alert-policy/index.js +180 -0
- package/dist/alert-policy-channel/index.d.ts +110 -0
- package/dist/alert-policy-channel/index.js +260 -0
- package/dist/api-access-key/index.d.ts +98 -0
- package/dist/api-access-key/index.js +230 -0
- package/dist/application-settings/index.d.ts +410 -0
- package/dist/application-settings/index.js +966 -0
- package/dist/browser-application/index.d.ts +101 -0
- package/dist/browser-application/index.js +215 -0
- package/dist/cloud-aws-govcloud-integrations/index.d.ts +1519 -0
- package/dist/cloud-aws-govcloud-integrations/index.js +3846 -0
- package/dist/cloud-aws-govcloud-link-account/index.d.ts +86 -0
- package/dist/cloud-aws-govcloud-link-account/index.js +177 -0
- package/dist/cloud-aws-integrations/index.d.ts +3294 -0
- package/dist/cloud-aws-integrations/index.js +8554 -0
- package/dist/cloud-aws-link-account/index.d.ts +86 -0
- package/dist/cloud-aws-link-account/index.js +177 -0
- package/dist/cloud-azure-integrations/index.d.ts +1662 -0
- package/dist/cloud-azure-integrations/index.js +4338 -0
- package/dist/cloud-azure-link-account/index.d.ts +105 -0
- package/dist/cloud-azure-link-account/index.js +214 -0
- package/dist/cloud-gcp-integrations/index.d.ts +1045 -0
- package/dist/cloud-gcp-integrations/index.js +2742 -0
- package/dist/cloud-gcp-link-account/index.d.ts +75 -0
- package/dist/cloud-gcp-link-account/index.js +154 -0
- package/dist/cloud-oci-link-account/index.d.ts +191 -0
- package/dist/cloud-oci-link-account/index.js +392 -0
- package/dist/data-newrelic-account/index.d.ts +77 -0
- package/dist/data-newrelic-account/index.js +160 -0
- package/dist/data-newrelic-alert-channel/index.d.ts +122 -0
- package/dist/data-newrelic-alert-channel/index.js +295 -0
- package/dist/data-newrelic-alert-policy/index.d.ts +78 -0
- package/dist/data-newrelic-alert-policy/index.js +165 -0
- package/dist/data-newrelic-application/index.d.ts +56 -0
- package/dist/data-newrelic-application/index.js +119 -0
- package/dist/data-newrelic-authentication-domain/index.d.ts +43 -0
- package/dist/data-newrelic-authentication-domain/index.js +92 -0
- package/dist/data-newrelic-cloud-account/index.d.ts +75 -0
- package/dist/data-newrelic-cloud-account/index.js +154 -0
- package/dist/data-newrelic-entity/index.d.ts +185 -0
- package/dist/data-newrelic-entity/index.js +414 -0
- package/dist/data-newrelic-group/index.d.ts +54 -0
- package/dist/data-newrelic-group/index.js +116 -0
- package/dist/data-newrelic-key-transaction/index.d.ts +78 -0
- package/dist/data-newrelic-key-transaction/index.js +165 -0
- package/dist/data-newrelic-notification-destination/index.d.ts +161 -0
- package/dist/data-newrelic-notification-destination/index.js +368 -0
- package/dist/data-newrelic-obfuscation-expression/index.d.ts +65 -0
- package/dist/data-newrelic-obfuscation-expression/index.js +134 -0
- package/dist/data-newrelic-service-level-alert-helper/index.d.ts +107 -0
- package/dist/data-newrelic-service-level-alert-helper/index.js +256 -0
- package/dist/data-newrelic-synthetics-private-location/index.d.ts +76 -0
- package/dist/data-newrelic-synthetics-private-location/index.js +157 -0
- package/dist/data-newrelic-synthetics-secure-credential/index.d.ts +67 -0
- package/dist/data-newrelic-synthetics-secure-credential/index.js +142 -0
- package/dist/data-newrelic-test-grok-pattern/index.d.ts +145 -0
- package/dist/data-newrelic-test-grok-pattern/index.js +312 -0
- package/dist/data-newrelic-user/index.d.ts +65 -0
- package/dist/data-newrelic-user/index.js +138 -0
- package/dist/data-partition-rule/index.d.ts +142 -0
- package/dist/data-partition-rule/index.js +327 -0
- package/dist/entity-tags/index.d.ts +152 -0
- package/dist/entity-tags/index.js +367 -0
- package/dist/events-to-metrics-rule/index.d.ts +98 -0
- package/dist/events-to-metrics-rule/index.js +204 -0
- package/dist/group/index.d.ts +75 -0
- package/dist/group/index.js +154 -0
- package/dist/index.d.ts +67 -0
- package/dist/index.js +68 -0
- package/dist/infra-alert-condition/index.d.ts +289 -0
- package/dist/infra-alert-condition/index.js +691 -0
- package/dist/insights-event/index.d.ts +182 -0
- package/dist/insights-event/index.js +427 -0
- package/dist/key-transaction/index.d.ts +96 -0
- package/dist/key-transaction/index.js +199 -0
- package/dist/lazy-index.d.ts +0 -0
- package/dist/lazy-index.js +68 -0
- package/dist/log-parsing-rule/index.d.ts +128 -0
- package/dist/log-parsing-rule/index.js +264 -0
- package/dist/monitor-downtime/index.d.ts +255 -0
- package/dist/monitor-downtime/index.js +603 -0
- package/dist/notification-channel/index.d.ts +236 -0
- package/dist/notification-channel/index.js +561 -0
- package/dist/notification-destination/index.d.ts +402 -0
- package/dist/notification-destination/index.js +1039 -0
- package/dist/nrql-alert-condition/index.d.ts +892 -0
- package/dist/nrql-alert-condition/index.js +2177 -0
- package/dist/nrql-drop-rule/index.d.ts +123 -0
- package/dist/nrql-drop-rule/index.js +291 -0
- package/dist/obfuscation-expression/index.d.ts +86 -0
- package/dist/obfuscation-expression/index.js +177 -0
- package/dist/obfuscation-rule/index.d.ts +169 -0
- package/dist/obfuscation-rule/index.js +372 -0
- package/dist/one-dashboard/index-structs/index.d.ts +2 -0
- package/dist/one-dashboard/index-structs/index.js +2 -0
- package/dist/one-dashboard/index-structs/structs0.d.ts +6996 -0
- package/dist/one-dashboard/index-structs/structs0.js +18191 -0
- package/dist/one-dashboard/index-structs/structs400.d.ts +3699 -0
- package/dist/one-dashboard/index-structs/structs400.js +9611 -0
- package/dist/one-dashboard/index.d.ts +112 -0
- package/dist/one-dashboard/index.js +232 -0
- package/dist/one-dashboard-json/index.d.ts +112 -0
- package/dist/one-dashboard-json/index.js +280 -0
- package/dist/one-dashboard-raw/index.d.ts +274 -0
- package/dist/one-dashboard-raw/index.js +666 -0
- package/dist/pipeline-cloud-rule/index.d.ts +86 -0
- package/dist/pipeline-cloud-rule/index.js +177 -0
- package/dist/provider/index.d.ts +160 -0
- package/dist/provider/index.js +378 -0
- package/dist/service-level/index.d.ts +501 -0
- package/dist/service-level/index.js +1425 -0
- package/dist/synthetics-alert-condition/index.d.ts +97 -0
- package/dist/synthetics-alert-condition/index.js +201 -0
- package/dist/synthetics-broken-links-monitor/index.d.ts +217 -0
- package/dist/synthetics-broken-links-monitor/index.js +474 -0
- package/dist/synthetics-cert-check-monitor/index.d.ts +222 -0
- package/dist/synthetics-cert-check-monitor/index.js +490 -0
- package/dist/synthetics-monitor/index.d.ts +404 -0
- package/dist/synthetics-monitor/index.js +885 -0
- package/dist/synthetics-multilocation-alert-condition/index.d.ts +177 -0
- package/dist/synthetics-multilocation-alert-condition/index.js +407 -0
- package/dist/synthetics-private-location/index.d.ts +90 -0
- package/dist/synthetics-private-location/index.js +193 -0
- package/dist/synthetics-script-monitor/index.d.ts +348 -0
- package/dist/synthetics-script-monitor/index.js +768 -0
- package/dist/synthetics-secure-credential/index.d.ts +132 -0
- package/dist/synthetics-secure-credential/index.js +306 -0
- package/dist/synthetics-step-monitor/index.d.ts +368 -0
- package/dist/synthetics-step-monitor/index.js +834 -0
- package/dist/user/index.d.ts +85 -0
- package/dist/user/index.js +174 -0
- package/dist/workflow/index.d.ts +441 -0
- package/dist/workflow/index.js +1066 -0
- package/dist/workload/index.d.ts +514 -0
- package/dist/workload/index.js +1283 -0
- package/package.json +50 -0
|
@@ -0,0 +1,410 @@
|
|
|
1
|
+
import { Construct } from 'constructs';
|
|
2
|
+
import * as cdktf from 'cdktf';
|
|
3
|
+
export interface ApplicationSettingsConfig extends cdktf.TerraformMetaArguments {
|
|
4
|
+
/**
|
|
5
|
+
* The response time threshold value for Apdex score calculation.
|
|
6
|
+
*
|
|
7
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}
|
|
8
|
+
*/
|
|
9
|
+
readonly appApdexThreshold?: number;
|
|
10
|
+
/**
|
|
11
|
+
* Dummy field to support backward compatibility of previous version.should be removed with next major version.
|
|
12
|
+
*
|
|
13
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}
|
|
14
|
+
*/
|
|
15
|
+
readonly enableRealUserMonitoring?: boolean | cdktf.IResolvable;
|
|
16
|
+
/**
|
|
17
|
+
* Samples and reports the slowest database queries in your traces.
|
|
18
|
+
*
|
|
19
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#enable_slow_sql ApplicationSettings#enable_slow_sql}
|
|
20
|
+
*/
|
|
21
|
+
readonly enableSlowSql?: boolean | cdktf.IResolvable;
|
|
22
|
+
/**
|
|
23
|
+
* Enable or disable the thread profiler.
|
|
24
|
+
*
|
|
25
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#enable_thread_profiler ApplicationSettings#enable_thread_profiler}
|
|
26
|
+
*/
|
|
27
|
+
readonly enableThreadProfiler?: boolean | cdktf.IResolvable;
|
|
28
|
+
/**
|
|
29
|
+
* Dummy field to support backward compatibility of previous version.should be removed with next major version.
|
|
30
|
+
*
|
|
31
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}
|
|
32
|
+
*/
|
|
33
|
+
readonly endUserApdexThreshold?: number;
|
|
34
|
+
/**
|
|
35
|
+
* The GUID of the application in New Relic.
|
|
36
|
+
*
|
|
37
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#guid ApplicationSettings#guid}
|
|
38
|
+
*/
|
|
39
|
+
readonly guid?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#id ApplicationSettings#id}
|
|
42
|
+
*
|
|
43
|
+
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
44
|
+
* 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.
|
|
45
|
+
*/
|
|
46
|
+
readonly id?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The name of the application in New Relic.
|
|
49
|
+
*
|
|
50
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#name ApplicationSettings#name}
|
|
51
|
+
*/
|
|
52
|
+
readonly name?: string;
|
|
53
|
+
/**
|
|
54
|
+
* The type of tracer to use, either 'CROSS_APPLICATION_TRACER', 'DISTRIBUTED_TRACING', 'NONE', or 'OPT_OUT'.
|
|
55
|
+
*
|
|
56
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#tracer_type ApplicationSettings#tracer_type}
|
|
57
|
+
*/
|
|
58
|
+
readonly tracerType?: string;
|
|
59
|
+
/**
|
|
60
|
+
* Enable or disable server side monitoring.
|
|
61
|
+
*
|
|
62
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#use_server_side_config ApplicationSettings#use_server_side_config}
|
|
63
|
+
*/
|
|
64
|
+
readonly useServerSideConfig?: boolean | cdktf.IResolvable;
|
|
65
|
+
/**
|
|
66
|
+
* error_collector block
|
|
67
|
+
*
|
|
68
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#error_collector ApplicationSettings#error_collector}
|
|
69
|
+
*/
|
|
70
|
+
readonly errorCollector?: ApplicationSettingsErrorCollector[] | cdktf.IResolvable;
|
|
71
|
+
/**
|
|
72
|
+
* transaction_tracer block
|
|
73
|
+
*
|
|
74
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#transaction_tracer ApplicationSettings#transaction_tracer}
|
|
75
|
+
*/
|
|
76
|
+
readonly transactionTracer?: ApplicationSettingsTransactionTracer[] | cdktf.IResolvable;
|
|
77
|
+
}
|
|
78
|
+
export interface ApplicationSettingsErrorCollector {
|
|
79
|
+
/**
|
|
80
|
+
* A list of error classes that are expected and should not trigger alerts.
|
|
81
|
+
*
|
|
82
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#expected_error_classes ApplicationSettings#expected_error_classes}
|
|
83
|
+
*/
|
|
84
|
+
readonly expectedErrorClasses?: string[];
|
|
85
|
+
/**
|
|
86
|
+
* A list of error codes that are expected and should not trigger alerts.
|
|
87
|
+
*
|
|
88
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#expected_error_codes ApplicationSettings#expected_error_codes}
|
|
89
|
+
*/
|
|
90
|
+
readonly expectedErrorCodes?: string[];
|
|
91
|
+
/**
|
|
92
|
+
* A list of error classes that should be ignored.
|
|
93
|
+
*
|
|
94
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#ignored_error_classes ApplicationSettings#ignored_error_classes}
|
|
95
|
+
*/
|
|
96
|
+
readonly ignoredErrorClasses?: string[];
|
|
97
|
+
/**
|
|
98
|
+
* A list of error codes that should be ignored.
|
|
99
|
+
*
|
|
100
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#ignored_error_codes ApplicationSettings#ignored_error_codes}
|
|
101
|
+
*/
|
|
102
|
+
readonly ignoredErrorCodes?: string[];
|
|
103
|
+
}
|
|
104
|
+
export declare function applicationSettingsErrorCollectorToTerraform(struct?: ApplicationSettingsErrorCollector | cdktf.IResolvable): any;
|
|
105
|
+
export declare function applicationSettingsErrorCollectorToHclTerraform(struct?: ApplicationSettingsErrorCollector | cdktf.IResolvable): any;
|
|
106
|
+
export declare class ApplicationSettingsErrorCollectorOutputReference extends cdktf.ComplexObject {
|
|
107
|
+
private isEmptyObject;
|
|
108
|
+
private resolvableValue?;
|
|
109
|
+
/**
|
|
110
|
+
* @param terraformResource The parent resource
|
|
111
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
112
|
+
* @param complexObjectIndex the index of this item in the list
|
|
113
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
114
|
+
*/
|
|
115
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
116
|
+
get internalValue(): ApplicationSettingsErrorCollector | cdktf.IResolvable | undefined;
|
|
117
|
+
set internalValue(value: ApplicationSettingsErrorCollector | cdktf.IResolvable | undefined);
|
|
118
|
+
private _expectedErrorClasses?;
|
|
119
|
+
get expectedErrorClasses(): string[];
|
|
120
|
+
set expectedErrorClasses(value: string[]);
|
|
121
|
+
resetExpectedErrorClasses(): void;
|
|
122
|
+
get expectedErrorClassesInput(): string[];
|
|
123
|
+
private _expectedErrorCodes?;
|
|
124
|
+
get expectedErrorCodes(): string[];
|
|
125
|
+
set expectedErrorCodes(value: string[]);
|
|
126
|
+
resetExpectedErrorCodes(): void;
|
|
127
|
+
get expectedErrorCodesInput(): string[];
|
|
128
|
+
private _ignoredErrorClasses?;
|
|
129
|
+
get ignoredErrorClasses(): string[];
|
|
130
|
+
set ignoredErrorClasses(value: string[]);
|
|
131
|
+
resetIgnoredErrorClasses(): void;
|
|
132
|
+
get ignoredErrorClassesInput(): string[];
|
|
133
|
+
private _ignoredErrorCodes?;
|
|
134
|
+
get ignoredErrorCodes(): string[];
|
|
135
|
+
set ignoredErrorCodes(value: string[]);
|
|
136
|
+
resetIgnoredErrorCodes(): void;
|
|
137
|
+
get ignoredErrorCodesInput(): string[];
|
|
138
|
+
}
|
|
139
|
+
export declare class ApplicationSettingsErrorCollectorList extends cdktf.ComplexList {
|
|
140
|
+
protected terraformResource: cdktf.IInterpolatingParent;
|
|
141
|
+
protected terraformAttribute: string;
|
|
142
|
+
protected wrapsSet: boolean;
|
|
143
|
+
internalValue?: ApplicationSettingsErrorCollector[] | cdktf.IResolvable;
|
|
144
|
+
/**
|
|
145
|
+
* @param terraformResource The parent resource
|
|
146
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
147
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
148
|
+
*/
|
|
149
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
150
|
+
/**
|
|
151
|
+
* @param index the index of the item to return
|
|
152
|
+
*/
|
|
153
|
+
get(index: number): ApplicationSettingsErrorCollectorOutputReference;
|
|
154
|
+
}
|
|
155
|
+
export interface ApplicationSettingsTransactionTracerExplainQueryPlans {
|
|
156
|
+
/**
|
|
157
|
+
* The type of threshold for explain plans, either 'APDEX_F' or 'VALUE'.
|
|
158
|
+
*
|
|
159
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#query_plan_threshold_type ApplicationSettings#query_plan_threshold_type}
|
|
160
|
+
*/
|
|
161
|
+
readonly queryPlanThresholdType?: string;
|
|
162
|
+
/**
|
|
163
|
+
* The threshold value for explain plans when 'query_plan_threshold_type' is 'VALUE'.
|
|
164
|
+
*
|
|
165
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#query_plan_threshold_value ApplicationSettings#query_plan_threshold_value}
|
|
166
|
+
*/
|
|
167
|
+
readonly queryPlanThresholdValue?: number;
|
|
168
|
+
}
|
|
169
|
+
export declare function applicationSettingsTransactionTracerExplainQueryPlansToTerraform(struct?: ApplicationSettingsTransactionTracerExplainQueryPlans | cdktf.IResolvable): any;
|
|
170
|
+
export declare function applicationSettingsTransactionTracerExplainQueryPlansToHclTerraform(struct?: ApplicationSettingsTransactionTracerExplainQueryPlans | cdktf.IResolvable): any;
|
|
171
|
+
export declare class ApplicationSettingsTransactionTracerExplainQueryPlansOutputReference extends cdktf.ComplexObject {
|
|
172
|
+
private isEmptyObject;
|
|
173
|
+
private resolvableValue?;
|
|
174
|
+
/**
|
|
175
|
+
* @param terraformResource The parent resource
|
|
176
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
177
|
+
* @param complexObjectIndex the index of this item in the list
|
|
178
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
179
|
+
*/
|
|
180
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
181
|
+
get internalValue(): ApplicationSettingsTransactionTracerExplainQueryPlans | cdktf.IResolvable | undefined;
|
|
182
|
+
set internalValue(value: ApplicationSettingsTransactionTracerExplainQueryPlans | cdktf.IResolvable | undefined);
|
|
183
|
+
private _queryPlanThresholdType?;
|
|
184
|
+
get queryPlanThresholdType(): string;
|
|
185
|
+
set queryPlanThresholdType(value: string);
|
|
186
|
+
resetQueryPlanThresholdType(): void;
|
|
187
|
+
get queryPlanThresholdTypeInput(): string;
|
|
188
|
+
private _queryPlanThresholdValue?;
|
|
189
|
+
get queryPlanThresholdValue(): number;
|
|
190
|
+
set queryPlanThresholdValue(value: number);
|
|
191
|
+
resetQueryPlanThresholdValue(): void;
|
|
192
|
+
get queryPlanThresholdValueInput(): number;
|
|
193
|
+
}
|
|
194
|
+
export declare class ApplicationSettingsTransactionTracerExplainQueryPlansList extends cdktf.ComplexList {
|
|
195
|
+
protected terraformResource: cdktf.IInterpolatingParent;
|
|
196
|
+
protected terraformAttribute: string;
|
|
197
|
+
protected wrapsSet: boolean;
|
|
198
|
+
internalValue?: ApplicationSettingsTransactionTracerExplainQueryPlans[] | cdktf.IResolvable;
|
|
199
|
+
/**
|
|
200
|
+
* @param terraformResource The parent resource
|
|
201
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
202
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
203
|
+
*/
|
|
204
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
205
|
+
/**
|
|
206
|
+
* @param index the index of the item to return
|
|
207
|
+
*/
|
|
208
|
+
get(index: number): ApplicationSettingsTransactionTracerExplainQueryPlansOutputReference;
|
|
209
|
+
}
|
|
210
|
+
export interface ApplicationSettingsTransactionTracerSql {
|
|
211
|
+
/**
|
|
212
|
+
* The level of SQL recording, either 'OBFUSCATED', 'OFF', or 'RAW'.
|
|
213
|
+
*
|
|
214
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#record_sql ApplicationSettings#record_sql}
|
|
215
|
+
*/
|
|
216
|
+
readonly recordSql: string;
|
|
217
|
+
}
|
|
218
|
+
export declare function applicationSettingsTransactionTracerSqlToTerraform(struct?: ApplicationSettingsTransactionTracerSqlOutputReference | ApplicationSettingsTransactionTracerSql): any;
|
|
219
|
+
export declare function applicationSettingsTransactionTracerSqlToHclTerraform(struct?: ApplicationSettingsTransactionTracerSqlOutputReference | ApplicationSettingsTransactionTracerSql): any;
|
|
220
|
+
export declare class ApplicationSettingsTransactionTracerSqlOutputReference extends cdktf.ComplexObject {
|
|
221
|
+
private isEmptyObject;
|
|
222
|
+
/**
|
|
223
|
+
* @param terraformResource The parent resource
|
|
224
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
225
|
+
*/
|
|
226
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
227
|
+
get internalValue(): ApplicationSettingsTransactionTracerSql | undefined;
|
|
228
|
+
set internalValue(value: ApplicationSettingsTransactionTracerSql | undefined);
|
|
229
|
+
private _recordSql?;
|
|
230
|
+
get recordSql(): string;
|
|
231
|
+
set recordSql(value: string);
|
|
232
|
+
get recordSqlInput(): string;
|
|
233
|
+
}
|
|
234
|
+
export interface ApplicationSettingsTransactionTracer {
|
|
235
|
+
/**
|
|
236
|
+
* The response time threshold value for capturing stack traces of SQL queries.
|
|
237
|
+
*
|
|
238
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#stack_trace_threshold_value ApplicationSettings#stack_trace_threshold_value}
|
|
239
|
+
*/
|
|
240
|
+
readonly stackTraceThresholdValue?: number;
|
|
241
|
+
/**
|
|
242
|
+
* The type of threshold for transaction tracing, either 'APDEX_F' or 'VALUE'.
|
|
243
|
+
*
|
|
244
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#transaction_threshold_type ApplicationSettings#transaction_threshold_type}
|
|
245
|
+
*/
|
|
246
|
+
readonly transactionThresholdType?: string;
|
|
247
|
+
/**
|
|
248
|
+
* The threshold value for transaction tracing when 'transaction_threshold_type' is 'VALUE'.
|
|
249
|
+
*
|
|
250
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#transaction_threshold_value ApplicationSettings#transaction_threshold_value}
|
|
251
|
+
*/
|
|
252
|
+
readonly transactionThresholdValue?: number;
|
|
253
|
+
/**
|
|
254
|
+
* explain_query_plans block
|
|
255
|
+
*
|
|
256
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#explain_query_plans ApplicationSettings#explain_query_plans}
|
|
257
|
+
*/
|
|
258
|
+
readonly explainQueryPlans?: ApplicationSettingsTransactionTracerExplainQueryPlans[] | cdktf.IResolvable;
|
|
259
|
+
/**
|
|
260
|
+
* sql block
|
|
261
|
+
*
|
|
262
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#sql ApplicationSettings#sql}
|
|
263
|
+
*/
|
|
264
|
+
readonly sql?: ApplicationSettingsTransactionTracerSql;
|
|
265
|
+
}
|
|
266
|
+
export declare function applicationSettingsTransactionTracerToTerraform(struct?: ApplicationSettingsTransactionTracer | cdktf.IResolvable): any;
|
|
267
|
+
export declare function applicationSettingsTransactionTracerToHclTerraform(struct?: ApplicationSettingsTransactionTracer | cdktf.IResolvable): any;
|
|
268
|
+
export declare class ApplicationSettingsTransactionTracerOutputReference extends cdktf.ComplexObject {
|
|
269
|
+
private isEmptyObject;
|
|
270
|
+
private resolvableValue?;
|
|
271
|
+
/**
|
|
272
|
+
* @param terraformResource The parent resource
|
|
273
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
274
|
+
* @param complexObjectIndex the index of this item in the list
|
|
275
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
276
|
+
*/
|
|
277
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
278
|
+
get internalValue(): ApplicationSettingsTransactionTracer | cdktf.IResolvable | undefined;
|
|
279
|
+
set internalValue(value: ApplicationSettingsTransactionTracer | cdktf.IResolvable | undefined);
|
|
280
|
+
private _stackTraceThresholdValue?;
|
|
281
|
+
get stackTraceThresholdValue(): number;
|
|
282
|
+
set stackTraceThresholdValue(value: number);
|
|
283
|
+
resetStackTraceThresholdValue(): void;
|
|
284
|
+
get stackTraceThresholdValueInput(): number;
|
|
285
|
+
private _transactionThresholdType?;
|
|
286
|
+
get transactionThresholdType(): string;
|
|
287
|
+
set transactionThresholdType(value: string);
|
|
288
|
+
resetTransactionThresholdType(): void;
|
|
289
|
+
get transactionThresholdTypeInput(): string;
|
|
290
|
+
private _transactionThresholdValue?;
|
|
291
|
+
get transactionThresholdValue(): number;
|
|
292
|
+
set transactionThresholdValue(value: number);
|
|
293
|
+
resetTransactionThresholdValue(): void;
|
|
294
|
+
get transactionThresholdValueInput(): number;
|
|
295
|
+
private _explainQueryPlans;
|
|
296
|
+
get explainQueryPlans(): ApplicationSettingsTransactionTracerExplainQueryPlansList;
|
|
297
|
+
putExplainQueryPlans(value: ApplicationSettingsTransactionTracerExplainQueryPlans[] | cdktf.IResolvable): void;
|
|
298
|
+
resetExplainQueryPlans(): void;
|
|
299
|
+
get explainQueryPlansInput(): any;
|
|
300
|
+
private _sql;
|
|
301
|
+
get sql(): ApplicationSettingsTransactionTracerSqlOutputReference;
|
|
302
|
+
putSql(value: ApplicationSettingsTransactionTracerSql): void;
|
|
303
|
+
resetSql(): void;
|
|
304
|
+
get sqlInput(): ApplicationSettingsTransactionTracerSql;
|
|
305
|
+
}
|
|
306
|
+
export declare class ApplicationSettingsTransactionTracerList extends cdktf.ComplexList {
|
|
307
|
+
protected terraformResource: cdktf.IInterpolatingParent;
|
|
308
|
+
protected terraformAttribute: string;
|
|
309
|
+
protected wrapsSet: boolean;
|
|
310
|
+
internalValue?: ApplicationSettingsTransactionTracer[] | cdktf.IResolvable;
|
|
311
|
+
/**
|
|
312
|
+
* @param terraformResource The parent resource
|
|
313
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
314
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
315
|
+
*/
|
|
316
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
317
|
+
/**
|
|
318
|
+
* @param index the index of the item to return
|
|
319
|
+
*/
|
|
320
|
+
get(index: number): ApplicationSettingsTransactionTracerOutputReference;
|
|
321
|
+
}
|
|
322
|
+
/**
|
|
323
|
+
* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings newrelic_application_settings}
|
|
324
|
+
*/
|
|
325
|
+
export declare class ApplicationSettings extends cdktf.TerraformResource {
|
|
326
|
+
static readonly tfResourceType = "newrelic_application_settings";
|
|
327
|
+
/**
|
|
328
|
+
* Generates CDKTF code for importing a ApplicationSettings resource upon running "cdktf plan <stack-name>"
|
|
329
|
+
* @param scope The scope in which to define this construct
|
|
330
|
+
* @param importToId The construct id used in the generated config for the ApplicationSettings to import
|
|
331
|
+
* @param importFromId The id of the existing ApplicationSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use
|
|
332
|
+
* @param provider? Optional instance of the provider where the ApplicationSettings to import is found
|
|
333
|
+
*/
|
|
334
|
+
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
335
|
+
/**
|
|
336
|
+
* Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/application_settings newrelic_application_settings} Resource
|
|
337
|
+
*
|
|
338
|
+
* @param scope The scope in which to define this construct
|
|
339
|
+
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
340
|
+
* @param options ApplicationSettingsConfig = {}
|
|
341
|
+
*/
|
|
342
|
+
constructor(scope: Construct, id: string, config?: ApplicationSettingsConfig);
|
|
343
|
+
private _appApdexThreshold?;
|
|
344
|
+
get appApdexThreshold(): number;
|
|
345
|
+
set appApdexThreshold(value: number);
|
|
346
|
+
resetAppApdexThreshold(): void;
|
|
347
|
+
get appApdexThresholdInput(): number;
|
|
348
|
+
private _enableRealUserMonitoring?;
|
|
349
|
+
get enableRealUserMonitoring(): boolean | cdktf.IResolvable;
|
|
350
|
+
set enableRealUserMonitoring(value: boolean | cdktf.IResolvable);
|
|
351
|
+
resetEnableRealUserMonitoring(): void;
|
|
352
|
+
get enableRealUserMonitoringInput(): any;
|
|
353
|
+
private _enableSlowSql?;
|
|
354
|
+
get enableSlowSql(): boolean | cdktf.IResolvable;
|
|
355
|
+
set enableSlowSql(value: boolean | cdktf.IResolvable);
|
|
356
|
+
resetEnableSlowSql(): void;
|
|
357
|
+
get enableSlowSqlInput(): any;
|
|
358
|
+
private _enableThreadProfiler?;
|
|
359
|
+
get enableThreadProfiler(): boolean | cdktf.IResolvable;
|
|
360
|
+
set enableThreadProfiler(value: boolean | cdktf.IResolvable);
|
|
361
|
+
resetEnableThreadProfiler(): void;
|
|
362
|
+
get enableThreadProfilerInput(): any;
|
|
363
|
+
private _endUserApdexThreshold?;
|
|
364
|
+
get endUserApdexThreshold(): number;
|
|
365
|
+
set endUserApdexThreshold(value: number);
|
|
366
|
+
resetEndUserApdexThreshold(): void;
|
|
367
|
+
get endUserApdexThresholdInput(): number;
|
|
368
|
+
private _guid?;
|
|
369
|
+
get guid(): string;
|
|
370
|
+
set guid(value: string);
|
|
371
|
+
resetGuid(): void;
|
|
372
|
+
get guidInput(): string;
|
|
373
|
+
private _id?;
|
|
374
|
+
get id(): string;
|
|
375
|
+
set id(value: string);
|
|
376
|
+
resetId(): void;
|
|
377
|
+
get idInput(): string;
|
|
378
|
+
get isImported(): any;
|
|
379
|
+
private _name?;
|
|
380
|
+
get name(): string;
|
|
381
|
+
set name(value: string);
|
|
382
|
+
resetName(): void;
|
|
383
|
+
get nameInput(): string;
|
|
384
|
+
private _tracerType?;
|
|
385
|
+
get tracerType(): string;
|
|
386
|
+
set tracerType(value: string);
|
|
387
|
+
resetTracerType(): void;
|
|
388
|
+
get tracerTypeInput(): string;
|
|
389
|
+
private _useServerSideConfig?;
|
|
390
|
+
get useServerSideConfig(): boolean | cdktf.IResolvable;
|
|
391
|
+
set useServerSideConfig(value: boolean | cdktf.IResolvable);
|
|
392
|
+
resetUseServerSideConfig(): void;
|
|
393
|
+
get useServerSideConfigInput(): any;
|
|
394
|
+
private _errorCollector;
|
|
395
|
+
get errorCollector(): ApplicationSettingsErrorCollectorList;
|
|
396
|
+
putErrorCollector(value: ApplicationSettingsErrorCollector[] | cdktf.IResolvable): void;
|
|
397
|
+
resetErrorCollector(): void;
|
|
398
|
+
get errorCollectorInput(): any;
|
|
399
|
+
private _transactionTracer;
|
|
400
|
+
get transactionTracer(): ApplicationSettingsTransactionTracerList;
|
|
401
|
+
putTransactionTracer(value: ApplicationSettingsTransactionTracer[] | cdktf.IResolvable): void;
|
|
402
|
+
resetTransactionTracer(): void;
|
|
403
|
+
get transactionTracerInput(): any;
|
|
404
|
+
protected synthesizeAttributes(): {
|
|
405
|
+
[name: string]: any;
|
|
406
|
+
};
|
|
407
|
+
protected synthesizeHclAttributes(): {
|
|
408
|
+
[name: string]: any;
|
|
409
|
+
};
|
|
410
|
+
}
|