cdktf-cdktf-provider-newrelic 13.7.0__py3-none-any.whl → 13.7.1__py3-none-any.whl
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.
- cdktf_cdktf_provider_newrelic/__init__.py +3 -3
- cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic/account_management/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/alert_channel/__init__.py +83 -83
- cdktf_cdktf_provider_newrelic/alert_condition/__init__.py +57 -57
- cdktf_cdktf_provider_newrelic/alert_muting_rule/__init__.py +61 -61
- cdktf_cdktf_provider_newrelic/alert_policy/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/alert_policy_channel/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/api_access_key/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/application_settings/__init__.py +65 -65
- cdktf_cdktf_provider_newrelic/browser_application/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_integrations/__init__.py +325 -325
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_aws_integrations/__init__.py +688 -688
- cdktf_cdktf_provider_newrelic/cloud_aws_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_azure_integrations/__init__.py +313 -313
- cdktf_cdktf_provider_newrelic/cloud_azure_link_account/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/cloud_gcp_integrations/__init__.py +181 -181
- cdktf_cdktf_provider_newrelic/cloud_gcp_link_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/cloud_oci_link_account/__init__.py +52 -52
- cdktf_cdktf_provider_newrelic/data_newrelic_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_alert_channel/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_alert_policy/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_application/__init__.py +10 -10
- cdktf_cdktf_provider_newrelic/data_newrelic_authentication_domain/__init__.py +7 -7
- cdktf_cdktf_provider_newrelic/data_newrelic_cloud_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_entity/__init__.py +35 -35
- cdktf_cdktf_provider_newrelic/data_newrelic_group/__init__.py +10 -10
- cdktf_cdktf_provider_newrelic/data_newrelic_key_transaction/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_notification_destination/__init__.py +18 -18
- cdktf_cdktf_provider_newrelic/data_newrelic_obfuscation_expression/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_service_level_alert_helper/__init__.py +28 -28
- cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_private_location/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_secure_credential/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_test_grok_pattern/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_user/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_partition_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/entity_tags/__init__.py +23 -23
- cdktf_cdktf_provider_newrelic/events_to_metrics_rule/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/group/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/infra_alert_condition/__init__.py +70 -70
- cdktf_cdktf_provider_newrelic/insights_event/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/key_transaction/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/log_parsing_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/monitor_downtime/__init__.py +55 -55
- cdktf_cdktf_provider_newrelic/notification_channel/__init__.py +45 -45
- cdktf_cdktf_provider_newrelic/notification_destination/__init__.py +73 -73
- cdktf_cdktf_provider_newrelic/nrql_alert_condition/__init__.py +193 -193
- cdktf_cdktf_provider_newrelic/nrql_drop_rule/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/obfuscation_expression/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/obfuscation_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/one_dashboard/__init__.py +1224 -1224
- cdktf_cdktf_provider_newrelic/one_dashboard_json/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/one_dashboard_raw/__init__.py +44 -44
- cdktf_cdktf_provider_newrelic/pipeline_cloud_rule/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/provider/__init__.py +46 -46
- cdktf_cdktf_provider_newrelic/service_level/__init__.py +109 -109
- cdktf_cdktf_provider_newrelic/synthetics_alert_condition/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/synthetics_broken_links_monitor/__init__.py +44 -44
- cdktf_cdktf_provider_newrelic/synthetics_cert_check_monitor/__init__.py +47 -47
- cdktf_cdktf_provider_newrelic/synthetics_monitor/__init__.py +84 -84
- cdktf_cdktf_provider_newrelic/synthetics_multilocation_alert_condition/__init__.py +37 -37
- cdktf_cdktf_provider_newrelic/synthetics_private_location/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/synthetics_script_monitor/__init__.py +69 -69
- cdktf_cdktf_provider_newrelic/synthetics_secure_credential/__init__.py +28 -28
- cdktf_cdktf_provider_newrelic/synthetics_step_monitor/__init__.py +63 -63
- cdktf_cdktf_provider_newrelic/user/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/workflow/__init__.py +64 -64
- cdktf_cdktf_provider_newrelic/workload/__init__.py +86 -86
- {cdktf_cdktf_provider_newrelic-13.7.0.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_newrelic-13.7.1.dist-info/RECORD +76 -0
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic-13.7.0.dist-info/RECORD +0 -76
- {cdktf_cdktf_provider_newrelic-13.7.0.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.0.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.0.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_application_settings`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_application_settings`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_application_settings`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class ApplicationSettings(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.applicationSettings.ApplicationSettings",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings newrelic_application_settings}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -71,22 +71,22 @@ class ApplicationSettings(
|
|
71
71
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
72
72
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
73
73
|
) -> None:
|
74
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
74
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings newrelic_application_settings} Resource.
|
75
75
|
|
76
76
|
:param scope: The scope in which to define this construct.
|
77
77
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
78
|
-
:param app_apdex_threshold: The response time threshold value for Apdex score calculation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
79
|
-
:param enable_real_user_monitoring: Dummy field to support backward compatibility of previous version.should be removed with next major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
80
|
-
:param enable_slow_sql: Samples and reports the slowest database queries in your traces. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
81
|
-
:param enable_thread_profiler: Enable or disable the thread profiler. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
82
|
-
:param end_user_apdex_threshold: Dummy field to support backward compatibility of previous version.should be removed with next major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
83
|
-
:param error_collector: error_collector block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
84
|
-
:param guid: The GUID of the application in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
85
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
86
|
-
:param name: The name of the application in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
87
|
-
:param tracer_type: The type of tracer to use, either 'CROSS_APPLICATION_TRACER', 'DISTRIBUTED_TRACING', 'NONE', or 'OPT_OUT'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
88
|
-
:param transaction_tracer: transaction_tracer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
89
|
-
:param use_server_side_config: Enable or disable server side monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
78
|
+
:param app_apdex_threshold: The response time threshold value for Apdex score calculation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}
|
79
|
+
:param enable_real_user_monitoring: Dummy field to support backward compatibility of previous version.should be removed with next major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}
|
80
|
+
:param enable_slow_sql: Samples and reports the slowest database queries in your traces. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#enable_slow_sql ApplicationSettings#enable_slow_sql}
|
81
|
+
:param enable_thread_profiler: Enable or disable the thread profiler. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#enable_thread_profiler ApplicationSettings#enable_thread_profiler}
|
82
|
+
:param end_user_apdex_threshold: Dummy field to support backward compatibility of previous version.should be removed with next major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}
|
83
|
+
:param error_collector: error_collector block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#error_collector ApplicationSettings#error_collector}
|
84
|
+
:param guid: The GUID of the application in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#guid ApplicationSettings#guid}
|
85
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#id ApplicationSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. 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.
|
86
|
+
:param name: The name of the application in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#name ApplicationSettings#name}
|
87
|
+
:param tracer_type: The type of tracer to use, either 'CROSS_APPLICATION_TRACER', 'DISTRIBUTED_TRACING', 'NONE', or 'OPT_OUT'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#tracer_type ApplicationSettings#tracer_type}
|
88
|
+
:param transaction_tracer: transaction_tracer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#transaction_tracer ApplicationSettings#transaction_tracer}
|
89
|
+
:param use_server_side_config: Enable or disable server side monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#use_server_side_config ApplicationSettings#use_server_side_config}
|
90
90
|
:param connection:
|
91
91
|
:param count:
|
92
92
|
:param depends_on:
|
@@ -136,7 +136,7 @@ class ApplicationSettings(
|
|
136
136
|
|
137
137
|
:param scope: The scope in which to define this construct.
|
138
138
|
:param import_to_id: The construct id used in the generated config for the ApplicationSettings to import.
|
139
|
-
:param import_from_id: The id of the existing ApplicationSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
139
|
+
:param import_from_id: The id of the existing ApplicationSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#import import section} in the documentation of this resource for the id to use
|
140
140
|
:param provider: ? Optional instance of the provider where the ApplicationSettings to import is found.
|
141
141
|
'''
|
142
142
|
if __debug__:
|
@@ -519,18 +519,18 @@ class ApplicationSettingsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
519
519
|
:param lifecycle:
|
520
520
|
:param provider:
|
521
521
|
:param provisioners:
|
522
|
-
:param app_apdex_threshold: The response time threshold value for Apdex score calculation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
523
|
-
:param enable_real_user_monitoring: Dummy field to support backward compatibility of previous version.should be removed with next major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
524
|
-
:param enable_slow_sql: Samples and reports the slowest database queries in your traces. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
525
|
-
:param enable_thread_profiler: Enable or disable the thread profiler. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
526
|
-
:param end_user_apdex_threshold: Dummy field to support backward compatibility of previous version.should be removed with next major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
527
|
-
:param error_collector: error_collector block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
528
|
-
:param guid: The GUID of the application in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
529
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
530
|
-
:param name: The name of the application in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
531
|
-
:param tracer_type: The type of tracer to use, either 'CROSS_APPLICATION_TRACER', 'DISTRIBUTED_TRACING', 'NONE', or 'OPT_OUT'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
532
|
-
:param transaction_tracer: transaction_tracer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
533
|
-
:param use_server_side_config: Enable or disable server side monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
522
|
+
:param app_apdex_threshold: The response time threshold value for Apdex score calculation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}
|
523
|
+
:param enable_real_user_monitoring: Dummy field to support backward compatibility of previous version.should be removed with next major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}
|
524
|
+
:param enable_slow_sql: Samples and reports the slowest database queries in your traces. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#enable_slow_sql ApplicationSettings#enable_slow_sql}
|
525
|
+
:param enable_thread_profiler: Enable or disable the thread profiler. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#enable_thread_profiler ApplicationSettings#enable_thread_profiler}
|
526
|
+
:param end_user_apdex_threshold: Dummy field to support backward compatibility of previous version.should be removed with next major version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}
|
527
|
+
:param error_collector: error_collector block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#error_collector ApplicationSettings#error_collector}
|
528
|
+
:param guid: The GUID of the application in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#guid ApplicationSettings#guid}
|
529
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#id ApplicationSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. 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.
|
530
|
+
:param name: The name of the application in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#name ApplicationSettings#name}
|
531
|
+
:param tracer_type: The type of tracer to use, either 'CROSS_APPLICATION_TRACER', 'DISTRIBUTED_TRACING', 'NONE', or 'OPT_OUT'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#tracer_type ApplicationSettings#tracer_type}
|
532
|
+
:param transaction_tracer: transaction_tracer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#transaction_tracer ApplicationSettings#transaction_tracer}
|
533
|
+
:param use_server_side_config: Enable or disable server side monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#use_server_side_config ApplicationSettings#use_server_side_config}
|
534
534
|
'''
|
535
535
|
if isinstance(lifecycle, dict):
|
536
536
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -663,7 +663,7 @@ class ApplicationSettingsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
663
663
|
def app_apdex_threshold(self) -> typing.Optional[jsii.Number]:
|
664
664
|
'''The response time threshold value for Apdex score calculation.
|
665
665
|
|
666
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
666
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#app_apdex_threshold ApplicationSettings#app_apdex_threshold}
|
667
667
|
'''
|
668
668
|
result = self._values.get("app_apdex_threshold")
|
669
669
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -674,7 +674,7 @@ class ApplicationSettingsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
674
674
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
675
675
|
'''Dummy field to support backward compatibility of previous version.should be removed with next major version.
|
676
676
|
|
677
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
677
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#enable_real_user_monitoring ApplicationSettings#enable_real_user_monitoring}
|
678
678
|
'''
|
679
679
|
result = self._values.get("enable_real_user_monitoring")
|
680
680
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -685,7 +685,7 @@ class ApplicationSettingsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
685
685
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
686
686
|
'''Samples and reports the slowest database queries in your traces.
|
687
687
|
|
688
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
688
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#enable_slow_sql ApplicationSettings#enable_slow_sql}
|
689
689
|
'''
|
690
690
|
result = self._values.get("enable_slow_sql")
|
691
691
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -696,7 +696,7 @@ class ApplicationSettingsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
696
696
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
697
697
|
'''Enable or disable the thread profiler.
|
698
698
|
|
699
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
699
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#enable_thread_profiler ApplicationSettings#enable_thread_profiler}
|
700
700
|
'''
|
701
701
|
result = self._values.get("enable_thread_profiler")
|
702
702
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -705,7 +705,7 @@ class ApplicationSettingsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
705
705
|
def end_user_apdex_threshold(self) -> typing.Optional[jsii.Number]:
|
706
706
|
'''Dummy field to support backward compatibility of previous version.should be removed with next major version.
|
707
707
|
|
708
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
708
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#end_user_apdex_threshold ApplicationSettings#end_user_apdex_threshold}
|
709
709
|
'''
|
710
710
|
result = self._values.get("end_user_apdex_threshold")
|
711
711
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -716,7 +716,7 @@ class ApplicationSettingsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
716
716
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ApplicationSettingsErrorCollector"]]]:
|
717
717
|
'''error_collector block.
|
718
718
|
|
719
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
719
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#error_collector ApplicationSettings#error_collector}
|
720
720
|
'''
|
721
721
|
result = self._values.get("error_collector")
|
722
722
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ApplicationSettingsErrorCollector"]]], result)
|
@@ -725,14 +725,14 @@ class ApplicationSettingsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
725
725
|
def guid(self) -> typing.Optional[builtins.str]:
|
726
726
|
'''The GUID of the application in New Relic.
|
727
727
|
|
728
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
728
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#guid ApplicationSettings#guid}
|
729
729
|
'''
|
730
730
|
result = self._values.get("guid")
|
731
731
|
return typing.cast(typing.Optional[builtins.str], result)
|
732
732
|
|
733
733
|
@builtins.property
|
734
734
|
def id(self) -> typing.Optional[builtins.str]:
|
735
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
735
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#id ApplicationSettings#id}.
|
736
736
|
|
737
737
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
738
738
|
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.
|
@@ -744,7 +744,7 @@ class ApplicationSettingsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
744
744
|
def name(self) -> typing.Optional[builtins.str]:
|
745
745
|
'''The name of the application in New Relic.
|
746
746
|
|
747
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
747
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#name ApplicationSettings#name}
|
748
748
|
'''
|
749
749
|
result = self._values.get("name")
|
750
750
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -753,7 +753,7 @@ class ApplicationSettingsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
753
753
|
def tracer_type(self) -> typing.Optional[builtins.str]:
|
754
754
|
'''The type of tracer to use, either 'CROSS_APPLICATION_TRACER', 'DISTRIBUTED_TRACING', 'NONE', or 'OPT_OUT'.
|
755
755
|
|
756
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
756
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#tracer_type ApplicationSettings#tracer_type}
|
757
757
|
'''
|
758
758
|
result = self._values.get("tracer_type")
|
759
759
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -764,7 +764,7 @@ class ApplicationSettingsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
764
764
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ApplicationSettingsTransactionTracer"]]]:
|
765
765
|
'''transaction_tracer block.
|
766
766
|
|
767
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
767
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#transaction_tracer ApplicationSettings#transaction_tracer}
|
768
768
|
'''
|
769
769
|
result = self._values.get("transaction_tracer")
|
770
770
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ApplicationSettingsTransactionTracer"]]], result)
|
@@ -775,7 +775,7 @@ class ApplicationSettingsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
775
775
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
776
776
|
'''Enable or disable server side monitoring.
|
777
777
|
|
778
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
778
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#use_server_side_config ApplicationSettings#use_server_side_config}
|
779
779
|
'''
|
780
780
|
result = self._values.get("use_server_side_config")
|
781
781
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -812,10 +812,10 @@ class ApplicationSettingsErrorCollector:
|
|
812
812
|
ignored_error_codes: typing.Optional[typing.Sequence[builtins.str]] = None,
|
813
813
|
) -> None:
|
814
814
|
'''
|
815
|
-
:param expected_error_classes: A list of error classes that are expected and should not trigger alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
816
|
-
:param expected_error_codes: A list of error codes that are expected and should not trigger alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
817
|
-
:param ignored_error_classes: A list of error classes that should be ignored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
818
|
-
:param ignored_error_codes: A list of error codes that should be ignored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
815
|
+
:param expected_error_classes: A list of error classes that are expected and should not trigger alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#expected_error_classes ApplicationSettings#expected_error_classes}
|
816
|
+
:param expected_error_codes: A list of error codes that are expected and should not trigger alerts. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#expected_error_codes ApplicationSettings#expected_error_codes}
|
817
|
+
:param ignored_error_classes: A list of error classes that should be ignored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#ignored_error_classes ApplicationSettings#ignored_error_classes}
|
818
|
+
:param ignored_error_codes: A list of error codes that should be ignored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#ignored_error_codes ApplicationSettings#ignored_error_codes}
|
819
819
|
'''
|
820
820
|
if __debug__:
|
821
821
|
type_hints = typing.get_type_hints(_typecheckingstub__8395be5d29384305bc752e8e7fb78386e57b9d0631f69a5867394fe9f0577f91)
|
@@ -837,7 +837,7 @@ class ApplicationSettingsErrorCollector:
|
|
837
837
|
def expected_error_classes(self) -> typing.Optional[typing.List[builtins.str]]:
|
838
838
|
'''A list of error classes that are expected and should not trigger alerts.
|
839
839
|
|
840
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
840
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#expected_error_classes ApplicationSettings#expected_error_classes}
|
841
841
|
'''
|
842
842
|
result = self._values.get("expected_error_classes")
|
843
843
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -846,7 +846,7 @@ class ApplicationSettingsErrorCollector:
|
|
846
846
|
def expected_error_codes(self) -> typing.Optional[typing.List[builtins.str]]:
|
847
847
|
'''A list of error codes that are expected and should not trigger alerts.
|
848
848
|
|
849
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
849
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#expected_error_codes ApplicationSettings#expected_error_codes}
|
850
850
|
'''
|
851
851
|
result = self._values.get("expected_error_codes")
|
852
852
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -855,7 +855,7 @@ class ApplicationSettingsErrorCollector:
|
|
855
855
|
def ignored_error_classes(self) -> typing.Optional[typing.List[builtins.str]]:
|
856
856
|
'''A list of error classes that should be ignored.
|
857
857
|
|
858
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
858
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#ignored_error_classes ApplicationSettings#ignored_error_classes}
|
859
859
|
'''
|
860
860
|
result = self._values.get("ignored_error_classes")
|
861
861
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -864,7 +864,7 @@ class ApplicationSettingsErrorCollector:
|
|
864
864
|
def ignored_error_codes(self) -> typing.Optional[typing.List[builtins.str]]:
|
865
865
|
'''A list of error codes that should be ignored.
|
866
866
|
|
867
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
867
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#ignored_error_codes ApplicationSettings#ignored_error_codes}
|
868
868
|
'''
|
869
869
|
result = self._values.get("ignored_error_codes")
|
870
870
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -1126,11 +1126,11 @@ class ApplicationSettingsTransactionTracer:
|
|
1126
1126
|
transaction_threshold_value: typing.Optional[jsii.Number] = None,
|
1127
1127
|
) -> None:
|
1128
1128
|
'''
|
1129
|
-
:param explain_query_plans: explain_query_plans block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1130
|
-
:param sql: sql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1131
|
-
:param stack_trace_threshold_value: The response time threshold value for capturing stack traces of SQL queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1132
|
-
:param transaction_threshold_type: The type of threshold for transaction tracing, either 'APDEX_F' or 'VALUE'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1133
|
-
:param transaction_threshold_value: The threshold value for transaction tracing when 'transaction_threshold_type' is 'VALUE'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1129
|
+
:param explain_query_plans: explain_query_plans block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#explain_query_plans ApplicationSettings#explain_query_plans}
|
1130
|
+
:param sql: sql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#sql ApplicationSettings#sql}
|
1131
|
+
:param stack_trace_threshold_value: The response time threshold value for capturing stack traces of SQL queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#stack_trace_threshold_value ApplicationSettings#stack_trace_threshold_value}
|
1132
|
+
:param transaction_threshold_type: The type of threshold for transaction tracing, either 'APDEX_F' or 'VALUE'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#transaction_threshold_type ApplicationSettings#transaction_threshold_type}
|
1133
|
+
:param transaction_threshold_value: The threshold value for transaction tracing when 'transaction_threshold_type' is 'VALUE'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#transaction_threshold_value ApplicationSettings#transaction_threshold_value}
|
1134
1134
|
'''
|
1135
1135
|
if isinstance(sql, dict):
|
1136
1136
|
sql = ApplicationSettingsTransactionTracerSql(**sql)
|
@@ -1159,7 +1159,7 @@ class ApplicationSettingsTransactionTracer:
|
|
1159
1159
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ApplicationSettingsTransactionTracerExplainQueryPlans"]]]:
|
1160
1160
|
'''explain_query_plans block.
|
1161
1161
|
|
1162
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1162
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#explain_query_plans ApplicationSettings#explain_query_plans}
|
1163
1163
|
'''
|
1164
1164
|
result = self._values.get("explain_query_plans")
|
1165
1165
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ApplicationSettingsTransactionTracerExplainQueryPlans"]]], result)
|
@@ -1168,7 +1168,7 @@ class ApplicationSettingsTransactionTracer:
|
|
1168
1168
|
def sql(self) -> typing.Optional["ApplicationSettingsTransactionTracerSql"]:
|
1169
1169
|
'''sql block.
|
1170
1170
|
|
1171
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1171
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#sql ApplicationSettings#sql}
|
1172
1172
|
'''
|
1173
1173
|
result = self._values.get("sql")
|
1174
1174
|
return typing.cast(typing.Optional["ApplicationSettingsTransactionTracerSql"], result)
|
@@ -1177,7 +1177,7 @@ class ApplicationSettingsTransactionTracer:
|
|
1177
1177
|
def stack_trace_threshold_value(self) -> typing.Optional[jsii.Number]:
|
1178
1178
|
'''The response time threshold value for capturing stack traces of SQL queries.
|
1179
1179
|
|
1180
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1180
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#stack_trace_threshold_value ApplicationSettings#stack_trace_threshold_value}
|
1181
1181
|
'''
|
1182
1182
|
result = self._values.get("stack_trace_threshold_value")
|
1183
1183
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -1186,7 +1186,7 @@ class ApplicationSettingsTransactionTracer:
|
|
1186
1186
|
def transaction_threshold_type(self) -> typing.Optional[builtins.str]:
|
1187
1187
|
'''The type of threshold for transaction tracing, either 'APDEX_F' or 'VALUE'.
|
1188
1188
|
|
1189
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1189
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#transaction_threshold_type ApplicationSettings#transaction_threshold_type}
|
1190
1190
|
'''
|
1191
1191
|
result = self._values.get("transaction_threshold_type")
|
1192
1192
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -1195,7 +1195,7 @@ class ApplicationSettingsTransactionTracer:
|
|
1195
1195
|
def transaction_threshold_value(self) -> typing.Optional[jsii.Number]:
|
1196
1196
|
'''The threshold value for transaction tracing when 'transaction_threshold_type' is 'VALUE'.
|
1197
1197
|
|
1198
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1198
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#transaction_threshold_value ApplicationSettings#transaction_threshold_value}
|
1199
1199
|
'''
|
1200
1200
|
result = self._values.get("transaction_threshold_value")
|
1201
1201
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -1228,8 +1228,8 @@ class ApplicationSettingsTransactionTracerExplainQueryPlans:
|
|
1228
1228
|
query_plan_threshold_value: typing.Optional[jsii.Number] = None,
|
1229
1229
|
) -> None:
|
1230
1230
|
'''
|
1231
|
-
:param query_plan_threshold_type: The type of threshold for explain plans, either 'APDEX_F' or 'VALUE'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1232
|
-
:param query_plan_threshold_value: The threshold value for explain plans when 'query_plan_threshold_type' is 'VALUE'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1231
|
+
:param query_plan_threshold_type: The type of threshold for explain plans, either 'APDEX_F' or 'VALUE'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#query_plan_threshold_type ApplicationSettings#query_plan_threshold_type}
|
1232
|
+
:param query_plan_threshold_value: The threshold value for explain plans when 'query_plan_threshold_type' is 'VALUE'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#query_plan_threshold_value ApplicationSettings#query_plan_threshold_value}
|
1233
1233
|
'''
|
1234
1234
|
if __debug__:
|
1235
1235
|
type_hints = typing.get_type_hints(_typecheckingstub__c4738c562695c9f9faa2efc558d05c513a654aaa6477310eaae5564d53a7e261)
|
@@ -1245,7 +1245,7 @@ class ApplicationSettingsTransactionTracerExplainQueryPlans:
|
|
1245
1245
|
def query_plan_threshold_type(self) -> typing.Optional[builtins.str]:
|
1246
1246
|
'''The type of threshold for explain plans, either 'APDEX_F' or 'VALUE'.
|
1247
1247
|
|
1248
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1248
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#query_plan_threshold_type ApplicationSettings#query_plan_threshold_type}
|
1249
1249
|
'''
|
1250
1250
|
result = self._values.get("query_plan_threshold_type")
|
1251
1251
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -1254,7 +1254,7 @@ class ApplicationSettingsTransactionTracerExplainQueryPlans:
|
|
1254
1254
|
def query_plan_threshold_value(self) -> typing.Optional[jsii.Number]:
|
1255
1255
|
'''The threshold value for explain plans when 'query_plan_threshold_type' is 'VALUE'.
|
1256
1256
|
|
1257
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1257
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#query_plan_threshold_value ApplicationSettings#query_plan_threshold_value}
|
1258
1258
|
'''
|
1259
1259
|
result = self._values.get("query_plan_threshold_value")
|
1260
1260
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -1585,7 +1585,7 @@ class ApplicationSettingsTransactionTracerOutputReference(
|
|
1585
1585
|
@jsii.member(jsii_name="putSql")
|
1586
1586
|
def put_sql(self, *, record_sql: builtins.str) -> None:
|
1587
1587
|
'''
|
1588
|
-
:param record_sql: The level of SQL recording, either 'OBFUSCATED', 'OFF', or 'RAW'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1588
|
+
:param record_sql: The level of SQL recording, either 'OBFUSCATED', 'OFF', or 'RAW'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#record_sql ApplicationSettings#record_sql}
|
1589
1589
|
'''
|
1590
1590
|
value = ApplicationSettingsTransactionTracerSql(record_sql=record_sql)
|
1591
1591
|
|
@@ -1712,7 +1712,7 @@ class ApplicationSettingsTransactionTracerOutputReference(
|
|
1712
1712
|
class ApplicationSettingsTransactionTracerSql:
|
1713
1713
|
def __init__(self, *, record_sql: builtins.str) -> None:
|
1714
1714
|
'''
|
1715
|
-
:param record_sql: The level of SQL recording, either 'OBFUSCATED', 'OFF', or 'RAW'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1715
|
+
:param record_sql: The level of SQL recording, either 'OBFUSCATED', 'OFF', or 'RAW'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#record_sql ApplicationSettings#record_sql}
|
1716
1716
|
'''
|
1717
1717
|
if __debug__:
|
1718
1718
|
type_hints = typing.get_type_hints(_typecheckingstub__37cf8d21b0afa765ca7b6626e3f3a1370237d06ea73d6051209fa88b1aa350a9)
|
@@ -1725,7 +1725,7 @@ class ApplicationSettingsTransactionTracerSql:
|
|
1725
1725
|
def record_sql(self) -> builtins.str:
|
1726
1726
|
'''The level of SQL recording, either 'OBFUSCATED', 'OFF', or 'RAW'.
|
1727
1727
|
|
1728
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1728
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/application_settings#record_sql ApplicationSettings#record_sql}
|
1729
1729
|
'''
|
1730
1730
|
result = self._values.get("record_sql")
|
1731
1731
|
assert result is not None, "Required property 'record_sql' is missing"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_browser_application`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_browser_application`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_browser_application`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class BrowserApplication(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.browserApplication.BrowserApplication",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application newrelic_browser_application}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -65,16 +65,16 @@ class BrowserApplication(
|
|
65
65
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
66
66
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
67
67
|
) -> None:
|
68
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
68
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application newrelic_browser_application} Resource.
|
69
69
|
|
70
70
|
:param scope: The scope in which to define this construct.
|
71
71
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
72
|
-
:param name: The name of the application to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
73
|
-
:param account_id: The account ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
74
|
-
:param cookies_enabled: Configure cookies. The default is enabled: true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
75
|
-
:param distributed_tracing_enabled: Configure distributed tracing in browser apps. The default is enabled: true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
76
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
77
|
-
:param loader_type: Determines which browser loader is configured. The default is "SPA". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
72
|
+
:param name: The name of the application to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application#name BrowserApplication#name}
|
73
|
+
:param account_id: The account ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application#account_id BrowserApplication#account_id}
|
74
|
+
:param cookies_enabled: Configure cookies. The default is enabled: true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application#cookies_enabled BrowserApplication#cookies_enabled}
|
75
|
+
:param distributed_tracing_enabled: Configure distributed tracing in browser apps. The default is enabled: true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application#distributed_tracing_enabled BrowserApplication#distributed_tracing_enabled}
|
76
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application#id BrowserApplication#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. 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.
|
77
|
+
:param loader_type: Determines which browser loader is configured. The default is "SPA". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application#loader_type BrowserApplication#loader_type}
|
78
78
|
:param connection:
|
79
79
|
:param count:
|
80
80
|
:param depends_on:
|
@@ -118,7 +118,7 @@ class BrowserApplication(
|
|
118
118
|
|
119
119
|
:param scope: The scope in which to define this construct.
|
120
120
|
:param import_to_id: The construct id used in the generated config for the BrowserApplication to import.
|
121
|
-
:param import_from_id: The id of the existing BrowserApplication that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
121
|
+
:param import_from_id: The id of the existing BrowserApplication that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application#import import section} in the documentation of this resource for the id to use
|
122
122
|
:param provider: ? Optional instance of the provider where the BrowserApplication to import is found.
|
123
123
|
'''
|
124
124
|
if __debug__:
|
@@ -339,12 +339,12 @@ class BrowserApplicationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
339
339
|
:param lifecycle:
|
340
340
|
:param provider:
|
341
341
|
:param provisioners:
|
342
|
-
:param name: The name of the application to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
343
|
-
:param account_id: The account ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
344
|
-
:param cookies_enabled: Configure cookies. The default is enabled: true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
345
|
-
:param distributed_tracing_enabled: Configure distributed tracing in browser apps. The default is enabled: true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
346
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
347
|
-
:param loader_type: Determines which browser loader is configured. The default is "SPA". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
342
|
+
:param name: The name of the application to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application#name BrowserApplication#name}
|
343
|
+
:param account_id: The account ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application#account_id BrowserApplication#account_id}
|
344
|
+
:param cookies_enabled: Configure cookies. The default is enabled: true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application#cookies_enabled BrowserApplication#cookies_enabled}
|
345
|
+
:param distributed_tracing_enabled: Configure distributed tracing in browser apps. The default is enabled: true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application#distributed_tracing_enabled BrowserApplication#distributed_tracing_enabled}
|
346
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application#id BrowserApplication#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. 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.
|
347
|
+
:param loader_type: Determines which browser loader is configured. The default is "SPA". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application#loader_type BrowserApplication#loader_type}
|
348
348
|
'''
|
349
349
|
if isinstance(lifecycle, dict):
|
350
350
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -459,7 +459,7 @@ class BrowserApplicationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
459
459
|
def name(self) -> builtins.str:
|
460
460
|
'''The name of the application to monitor.
|
461
461
|
|
462
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
462
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application#name BrowserApplication#name}
|
463
463
|
'''
|
464
464
|
result = self._values.get("name")
|
465
465
|
assert result is not None, "Required property 'name' is missing"
|
@@ -469,7 +469,7 @@ class BrowserApplicationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
469
469
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
470
470
|
'''The account ID.
|
471
471
|
|
472
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
472
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application#account_id BrowserApplication#account_id}
|
473
473
|
'''
|
474
474
|
result = self._values.get("account_id")
|
475
475
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -480,7 +480,7 @@ class BrowserApplicationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
480
480
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
481
481
|
'''Configure cookies. The default is enabled: true.
|
482
482
|
|
483
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
483
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application#cookies_enabled BrowserApplication#cookies_enabled}
|
484
484
|
'''
|
485
485
|
result = self._values.get("cookies_enabled")
|
486
486
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -491,14 +491,14 @@ class BrowserApplicationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
491
491
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
492
492
|
'''Configure distributed tracing in browser apps. The default is enabled: true.
|
493
493
|
|
494
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
494
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application#distributed_tracing_enabled BrowserApplication#distributed_tracing_enabled}
|
495
495
|
'''
|
496
496
|
result = self._values.get("distributed_tracing_enabled")
|
497
497
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
498
498
|
|
499
499
|
@builtins.property
|
500
500
|
def id(self) -> typing.Optional[builtins.str]:
|
501
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
501
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application#id BrowserApplication#id}.
|
502
502
|
|
503
503
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
504
504
|
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.
|
@@ -510,7 +510,7 @@ class BrowserApplicationConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
510
510
|
def loader_type(self) -> typing.Optional[builtins.str]:
|
511
511
|
'''Determines which browser loader is configured. The default is "SPA".
|
512
512
|
|
513
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
513
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/browser_application#loader_type BrowserApplication#loader_type}
|
514
514
|
'''
|
515
515
|
result = self._values.get("loader_type")
|
516
516
|
return typing.cast(typing.Optional[builtins.str], result)
|