cdktf-cdktf-provider-newrelic 13.7.4__py3-none-any.whl → 13.8.0__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.8.0.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 +56 -56
- 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.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_newrelic-13.8.0.dist-info/RECORD +76 -0
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.4.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic-13.7.4.dist-info/RECORD +0 -76
- {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_newrelic_group`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_newrelic_group`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_newrelic_group`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/group).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataNewrelicGroup(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.dataNewrelicGroup.DataNewrelicGroup",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/group newrelic_group}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -61,12 +61,12 @@ class DataNewrelicGroup(
|
|
61
61
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
62
62
|
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,
|
63
63
|
) -> None:
|
64
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
64
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/group newrelic_group} Data Source.
|
65
65
|
|
66
66
|
:param scope: The scope in which to define this construct.
|
67
67
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
68
|
-
:param authentication_domain_id: The ID of the Authentication Domain the group being queried would belong to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
69
|
-
:param name: The name of the group to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
68
|
+
:param authentication_domain_id: The ID of the Authentication Domain the group being queried would belong to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/group#authentication_domain_id DataNewrelicGroup#authentication_domain_id}
|
69
|
+
:param name: The name of the group to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/group#name DataNewrelicGroup#name}
|
70
70
|
:param connection:
|
71
71
|
:param count:
|
72
72
|
:param depends_on:
|
@@ -106,7 +106,7 @@ class DataNewrelicGroup(
|
|
106
106
|
|
107
107
|
:param scope: The scope in which to define this construct.
|
108
108
|
:param import_to_id: The construct id used in the generated config for the DataNewrelicGroup to import.
|
109
|
-
:param import_from_id: The id of the existing DataNewrelicGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
109
|
+
:param import_from_id: The id of the existing DataNewrelicGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/group#import import section} in the documentation of this resource for the id to use
|
110
110
|
:param provider: ? Optional instance of the provider where the DataNewrelicGroup to import is found.
|
111
111
|
'''
|
112
112
|
if __debug__:
|
@@ -212,8 +212,8 @@ class DataNewrelicGroupConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
212
212
|
:param lifecycle:
|
213
213
|
:param provider:
|
214
214
|
:param provisioners:
|
215
|
-
:param authentication_domain_id: The ID of the Authentication Domain the group being queried would belong to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
216
|
-
:param name: The name of the group to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
215
|
+
:param authentication_domain_id: The ID of the Authentication Domain the group being queried would belong to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/group#authentication_domain_id DataNewrelicGroup#authentication_domain_id}
|
216
|
+
:param name: The name of the group to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/group#name DataNewrelicGroup#name}
|
217
217
|
'''
|
218
218
|
if isinstance(lifecycle, dict):
|
219
219
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -315,7 +315,7 @@ class DataNewrelicGroupConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
315
315
|
def authentication_domain_id(self) -> builtins.str:
|
316
316
|
'''The ID of the Authentication Domain the group being queried would belong to.
|
317
317
|
|
318
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
318
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/group#authentication_domain_id DataNewrelicGroup#authentication_domain_id}
|
319
319
|
'''
|
320
320
|
result = self._values.get("authentication_domain_id")
|
321
321
|
assert result is not None, "Required property 'authentication_domain_id' is missing"
|
@@ -325,7 +325,7 @@ class DataNewrelicGroupConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
325
325
|
def name(self) -> builtins.str:
|
326
326
|
'''The name of the group to be queried.
|
327
327
|
|
328
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
328
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/group#name DataNewrelicGroup#name}
|
329
329
|
'''
|
330
330
|
result = self._values.get("name")
|
331
331
|
assert result is not None, "Required property 'name' is missing"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_newrelic_key_transaction`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_newrelic_key_transaction`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_newrelic_key_transaction`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/key_transaction).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataNewrelicKeyTransaction(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.dataNewrelicKeyTransaction.DataNewrelicKeyTransaction",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/key_transaction newrelic_key_transaction}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -63,14 +63,14 @@ class DataNewrelicKeyTransaction(
|
|
63
63
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
64
64
|
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,
|
65
65
|
) -> None:
|
66
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
66
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/key_transaction newrelic_key_transaction} Data Source.
|
67
67
|
|
68
68
|
:param scope: The scope in which to define this construct.
|
69
69
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
70
|
-
:param name: The name of the key transaction in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
71
|
-
:param account_id: The ID of the New Relic account the key transaction would need to belong to. Uses the account_id in the provider{} block by default, if not specified. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
72
|
-
:param guid: GUID of the key transaction in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
73
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
70
|
+
:param name: The name of the key transaction in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/key_transaction#name DataNewrelicKeyTransaction#name}
|
71
|
+
:param account_id: The ID of the New Relic account the key transaction would need to belong to. Uses the account_id in the provider{} block by default, if not specified. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/key_transaction#account_id DataNewrelicKeyTransaction#account_id}
|
72
|
+
:param guid: GUID of the key transaction in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/key_transaction#guid DataNewrelicKeyTransaction#guid}
|
73
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#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.
|
74
74
|
:param connection:
|
75
75
|
:param count:
|
76
76
|
:param depends_on:
|
@@ -112,7 +112,7 @@ class DataNewrelicKeyTransaction(
|
|
112
112
|
|
113
113
|
:param scope: The scope in which to define this construct.
|
114
114
|
:param import_to_id: The construct id used in the generated config for the DataNewrelicKeyTransaction to import.
|
115
|
-
:param import_from_id: The id of the existing DataNewrelicKeyTransaction that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
115
|
+
:param import_from_id: The id of the existing DataNewrelicKeyTransaction that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/key_transaction#import import section} in the documentation of this resource for the id to use
|
116
116
|
:param provider: ? Optional instance of the provider where the DataNewrelicKeyTransaction to import is found.
|
117
117
|
'''
|
118
118
|
if __debug__:
|
@@ -268,10 +268,10 @@ class DataNewrelicKeyTransactionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
268
268
|
:param lifecycle:
|
269
269
|
:param provider:
|
270
270
|
:param provisioners:
|
271
|
-
:param name: The name of the key transaction in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
272
|
-
:param account_id: The ID of the New Relic account the key transaction would need to belong to. Uses the account_id in the provider{} block by default, if not specified. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
273
|
-
:param guid: GUID of the key transaction in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
274
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
271
|
+
:param name: The name of the key transaction in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/key_transaction#name DataNewrelicKeyTransaction#name}
|
272
|
+
:param account_id: The ID of the New Relic account the key transaction would need to belong to. Uses the account_id in the provider{} block by default, if not specified. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/key_transaction#account_id DataNewrelicKeyTransaction#account_id}
|
273
|
+
:param guid: GUID of the key transaction in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/key_transaction#guid DataNewrelicKeyTransaction#guid}
|
274
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#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.
|
275
275
|
'''
|
276
276
|
if isinstance(lifecycle, dict):
|
277
277
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -380,7 +380,7 @@ class DataNewrelicKeyTransactionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
380
380
|
def name(self) -> builtins.str:
|
381
381
|
'''The name of the key transaction in New Relic.
|
382
382
|
|
383
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
383
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/key_transaction#name DataNewrelicKeyTransaction#name}
|
384
384
|
'''
|
385
385
|
result = self._values.get("name")
|
386
386
|
assert result is not None, "Required property 'name' is missing"
|
@@ -392,7 +392,7 @@ class DataNewrelicKeyTransactionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
392
392
|
|
393
393
|
Uses the account_id in the provider{} block by default, if not specified.
|
394
394
|
|
395
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
395
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/key_transaction#account_id DataNewrelicKeyTransaction#account_id}
|
396
396
|
'''
|
397
397
|
result = self._values.get("account_id")
|
398
398
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -401,14 +401,14 @@ class DataNewrelicKeyTransactionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
401
401
|
def guid(self) -> typing.Optional[builtins.str]:
|
402
402
|
'''GUID of the key transaction in New Relic.
|
403
403
|
|
404
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
404
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/key_transaction#guid DataNewrelicKeyTransaction#guid}
|
405
405
|
'''
|
406
406
|
result = self._values.get("guid")
|
407
407
|
return typing.cast(typing.Optional[builtins.str], result)
|
408
408
|
|
409
409
|
@builtins.property
|
410
410
|
def id(self) -> typing.Optional[builtins.str]:
|
411
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
411
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/key_transaction#id DataNewrelicKeyTransaction#id}.
|
412
412
|
|
413
413
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
414
414
|
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.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_newrelic_notification_destination`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_newrelic_notification_destination`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_newrelic_notification_destination`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/notification_destination).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataNewrelicNotificationDestination(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.dataNewrelicNotificationDestination.DataNewrelicNotificationDestination",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/notification_destination newrelic_notification_destination}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -63,14 +63,14 @@ class DataNewrelicNotificationDestination(
|
|
63
63
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
64
64
|
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,
|
65
65
|
) -> None:
|
66
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
66
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/notification_destination newrelic_notification_destination} Data Source.
|
67
67
|
|
68
68
|
:param scope: The scope in which to define this construct.
|
69
69
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
70
|
-
:param account_id: The account ID under which to put the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
71
|
-
:param id: The ID of the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
72
|
-
:param name: The name of the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
73
|
-
:param secure_url: secure_url block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
70
|
+
:param account_id: The account ID under which to put the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/notification_destination#account_id DataNewrelicNotificationDestination#account_id}
|
71
|
+
:param id: The ID of the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/notification_destination#id DataNewrelicNotificationDestination#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.
|
72
|
+
:param name: The name of the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/notification_destination#name DataNewrelicNotificationDestination#name}
|
73
|
+
:param secure_url: secure_url block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/notification_destination#secure_url DataNewrelicNotificationDestination#secure_url}
|
74
74
|
:param connection:
|
75
75
|
:param count:
|
76
76
|
:param depends_on:
|
@@ -112,7 +112,7 @@ class DataNewrelicNotificationDestination(
|
|
112
112
|
|
113
113
|
:param scope: The scope in which to define this construct.
|
114
114
|
:param import_to_id: The construct id used in the generated config for the DataNewrelicNotificationDestination to import.
|
115
|
-
:param import_from_id: The id of the existing DataNewrelicNotificationDestination that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
115
|
+
:param import_from_id: The id of the existing DataNewrelicNotificationDestination that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/notification_destination#import import section} in the documentation of this resource for the id to use
|
116
116
|
:param provider: ? Optional instance of the provider where the DataNewrelicNotificationDestination to import is found.
|
117
117
|
'''
|
118
118
|
if __debug__:
|
@@ -295,10 +295,10 @@ class DataNewrelicNotificationDestinationConfig(_cdktf_9a9027ec.TerraformMetaArg
|
|
295
295
|
:param lifecycle:
|
296
296
|
:param provider:
|
297
297
|
:param provisioners:
|
298
|
-
:param account_id: The account ID under which to put the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
299
|
-
:param id: The ID of the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
300
|
-
:param name: The name of the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
301
|
-
:param secure_url: secure_url block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
298
|
+
:param account_id: The account ID under which to put the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/notification_destination#account_id DataNewrelicNotificationDestination#account_id}
|
299
|
+
:param id: The ID of the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/notification_destination#id DataNewrelicNotificationDestination#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.
|
300
|
+
:param name: The name of the destination. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/notification_destination#name DataNewrelicNotificationDestination#name}
|
301
|
+
:param secure_url: secure_url block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/notification_destination#secure_url DataNewrelicNotificationDestination#secure_url}
|
302
302
|
'''
|
303
303
|
if isinstance(lifecycle, dict):
|
304
304
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -407,7 +407,7 @@ class DataNewrelicNotificationDestinationConfig(_cdktf_9a9027ec.TerraformMetaArg
|
|
407
407
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
408
408
|
'''The account ID under which to put the destination.
|
409
409
|
|
410
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
410
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/notification_destination#account_id DataNewrelicNotificationDestination#account_id}
|
411
411
|
'''
|
412
412
|
result = self._values.get("account_id")
|
413
413
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -416,7 +416,7 @@ class DataNewrelicNotificationDestinationConfig(_cdktf_9a9027ec.TerraformMetaArg
|
|
416
416
|
def id(self) -> typing.Optional[builtins.str]:
|
417
417
|
'''The ID of the destination.
|
418
418
|
|
419
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
419
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/notification_destination#id DataNewrelicNotificationDestination#id}
|
420
420
|
|
421
421
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
422
422
|
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.
|
@@ -428,7 +428,7 @@ class DataNewrelicNotificationDestinationConfig(_cdktf_9a9027ec.TerraformMetaArg
|
|
428
428
|
def name(self) -> typing.Optional[builtins.str]:
|
429
429
|
'''The name of the destination.
|
430
430
|
|
431
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
431
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/notification_destination#name DataNewrelicNotificationDestination#name}
|
432
432
|
'''
|
433
433
|
result = self._values.get("name")
|
434
434
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -439,7 +439,7 @@ class DataNewrelicNotificationDestinationConfig(_cdktf_9a9027ec.TerraformMetaArg
|
|
439
439
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataNewrelicNotificationDestinationSecureUrl"]]]:
|
440
440
|
'''secure_url block.
|
441
441
|
|
442
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
442
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/notification_destination#secure_url DataNewrelicNotificationDestination#secure_url}
|
443
443
|
'''
|
444
444
|
result = self._values.get("secure_url")
|
445
445
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataNewrelicNotificationDestinationSecureUrl"]]], result)
|
@@ -625,7 +625,7 @@ class DataNewrelicNotificationDestinationPropertyOutputReference(
|
|
625
625
|
class DataNewrelicNotificationDestinationSecureUrl:
|
626
626
|
def __init__(self, *, prefix: builtins.str) -> None:
|
627
627
|
'''
|
628
|
-
:param prefix: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
628
|
+
:param prefix: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}.
|
629
629
|
'''
|
630
630
|
if __debug__:
|
631
631
|
type_hints = typing.get_type_hints(_typecheckingstub__101d527a1eab651c10e734d2165dfa30b0b806fab18cb395ac8132694093485c)
|
@@ -636,7 +636,7 @@ class DataNewrelicNotificationDestinationSecureUrl:
|
|
636
636
|
|
637
637
|
@builtins.property
|
638
638
|
def prefix(self) -> builtins.str:
|
639
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
639
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/notification_destination#prefix DataNewrelicNotificationDestination#prefix}.'''
|
640
640
|
result = self._values.get("prefix")
|
641
641
|
assert result is not None, "Required property 'prefix' is missing"
|
642
642
|
return typing.cast(builtins.str, result)
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_newrelic_obfuscation_expression`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_newrelic_obfuscation_expression`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_newrelic_obfuscation_expression`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/obfuscation_expression).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataNewrelicObfuscationExpression(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.dataNewrelicObfuscationExpression.DataNewrelicObfuscationExpression",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/obfuscation_expression newrelic_obfuscation_expression}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -62,13 +62,13 @@ class DataNewrelicObfuscationExpression(
|
|
62
62
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
63
63
|
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,
|
64
64
|
) -> None:
|
65
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
65
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/obfuscation_expression newrelic_obfuscation_expression} Data Source.
|
66
66
|
|
67
67
|
:param scope: The scope in which to define this construct.
|
68
68
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
69
|
-
:param name: Name of expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
70
|
-
:param account_id: The account id associated with the obfuscation expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
71
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
69
|
+
:param name: Name of expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name}
|
70
|
+
:param account_id: The account id associated with the obfuscation expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id}
|
71
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#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.
|
72
72
|
:param connection:
|
73
73
|
:param count:
|
74
74
|
:param depends_on:
|
@@ -109,7 +109,7 @@ class DataNewrelicObfuscationExpression(
|
|
109
109
|
|
110
110
|
:param scope: The scope in which to define this construct.
|
111
111
|
:param import_to_id: The construct id used in the generated config for the DataNewrelicObfuscationExpression to import.
|
112
|
-
:param import_from_id: The id of the existing DataNewrelicObfuscationExpression that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
112
|
+
:param import_from_id: The id of the existing DataNewrelicObfuscationExpression that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/obfuscation_expression#import import section} in the documentation of this resource for the id to use
|
113
113
|
:param provider: ? Optional instance of the provider where the DataNewrelicObfuscationExpression to import is found.
|
114
114
|
'''
|
115
115
|
if __debug__:
|
@@ -232,9 +232,9 @@ class DataNewrelicObfuscationExpressionConfig(_cdktf_9a9027ec.TerraformMetaArgum
|
|
232
232
|
:param lifecycle:
|
233
233
|
:param provider:
|
234
234
|
:param provisioners:
|
235
|
-
:param name: Name of expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
236
|
-
:param account_id: The account id associated with the obfuscation expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
237
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
235
|
+
:param name: Name of expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name}
|
236
|
+
:param account_id: The account id associated with the obfuscation expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id}
|
237
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#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.
|
238
238
|
'''
|
239
239
|
if isinstance(lifecycle, dict):
|
240
240
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -340,7 +340,7 @@ class DataNewrelicObfuscationExpressionConfig(_cdktf_9a9027ec.TerraformMetaArgum
|
|
340
340
|
def name(self) -> builtins.str:
|
341
341
|
'''Name of expression.
|
342
342
|
|
343
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
343
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name}
|
344
344
|
'''
|
345
345
|
result = self._values.get("name")
|
346
346
|
assert result is not None, "Required property 'name' is missing"
|
@@ -350,14 +350,14 @@ class DataNewrelicObfuscationExpressionConfig(_cdktf_9a9027ec.TerraformMetaArgum
|
|
350
350
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
351
351
|
'''The account id associated with the obfuscation expression.
|
352
352
|
|
353
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
353
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id}
|
354
354
|
'''
|
355
355
|
result = self._values.get("account_id")
|
356
356
|
return typing.cast(typing.Optional[jsii.Number], result)
|
357
357
|
|
358
358
|
@builtins.property
|
359
359
|
def id(self) -> typing.Optional[builtins.str]:
|
360
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
360
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}.
|
361
361
|
|
362
362
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
363
363
|
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.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_newrelic_service_level_alert_helper`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_newrelic_service_level_alert_helper`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_newrelic_service_level_alert_helper`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataNewrelicServiceLevelAlertHelper(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.dataNewrelicServiceLevelAlertHelper.DataNewrelicServiceLevelAlertHelper",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper newrelic_service_level_alert_helper}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -67,18 +67,18 @@ class DataNewrelicServiceLevelAlertHelper(
|
|
67
67
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
68
68
|
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,
|
69
69
|
) -> None:
|
70
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
70
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper newrelic_service_level_alert_helper} Data Source.
|
71
71
|
|
72
72
|
:param scope: The scope in which to define this construct.
|
73
73
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
74
|
-
:param alert_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
75
|
-
:param sli_guid: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
76
|
-
:param slo_period: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
77
|
-
:param slo_target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
78
|
-
:param custom_evaluation_period: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
79
|
-
:param custom_tolerated_budget_consumption: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
80
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
81
|
-
:param is_bad_events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
74
|
+
:param alert_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}.
|
75
|
+
:param sli_guid: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}.
|
76
|
+
:param slo_period: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}.
|
77
|
+
:param slo_target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}.
|
78
|
+
:param custom_evaluation_period: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}.
|
79
|
+
:param custom_tolerated_budget_consumption: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}.
|
80
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#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.
|
81
|
+
:param is_bad_events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}.
|
82
82
|
:param connection:
|
83
83
|
:param count:
|
84
84
|
:param depends_on:
|
@@ -124,7 +124,7 @@ class DataNewrelicServiceLevelAlertHelper(
|
|
124
124
|
|
125
125
|
:param scope: The scope in which to define this construct.
|
126
126
|
:param import_to_id: The construct id used in the generated config for the DataNewrelicServiceLevelAlertHelper to import.
|
127
|
-
:param import_from_id: The id of the existing DataNewrelicServiceLevelAlertHelper that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
127
|
+
:param import_from_id: The id of the existing DataNewrelicServiceLevelAlertHelper that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#import import section} in the documentation of this resource for the id to use
|
128
128
|
:param provider: ? Optional instance of the provider where the DataNewrelicServiceLevelAlertHelper to import is found.
|
129
129
|
'''
|
130
130
|
if __debug__:
|
@@ -375,14 +375,14 @@ class DataNewrelicServiceLevelAlertHelperConfig(_cdktf_9a9027ec.TerraformMetaArg
|
|
375
375
|
:param lifecycle:
|
376
376
|
:param provider:
|
377
377
|
:param provisioners:
|
378
|
-
:param alert_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
379
|
-
:param sli_guid: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
380
|
-
:param slo_period: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
381
|
-
:param slo_target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
382
|
-
:param custom_evaluation_period: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
383
|
-
:param custom_tolerated_budget_consumption: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
384
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
385
|
-
:param is_bad_events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
378
|
+
:param alert_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}.
|
379
|
+
:param sli_guid: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}.
|
380
|
+
:param slo_period: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}.
|
381
|
+
:param slo_target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}.
|
382
|
+
:param custom_evaluation_period: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}.
|
383
|
+
:param custom_tolerated_budget_consumption: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}.
|
384
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#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.
|
385
|
+
:param is_bad_events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}.
|
386
386
|
'''
|
387
387
|
if isinstance(lifecycle, dict):
|
388
388
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -498,47 +498,47 @@ class DataNewrelicServiceLevelAlertHelperConfig(_cdktf_9a9027ec.TerraformMetaArg
|
|
498
498
|
|
499
499
|
@builtins.property
|
500
500
|
def alert_type(self) -> builtins.str:
|
501
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
501
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}.'''
|
502
502
|
result = self._values.get("alert_type")
|
503
503
|
assert result is not None, "Required property 'alert_type' is missing"
|
504
504
|
return typing.cast(builtins.str, result)
|
505
505
|
|
506
506
|
@builtins.property
|
507
507
|
def sli_guid(self) -> builtins.str:
|
508
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
508
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}.'''
|
509
509
|
result = self._values.get("sli_guid")
|
510
510
|
assert result is not None, "Required property 'sli_guid' is missing"
|
511
511
|
return typing.cast(builtins.str, result)
|
512
512
|
|
513
513
|
@builtins.property
|
514
514
|
def slo_period(self) -> jsii.Number:
|
515
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
515
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}.'''
|
516
516
|
result = self._values.get("slo_period")
|
517
517
|
assert result is not None, "Required property 'slo_period' is missing"
|
518
518
|
return typing.cast(jsii.Number, result)
|
519
519
|
|
520
520
|
@builtins.property
|
521
521
|
def slo_target(self) -> jsii.Number:
|
522
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
522
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}.'''
|
523
523
|
result = self._values.get("slo_target")
|
524
524
|
assert result is not None, "Required property 'slo_target' is missing"
|
525
525
|
return typing.cast(jsii.Number, result)
|
526
526
|
|
527
527
|
@builtins.property
|
528
528
|
def custom_evaluation_period(self) -> typing.Optional[jsii.Number]:
|
529
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
529
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}.'''
|
530
530
|
result = self._values.get("custom_evaluation_period")
|
531
531
|
return typing.cast(typing.Optional[jsii.Number], result)
|
532
532
|
|
533
533
|
@builtins.property
|
534
534
|
def custom_tolerated_budget_consumption(self) -> typing.Optional[jsii.Number]:
|
535
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
535
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}.'''
|
536
536
|
result = self._values.get("custom_tolerated_budget_consumption")
|
537
537
|
return typing.cast(typing.Optional[jsii.Number], result)
|
538
538
|
|
539
539
|
@builtins.property
|
540
540
|
def id(self) -> typing.Optional[builtins.str]:
|
541
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
541
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}.
|
542
542
|
|
543
543
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
544
544
|
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.
|
@@ -550,7 +550,7 @@ class DataNewrelicServiceLevelAlertHelperConfig(_cdktf_9a9027ec.TerraformMetaArg
|
|
550
550
|
def is_bad_events(
|
551
551
|
self,
|
552
552
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
553
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
553
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}.'''
|
554
554
|
result = self._values.get("is_bad_events")
|
555
555
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
556
556
|
|