cdktf-cdktf-provider-newrelic 13.6.2__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 +5 -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 +1029 -0
- 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.6.2.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.6.2.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic-13.6.2.dist-info/RECORD +0 -75
- {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_newrelic-13.6.2.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
|
# `data_newrelic_entity`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_newrelic_entity`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_newrelic_entity`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataNewrelicEntity(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.dataNewrelicEntity.DataNewrelicEntity",
|
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.70.2/docs/data-sources/entity newrelic_entity}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -68,19 +68,19 @@ class DataNewrelicEntity(
|
|
68
68
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
69
69
|
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,
|
70
70
|
) -> None:
|
71
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
71
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity newrelic_entity} Data Source.
|
72
72
|
|
73
73
|
:param scope: The scope in which to define this construct.
|
74
74
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
75
|
-
:param name: The name of the entity in New Relic One. The first entity matching this name for the given search parameters will be returned. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
76
|
-
:param account_id: The New Relic account ID; if specified, constrains the data source to return an entity belonging to the account with this ID, of all matching entities retrieved. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
77
|
-
:param domain: The entity's domain. Valid values are APM, BROWSER, INFRA, MOBILE, SYNTH, and EXT. If not specified, all domains are searched. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
78
|
-
:param entity_tags: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
79
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
80
|
-
:param ignore_case: Ignore case when searching the entity name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
81
|
-
:param ignore_not_found: A boolean attribute which when set to true, does not throw an error if the queried entity is not found. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
82
|
-
:param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
83
|
-
:param type: The entity's type. Valid values are APPLICATION, DASHBOARD, HOST, MONITOR, SERVICE and WORKLOAD. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
75
|
+
:param name: The name of the entity in New Relic One. The first entity matching this name for the given search parameters will be returned. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#name DataNewrelicEntity#name}
|
76
|
+
:param account_id: The New Relic account ID; if specified, constrains the data source to return an entity belonging to the account with this ID, of all matching entities retrieved. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#account_id DataNewrelicEntity#account_id}
|
77
|
+
:param domain: The entity's domain. Valid values are APM, BROWSER, INFRA, MOBILE, SYNTH, and EXT. If not specified, all domains are searched. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#domain DataNewrelicEntity#domain}
|
78
|
+
:param entity_tags: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}.
|
79
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#id DataNewrelicEntity#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.
|
80
|
+
:param ignore_case: Ignore case when searching the entity name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case}
|
81
|
+
:param ignore_not_found: A boolean attribute which when set to true, does not throw an error if the queried entity is not found. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found}
|
82
|
+
:param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#tag DataNewrelicEntity#tag}
|
83
|
+
:param type: The entity's type. Valid values are APPLICATION, DASHBOARD, HOST, MONITOR, SERVICE and WORKLOAD. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#type DataNewrelicEntity#type}
|
84
84
|
:param connection:
|
85
85
|
:param count:
|
86
86
|
:param depends_on:
|
@@ -127,7 +127,7 @@ class DataNewrelicEntity(
|
|
127
127
|
|
128
128
|
:param scope: The scope in which to define this construct.
|
129
129
|
:param import_to_id: The construct id used in the generated config for the DataNewrelicEntity to import.
|
130
|
-
:param import_from_id: The id of the existing DataNewrelicEntity that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
130
|
+
:param import_from_id: The id of the existing DataNewrelicEntity that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#import import section} in the documentation of this resource for the id to use
|
131
131
|
:param provider: ? Optional instance of the provider where the DataNewrelicEntity to import is found.
|
132
132
|
'''
|
133
133
|
if __debug__:
|
@@ -423,15 +423,15 @@ class DataNewrelicEntityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
423
423
|
:param lifecycle:
|
424
424
|
:param provider:
|
425
425
|
:param provisioners:
|
426
|
-
:param name: The name of the entity in New Relic One. The first entity matching this name for the given search parameters will be returned. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
427
|
-
:param account_id: The New Relic account ID; if specified, constrains the data source to return an entity belonging to the account with this ID, of all matching entities retrieved. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
428
|
-
:param domain: The entity's domain. Valid values are APM, BROWSER, INFRA, MOBILE, SYNTH, and EXT. If not specified, all domains are searched. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
429
|
-
:param entity_tags: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
430
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
431
|
-
:param ignore_case: Ignore case when searching the entity name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
432
|
-
:param ignore_not_found: A boolean attribute which when set to true, does not throw an error if the queried entity is not found. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
433
|
-
:param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
434
|
-
:param type: The entity's type. Valid values are APPLICATION, DASHBOARD, HOST, MONITOR, SERVICE and WORKLOAD. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
426
|
+
:param name: The name of the entity in New Relic One. The first entity matching this name for the given search parameters will be returned. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#name DataNewrelicEntity#name}
|
427
|
+
:param account_id: The New Relic account ID; if specified, constrains the data source to return an entity belonging to the account with this ID, of all matching entities retrieved. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#account_id DataNewrelicEntity#account_id}
|
428
|
+
:param domain: The entity's domain. Valid values are APM, BROWSER, INFRA, MOBILE, SYNTH, and EXT. If not specified, all domains are searched. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#domain DataNewrelicEntity#domain}
|
429
|
+
:param entity_tags: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}.
|
430
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#id DataNewrelicEntity#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.
|
431
|
+
:param ignore_case: Ignore case when searching the entity name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case}
|
432
|
+
:param ignore_not_found: A boolean attribute which when set to true, does not throw an error if the queried entity is not found. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found}
|
433
|
+
:param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#tag DataNewrelicEntity#tag}
|
434
|
+
:param type: The entity's type. Valid values are APPLICATION, DASHBOARD, HOST, MONITOR, SERVICE and WORKLOAD. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#type DataNewrelicEntity#type}
|
435
435
|
'''
|
436
436
|
if isinstance(lifecycle, dict):
|
437
437
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -557,7 +557,7 @@ class DataNewrelicEntityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
557
557
|
|
558
558
|
The first entity matching this name for the given search parameters will be returned.
|
559
559
|
|
560
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
560
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#name DataNewrelicEntity#name}
|
561
561
|
'''
|
562
562
|
result = self._values.get("name")
|
563
563
|
assert result is not None, "Required property 'name' is missing"
|
@@ -569,7 +569,7 @@ class DataNewrelicEntityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
569
569
|
|
570
570
|
if specified, constrains the data source to return an entity belonging to the account with this ID, of all matching entities retrieved.
|
571
571
|
|
572
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
572
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#account_id DataNewrelicEntity#account_id}
|
573
573
|
'''
|
574
574
|
result = self._values.get("account_id")
|
575
575
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -580,20 +580,20 @@ class DataNewrelicEntityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
580
580
|
|
581
581
|
Valid values are APM, BROWSER, INFRA, MOBILE, SYNTH, and EXT. If not specified, all domains are searched.
|
582
582
|
|
583
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
583
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#domain DataNewrelicEntity#domain}
|
584
584
|
'''
|
585
585
|
result = self._values.get("domain")
|
586
586
|
return typing.cast(typing.Optional[builtins.str], result)
|
587
587
|
|
588
588
|
@builtins.property
|
589
589
|
def entity_tags(self) -> typing.Optional[builtins.str]:
|
590
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
590
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#entity_tags DataNewrelicEntity#entity_tags}.'''
|
591
591
|
result = self._values.get("entity_tags")
|
592
592
|
return typing.cast(typing.Optional[builtins.str], result)
|
593
593
|
|
594
594
|
@builtins.property
|
595
595
|
def id(self) -> typing.Optional[builtins.str]:
|
596
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
596
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#id DataNewrelicEntity#id}.
|
597
597
|
|
598
598
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
599
599
|
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.
|
@@ -607,7 +607,7 @@ class DataNewrelicEntityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
607
607
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
608
608
|
'''Ignore case when searching the entity name.
|
609
609
|
|
610
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
610
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#ignore_case DataNewrelicEntity#ignore_case}
|
611
611
|
'''
|
612
612
|
result = self._values.get("ignore_case")
|
613
613
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -618,7 +618,7 @@ class DataNewrelicEntityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
618
618
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
619
619
|
'''A boolean attribute which when set to true, does not throw an error if the queried entity is not found.
|
620
620
|
|
621
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
621
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#ignore_not_found DataNewrelicEntity#ignore_not_found}
|
622
622
|
'''
|
623
623
|
result = self._values.get("ignore_not_found")
|
624
624
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -629,7 +629,7 @@ class DataNewrelicEntityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
629
629
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataNewrelicEntityTag"]]]:
|
630
630
|
'''tag block.
|
631
631
|
|
632
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
632
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#tag DataNewrelicEntity#tag}
|
633
633
|
'''
|
634
634
|
result = self._values.get("tag")
|
635
635
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataNewrelicEntityTag"]]], result)
|
@@ -638,7 +638,7 @@ class DataNewrelicEntityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
638
638
|
def type(self) -> typing.Optional[builtins.str]:
|
639
639
|
'''The entity's type. Valid values are APPLICATION, DASHBOARD, HOST, MONITOR, SERVICE and WORKLOAD.
|
640
640
|
|
641
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
641
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#type DataNewrelicEntity#type}
|
642
642
|
'''
|
643
643
|
result = self._values.get("type")
|
644
644
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -663,8 +663,8 @@ class DataNewrelicEntityConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
663
663
|
class DataNewrelicEntityTag:
|
664
664
|
def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
|
665
665
|
'''
|
666
|
-
:param key: The tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
667
|
-
:param value: The tag value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
666
|
+
:param key: The tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#key DataNewrelicEntity#key}
|
667
|
+
:param value: The tag value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#value DataNewrelicEntity#value}
|
668
668
|
'''
|
669
669
|
if __debug__:
|
670
670
|
type_hints = typing.get_type_hints(_typecheckingstub__03f9447261922e55190fb63217be09d147069a6b43d878025496c80f84801e31)
|
@@ -679,7 +679,7 @@ class DataNewrelicEntityTag:
|
|
679
679
|
def key(self) -> builtins.str:
|
680
680
|
'''The tag key.
|
681
681
|
|
682
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
682
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#key DataNewrelicEntity#key}
|
683
683
|
'''
|
684
684
|
result = self._values.get("key")
|
685
685
|
assert result is not None, "Required property 'key' is missing"
|
@@ -689,7 +689,7 @@ class DataNewrelicEntityTag:
|
|
689
689
|
def value(self) -> builtins.str:
|
690
690
|
'''The tag value.
|
691
691
|
|
692
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
692
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/entity#value DataNewrelicEntity#value}
|
693
693
|
'''
|
694
694
|
result = self._values.get("value")
|
695
695
|
assert result is not None, "Required property 'value' is missing"
|
@@ -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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/docs/data-sources/key_transaction#guid DataNewrelicKeyTransaction#guid}
|
73
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.70.2/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.70.2/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.70.2/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.70.2/docs/data-sources/key_transaction#guid DataNewrelicKeyTransaction#guid}
|
274
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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.70.2/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)
|