cdktf-cdktf-provider-newrelic 13.7.2__py3-none-any.whl → 13.7.4__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.4.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 +1259 -1259
- 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.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.4.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_newrelic-13.7.4.dist-info/RECORD +76 -0
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.2.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic-13.7.2.dist-info/RECORD +0 -76
- {cdktf_cdktf_provider_newrelic-13.7.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.4.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.4.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.4.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `provider`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class NewrelicProvider(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.provider.NewrelicProvider",
|
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.6/docs newrelic}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -66,24 +66,24 @@ class NewrelicProvider(
|
|
66
66
|
region: typing.Optional[builtins.str] = None,
|
67
67
|
synthetics_api_url: typing.Optional[builtins.str] = None,
|
68
68
|
) -> None:
|
69
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
69
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs newrelic} Resource.
|
70
70
|
|
71
71
|
:param scope: The scope in which to define this construct.
|
72
72
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
73
|
-
:param account_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
74
|
-
:param api_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
75
|
-
:param admin_api_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
76
|
-
:param alias: Alias name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
77
|
-
:param api_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
78
|
-
:param cacert_file: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
79
|
-
:param infrastructure_api_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
80
|
-
:param insecure_skip_verify: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
81
|
-
:param insights_insert_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
82
|
-
:param insights_insert_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
83
|
-
:param insights_query_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
84
|
-
:param nerdgraph_api_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
85
|
-
:param region: The data center for which your New Relic account is configured. Only one region per provider block is permitted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
86
|
-
:param synthetics_api_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
73
|
+
:param account_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#account_id NewrelicProvider#account_id}.
|
74
|
+
:param api_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#api_key NewrelicProvider#api_key}.
|
75
|
+
:param admin_api_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#admin_api_key NewrelicProvider#admin_api_key}.
|
76
|
+
:param alias: Alias name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#alias NewrelicProvider#alias}
|
77
|
+
:param api_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#api_url NewrelicProvider#api_url}.
|
78
|
+
:param cacert_file: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#cacert_file NewrelicProvider#cacert_file}.
|
79
|
+
:param infrastructure_api_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}.
|
80
|
+
:param insecure_skip_verify: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}.
|
81
|
+
:param insights_insert_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#insights_insert_key NewrelicProvider#insights_insert_key}.
|
82
|
+
:param insights_insert_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#insights_insert_url NewrelicProvider#insights_insert_url}.
|
83
|
+
:param insights_query_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#insights_query_url NewrelicProvider#insights_query_url}.
|
84
|
+
:param nerdgraph_api_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}.
|
85
|
+
:param region: The data center for which your New Relic account is configured. Only one region per provider block is permitted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#region NewrelicProvider#region}
|
86
|
+
:param synthetics_api_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}.
|
87
87
|
'''
|
88
88
|
if __debug__:
|
89
89
|
type_hints = typing.get_type_hints(_typecheckingstub__2afa037631c2b6bae79191bb584dd1a23c1c2764f77ff94450c3708f8ed37e50)
|
@@ -121,7 +121,7 @@ class NewrelicProvider(
|
|
121
121
|
|
122
122
|
:param scope: The scope in which to define this construct.
|
123
123
|
:param import_to_id: The construct id used in the generated config for the NewrelicProvider to import.
|
124
|
-
:param import_from_id: The id of the existing NewrelicProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
124
|
+
:param import_from_id: The id of the existing NewrelicProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#import import section} in the documentation of this resource for the id to use
|
125
125
|
:param provider: ? Optional instance of the provider where the NewrelicProvider to import is found.
|
126
126
|
'''
|
127
127
|
if __debug__:
|
@@ -479,20 +479,20 @@ class NewrelicProviderConfig:
|
|
479
479
|
synthetics_api_url: typing.Optional[builtins.str] = None,
|
480
480
|
) -> None:
|
481
481
|
'''
|
482
|
-
:param account_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
483
|
-
:param api_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
484
|
-
:param admin_api_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
485
|
-
:param alias: Alias name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
486
|
-
:param api_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
487
|
-
:param cacert_file: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
488
|
-
:param infrastructure_api_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
489
|
-
:param insecure_skip_verify: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
490
|
-
:param insights_insert_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
491
|
-
:param insights_insert_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
492
|
-
:param insights_query_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
493
|
-
:param nerdgraph_api_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
494
|
-
:param region: The data center for which your New Relic account is configured. Only one region per provider block is permitted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
495
|
-
:param synthetics_api_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
482
|
+
:param account_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#account_id NewrelicProvider#account_id}.
|
483
|
+
:param api_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#api_key NewrelicProvider#api_key}.
|
484
|
+
:param admin_api_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#admin_api_key NewrelicProvider#admin_api_key}.
|
485
|
+
:param alias: Alias name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#alias NewrelicProvider#alias}
|
486
|
+
:param api_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#api_url NewrelicProvider#api_url}.
|
487
|
+
:param cacert_file: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#cacert_file NewrelicProvider#cacert_file}.
|
488
|
+
:param infrastructure_api_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}.
|
489
|
+
:param insecure_skip_verify: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}.
|
490
|
+
:param insights_insert_key: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#insights_insert_key NewrelicProvider#insights_insert_key}.
|
491
|
+
:param insights_insert_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#insights_insert_url NewrelicProvider#insights_insert_url}.
|
492
|
+
:param insights_query_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#insights_query_url NewrelicProvider#insights_query_url}.
|
493
|
+
:param nerdgraph_api_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}.
|
494
|
+
:param region: The data center for which your New Relic account is configured. Only one region per provider block is permitted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#region NewrelicProvider#region}
|
495
|
+
:param synthetics_api_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}.
|
496
496
|
'''
|
497
497
|
if __debug__:
|
498
498
|
type_hints = typing.get_type_hints(_typecheckingstub__0a75853fe83269a9b7f75343771859bada06ccf5431d89b2f4e22ae38d4508b9)
|
@@ -541,21 +541,21 @@ class NewrelicProviderConfig:
|
|
541
541
|
|
542
542
|
@builtins.property
|
543
543
|
def account_id(self) -> jsii.Number:
|
544
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
544
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#account_id NewrelicProvider#account_id}.'''
|
545
545
|
result = self._values.get("account_id")
|
546
546
|
assert result is not None, "Required property 'account_id' is missing"
|
547
547
|
return typing.cast(jsii.Number, result)
|
548
548
|
|
549
549
|
@builtins.property
|
550
550
|
def api_key(self) -> builtins.str:
|
551
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
551
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#api_key NewrelicProvider#api_key}.'''
|
552
552
|
result = self._values.get("api_key")
|
553
553
|
assert result is not None, "Required property 'api_key' is missing"
|
554
554
|
return typing.cast(builtins.str, result)
|
555
555
|
|
556
556
|
@builtins.property
|
557
557
|
def admin_api_key(self) -> typing.Optional[builtins.str]:
|
558
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
558
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#admin_api_key NewrelicProvider#admin_api_key}.'''
|
559
559
|
result = self._values.get("admin_api_key")
|
560
560
|
return typing.cast(typing.Optional[builtins.str], result)
|
561
561
|
|
@@ -563,26 +563,26 @@ class NewrelicProviderConfig:
|
|
563
563
|
def alias(self) -> typing.Optional[builtins.str]:
|
564
564
|
'''Alias name.
|
565
565
|
|
566
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
566
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#alias NewrelicProvider#alias}
|
567
567
|
'''
|
568
568
|
result = self._values.get("alias")
|
569
569
|
return typing.cast(typing.Optional[builtins.str], result)
|
570
570
|
|
571
571
|
@builtins.property
|
572
572
|
def api_url(self) -> typing.Optional[builtins.str]:
|
573
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
573
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#api_url NewrelicProvider#api_url}.'''
|
574
574
|
result = self._values.get("api_url")
|
575
575
|
return typing.cast(typing.Optional[builtins.str], result)
|
576
576
|
|
577
577
|
@builtins.property
|
578
578
|
def cacert_file(self) -> typing.Optional[builtins.str]:
|
579
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
579
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#cacert_file NewrelicProvider#cacert_file}.'''
|
580
580
|
result = self._values.get("cacert_file")
|
581
581
|
return typing.cast(typing.Optional[builtins.str], result)
|
582
582
|
|
583
583
|
@builtins.property
|
584
584
|
def infrastructure_api_url(self) -> typing.Optional[builtins.str]:
|
585
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
585
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#infrastructure_api_url NewrelicProvider#infrastructure_api_url}.'''
|
586
586
|
result = self._values.get("infrastructure_api_url")
|
587
587
|
return typing.cast(typing.Optional[builtins.str], result)
|
588
588
|
|
@@ -590,31 +590,31 @@ class NewrelicProviderConfig:
|
|
590
590
|
def insecure_skip_verify(
|
591
591
|
self,
|
592
592
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
593
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
593
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#insecure_skip_verify NewrelicProvider#insecure_skip_verify}.'''
|
594
594
|
result = self._values.get("insecure_skip_verify")
|
595
595
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
596
596
|
|
597
597
|
@builtins.property
|
598
598
|
def insights_insert_key(self) -> typing.Optional[builtins.str]:
|
599
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
599
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#insights_insert_key NewrelicProvider#insights_insert_key}.'''
|
600
600
|
result = self._values.get("insights_insert_key")
|
601
601
|
return typing.cast(typing.Optional[builtins.str], result)
|
602
602
|
|
603
603
|
@builtins.property
|
604
604
|
def insights_insert_url(self) -> typing.Optional[builtins.str]:
|
605
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
605
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#insights_insert_url NewrelicProvider#insights_insert_url}.'''
|
606
606
|
result = self._values.get("insights_insert_url")
|
607
607
|
return typing.cast(typing.Optional[builtins.str], result)
|
608
608
|
|
609
609
|
@builtins.property
|
610
610
|
def insights_query_url(self) -> typing.Optional[builtins.str]:
|
611
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
611
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#insights_query_url NewrelicProvider#insights_query_url}.'''
|
612
612
|
result = self._values.get("insights_query_url")
|
613
613
|
return typing.cast(typing.Optional[builtins.str], result)
|
614
614
|
|
615
615
|
@builtins.property
|
616
616
|
def nerdgraph_api_url(self) -> typing.Optional[builtins.str]:
|
617
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
617
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#nerdgraph_api_url NewrelicProvider#nerdgraph_api_url}.'''
|
618
618
|
result = self._values.get("nerdgraph_api_url")
|
619
619
|
return typing.cast(typing.Optional[builtins.str], result)
|
620
620
|
|
@@ -622,14 +622,14 @@ class NewrelicProviderConfig:
|
|
622
622
|
def region(self) -> typing.Optional[builtins.str]:
|
623
623
|
'''The data center for which your New Relic account is configured. Only one region per provider block is permitted.
|
624
624
|
|
625
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
625
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#region NewrelicProvider#region}
|
626
626
|
'''
|
627
627
|
result = self._values.get("region")
|
628
628
|
return typing.cast(typing.Optional[builtins.str], result)
|
629
629
|
|
630
630
|
@builtins.property
|
631
631
|
def synthetics_api_url(self) -> typing.Optional[builtins.str]:
|
632
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
632
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs#synthetics_api_url NewrelicProvider#synthetics_api_url}.'''
|
633
633
|
result = self._values.get("synthetics_api_url")
|
634
634
|
return typing.cast(typing.Optional[builtins.str], result)
|
635
635
|
|