cdktf-cdktf-provider-newrelic 13.7.0__py3-none-any.whl → 13.7.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cdktf_cdktf_provider_newrelic/__init__.py +3 -3
- cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic/account_management/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/alert_channel/__init__.py +83 -83
- cdktf_cdktf_provider_newrelic/alert_condition/__init__.py +57 -57
- cdktf_cdktf_provider_newrelic/alert_muting_rule/__init__.py +61 -61
- cdktf_cdktf_provider_newrelic/alert_policy/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/alert_policy_channel/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/api_access_key/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/application_settings/__init__.py +65 -65
- cdktf_cdktf_provider_newrelic/browser_application/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_integrations/__init__.py +325 -325
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_aws_integrations/__init__.py +688 -688
- cdktf_cdktf_provider_newrelic/cloud_aws_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_azure_integrations/__init__.py +313 -313
- cdktf_cdktf_provider_newrelic/cloud_azure_link_account/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/cloud_gcp_integrations/__init__.py +181 -181
- cdktf_cdktf_provider_newrelic/cloud_gcp_link_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/cloud_oci_link_account/__init__.py +52 -52
- cdktf_cdktf_provider_newrelic/data_newrelic_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_alert_channel/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_alert_policy/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_application/__init__.py +10 -10
- cdktf_cdktf_provider_newrelic/data_newrelic_authentication_domain/__init__.py +7 -7
- cdktf_cdktf_provider_newrelic/data_newrelic_cloud_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_entity/__init__.py +35 -35
- cdktf_cdktf_provider_newrelic/data_newrelic_group/__init__.py +10 -10
- cdktf_cdktf_provider_newrelic/data_newrelic_key_transaction/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_notification_destination/__init__.py +18 -18
- cdktf_cdktf_provider_newrelic/data_newrelic_obfuscation_expression/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_service_level_alert_helper/__init__.py +28 -28
- cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_private_location/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_secure_credential/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_test_grok_pattern/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_user/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_partition_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/entity_tags/__init__.py +23 -23
- cdktf_cdktf_provider_newrelic/events_to_metrics_rule/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/group/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/infra_alert_condition/__init__.py +70 -70
- cdktf_cdktf_provider_newrelic/insights_event/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/key_transaction/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/log_parsing_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/monitor_downtime/__init__.py +55 -55
- cdktf_cdktf_provider_newrelic/notification_channel/__init__.py +45 -45
- cdktf_cdktf_provider_newrelic/notification_destination/__init__.py +73 -73
- cdktf_cdktf_provider_newrelic/nrql_alert_condition/__init__.py +193 -193
- cdktf_cdktf_provider_newrelic/nrql_drop_rule/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/obfuscation_expression/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/obfuscation_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/one_dashboard/__init__.py +1224 -1224
- cdktf_cdktf_provider_newrelic/one_dashboard_json/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/one_dashboard_raw/__init__.py +44 -44
- cdktf_cdktf_provider_newrelic/pipeline_cloud_rule/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/provider/__init__.py +46 -46
- cdktf_cdktf_provider_newrelic/service_level/__init__.py +109 -109
- cdktf_cdktf_provider_newrelic/synthetics_alert_condition/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/synthetics_broken_links_monitor/__init__.py +44 -44
- cdktf_cdktf_provider_newrelic/synthetics_cert_check_monitor/__init__.py +47 -47
- cdktf_cdktf_provider_newrelic/synthetics_monitor/__init__.py +84 -84
- cdktf_cdktf_provider_newrelic/synthetics_multilocation_alert_condition/__init__.py +37 -37
- cdktf_cdktf_provider_newrelic/synthetics_private_location/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/synthetics_script_monitor/__init__.py +69 -69
- cdktf_cdktf_provider_newrelic/synthetics_secure_credential/__init__.py +28 -28
- cdktf_cdktf_provider_newrelic/synthetics_step_monitor/__init__.py +63 -63
- cdktf_cdktf_provider_newrelic/user/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/workflow/__init__.py +64 -64
- cdktf_cdktf_provider_newrelic/workload/__init__.py +86 -86
- {cdktf_cdktf_provider_newrelic-13.7.0.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_newrelic-13.7.1.dist-info/RECORD +76 -0
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic-13.7.0.dist-info/RECORD +0 -76
- {cdktf_cdktf_provider_newrelic-13.7.0.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.0.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.0.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_newrelic_synthetics_private_location`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_newrelic_synthetics_private_location`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_newrelic_synthetics_private_location`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_private_location).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataNewrelicSyntheticsPrivateLocation(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.dataNewrelicSyntheticsPrivateLocation.DataNewrelicSyntheticsPrivateLocation",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_private_location newrelic_synthetics_private_location}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -63,14 +63,14 @@ class DataNewrelicSyntheticsPrivateLocation(
|
|
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.70.
|
66
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_private_location newrelic_synthetics_private_location} 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 Synthetics monitor private location. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
71
|
-
:param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
72
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
73
|
-
:param key: The key of the queried private location. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
70
|
+
:param name: The name of the Synthetics monitor private location. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_private_location#name DataNewrelicSyntheticsPrivateLocation#name}
|
71
|
+
:param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_private_location#account_id DataNewrelicSyntheticsPrivateLocation#account_id}
|
72
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#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.
|
73
|
+
:param key: The key of the queried private location. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_private_location#key DataNewrelicSyntheticsPrivateLocation#key}
|
74
74
|
:param connection:
|
75
75
|
:param count:
|
76
76
|
:param depends_on:
|
@@ -112,7 +112,7 @@ class DataNewrelicSyntheticsPrivateLocation(
|
|
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 DataNewrelicSyntheticsPrivateLocation to import.
|
115
|
-
:param import_from_id: The id of the existing DataNewrelicSyntheticsPrivateLocation that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
115
|
+
:param import_from_id: The id of the existing DataNewrelicSyntheticsPrivateLocation that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_private_location#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 DataNewrelicSyntheticsPrivateLocation to import is found.
|
117
117
|
'''
|
118
118
|
if __debug__:
|
@@ -260,10 +260,10 @@ class DataNewrelicSyntheticsPrivateLocationConfig(
|
|
260
260
|
:param lifecycle:
|
261
261
|
:param provider:
|
262
262
|
:param provisioners:
|
263
|
-
:param name: The name of the Synthetics monitor private location. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
264
|
-
:param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
265
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
266
|
-
:param key: The key of the queried private location. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
263
|
+
:param name: The name of the Synthetics monitor private location. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_private_location#name DataNewrelicSyntheticsPrivateLocation#name}
|
264
|
+
:param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_private_location#account_id DataNewrelicSyntheticsPrivateLocation#account_id}
|
265
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#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.
|
266
|
+
:param key: The key of the queried private location. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_private_location#key DataNewrelicSyntheticsPrivateLocation#key}
|
267
267
|
'''
|
268
268
|
if isinstance(lifecycle, dict):
|
269
269
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -372,7 +372,7 @@ class DataNewrelicSyntheticsPrivateLocationConfig(
|
|
372
372
|
def name(self) -> builtins.str:
|
373
373
|
'''The name of the Synthetics monitor private location.
|
374
374
|
|
375
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
375
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_private_location#name DataNewrelicSyntheticsPrivateLocation#name}
|
376
376
|
'''
|
377
377
|
result = self._values.get("name")
|
378
378
|
assert result is not None, "Required property 'name' is missing"
|
@@ -382,14 +382,14 @@ class DataNewrelicSyntheticsPrivateLocationConfig(
|
|
382
382
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
383
383
|
'''The ID of the account in New Relic.
|
384
384
|
|
385
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
385
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_private_location#account_id DataNewrelicSyntheticsPrivateLocation#account_id}
|
386
386
|
'''
|
387
387
|
result = self._values.get("account_id")
|
388
388
|
return typing.cast(typing.Optional[jsii.Number], result)
|
389
389
|
|
390
390
|
@builtins.property
|
391
391
|
def id(self) -> typing.Optional[builtins.str]:
|
392
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
392
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_private_location#id DataNewrelicSyntheticsPrivateLocation#id}.
|
393
393
|
|
394
394
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
395
395
|
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.
|
@@ -401,7 +401,7 @@ class DataNewrelicSyntheticsPrivateLocationConfig(
|
|
401
401
|
def key(self) -> typing.Optional[typing.List[builtins.str]]:
|
402
402
|
'''The key of the queried private location.
|
403
403
|
|
404
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
404
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_private_location#key DataNewrelicSyntheticsPrivateLocation#key}
|
405
405
|
'''
|
406
406
|
result = self._values.get("key")
|
407
407
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_newrelic_synthetics_secure_credential`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_newrelic_synthetics_secure_credential`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_newrelic_synthetics_secure_credential`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_secure_credential).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataNewrelicSyntheticsSecureCredential(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.dataNewrelicSyntheticsSecureCredential.DataNewrelicSyntheticsSecureCredential",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_secure_credential newrelic_synthetics_secure_credential}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -62,13 +62,13 @@ class DataNewrelicSyntheticsSecureCredential(
|
|
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.70.
|
65
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_secure_credential newrelic_synthetics_secure_credential} 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 key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
70
|
-
:param account_id: The New Relic account ID associated with this secure credential. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
71
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
69
|
+
:param key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_secure_credential#key DataNewrelicSyntheticsSecureCredential#key}
|
70
|
+
:param account_id: The New Relic account ID associated with this secure credential. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_secure_credential#account_id DataNewrelicSyntheticsSecureCredential#account_id}
|
71
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#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 DataNewrelicSyntheticsSecureCredential(
|
|
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 DataNewrelicSyntheticsSecureCredential to import.
|
112
|
-
:param import_from_id: The id of the existing DataNewrelicSyntheticsSecureCredential that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
112
|
+
:param import_from_id: The id of the existing DataNewrelicSyntheticsSecureCredential that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_secure_credential#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 DataNewrelicSyntheticsSecureCredential to import is found.
|
114
114
|
'''
|
115
115
|
if __debug__:
|
@@ -244,9 +244,9 @@ class DataNewrelicSyntheticsSecureCredentialConfig(
|
|
244
244
|
:param lifecycle:
|
245
245
|
:param provider:
|
246
246
|
:param provisioners:
|
247
|
-
:param key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
248
|
-
:param account_id: The New Relic account ID associated with this secure credential. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
249
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
247
|
+
:param key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_secure_credential#key DataNewrelicSyntheticsSecureCredential#key}
|
248
|
+
:param account_id: The New Relic account ID associated with this secure credential. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_secure_credential#account_id DataNewrelicSyntheticsSecureCredential#account_id}
|
249
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#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.
|
250
250
|
'''
|
251
251
|
if isinstance(lifecycle, dict):
|
252
252
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -354,7 +354,7 @@ class DataNewrelicSyntheticsSecureCredentialConfig(
|
|
354
354
|
|
355
355
|
Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API.
|
356
356
|
|
357
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
357
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_secure_credential#key DataNewrelicSyntheticsSecureCredential#key}
|
358
358
|
'''
|
359
359
|
result = self._values.get("key")
|
360
360
|
assert result is not None, "Required property 'key' is missing"
|
@@ -364,14 +364,14 @@ class DataNewrelicSyntheticsSecureCredentialConfig(
|
|
364
364
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
365
365
|
'''The New Relic account ID associated with this secure credential.
|
366
366
|
|
367
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
367
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_secure_credential#account_id DataNewrelicSyntheticsSecureCredential#account_id}
|
368
368
|
'''
|
369
369
|
result = self._values.get("account_id")
|
370
370
|
return typing.cast(typing.Optional[jsii.Number], result)
|
371
371
|
|
372
372
|
@builtins.property
|
373
373
|
def id(self) -> typing.Optional[builtins.str]:
|
374
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
374
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/synthetics_secure_credential#id DataNewrelicSyntheticsSecureCredential#id}.
|
375
375
|
|
376
376
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
377
377
|
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_test_grok_pattern`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_newrelic_test_grok_pattern`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_newrelic_test_grok_pattern`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/test_grok_pattern).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataNewrelicTestGrokPattern(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.dataNewrelicTestGrokPattern.DataNewrelicTestGrokPattern",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/test_grok_pattern newrelic_test_grok_pattern}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -63,14 +63,14 @@ class DataNewrelicTestGrokPattern(
|
|
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.70.
|
66
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/test_grok_pattern newrelic_test_grok_pattern} 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 grok: The Grok pattern to test. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
71
|
-
:param log_lines: The log lines to test the Grok pattern against. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
72
|
-
:param account_id: The account id associated with the test grok. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
73
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
70
|
+
:param grok: The Grok pattern to test. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/test_grok_pattern#grok DataNewrelicTestGrokPattern#grok}
|
71
|
+
:param log_lines: The log lines to test the Grok pattern against. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/test_grok_pattern#log_lines DataNewrelicTestGrokPattern#log_lines}
|
72
|
+
:param account_id: The account id associated with the test grok. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/test_grok_pattern#account_id DataNewrelicTestGrokPattern#account_id}
|
73
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#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 DataNewrelicTestGrokPattern(
|
|
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 DataNewrelicTestGrokPattern to import.
|
115
|
-
:param import_from_id: The id of the existing DataNewrelicTestGrokPattern that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
115
|
+
:param import_from_id: The id of the existing DataNewrelicTestGrokPattern that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/test_grok_pattern#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 DataNewrelicTestGrokPattern to import is found.
|
117
117
|
'''
|
118
118
|
if __debug__:
|
@@ -259,10 +259,10 @@ class DataNewrelicTestGrokPatternConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
259
259
|
:param lifecycle:
|
260
260
|
:param provider:
|
261
261
|
:param provisioners:
|
262
|
-
:param grok: The Grok pattern to test. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
263
|
-
:param log_lines: The log lines to test the Grok pattern against. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
264
|
-
:param account_id: The account id associated with the test grok. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
265
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
262
|
+
:param grok: The Grok pattern to test. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/test_grok_pattern#grok DataNewrelicTestGrokPattern#grok}
|
263
|
+
:param log_lines: The log lines to test the Grok pattern against. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/test_grok_pattern#log_lines DataNewrelicTestGrokPattern#log_lines}
|
264
|
+
:param account_id: The account id associated with the test grok. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/test_grok_pattern#account_id DataNewrelicTestGrokPattern#account_id}
|
265
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#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.
|
266
266
|
'''
|
267
267
|
if isinstance(lifecycle, dict):
|
268
268
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -370,7 +370,7 @@ class DataNewrelicTestGrokPatternConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
370
370
|
def grok(self) -> builtins.str:
|
371
371
|
'''The Grok pattern to test.
|
372
372
|
|
373
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
373
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/test_grok_pattern#grok DataNewrelicTestGrokPattern#grok}
|
374
374
|
'''
|
375
375
|
result = self._values.get("grok")
|
376
376
|
assert result is not None, "Required property 'grok' is missing"
|
@@ -380,7 +380,7 @@ class DataNewrelicTestGrokPatternConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
380
380
|
def log_lines(self) -> typing.List[builtins.str]:
|
381
381
|
'''The log lines to test the Grok pattern against.
|
382
382
|
|
383
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
383
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/test_grok_pattern#log_lines DataNewrelicTestGrokPattern#log_lines}
|
384
384
|
'''
|
385
385
|
result = self._values.get("log_lines")
|
386
386
|
assert result is not None, "Required property 'log_lines' is missing"
|
@@ -390,14 +390,14 @@ class DataNewrelicTestGrokPatternConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
390
390
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
391
391
|
'''The account id associated with the test grok.
|
392
392
|
|
393
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
393
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/test_grok_pattern#account_id DataNewrelicTestGrokPattern#account_id}
|
394
394
|
'''
|
395
395
|
result = self._values.get("account_id")
|
396
396
|
return typing.cast(typing.Optional[jsii.Number], result)
|
397
397
|
|
398
398
|
@builtins.property
|
399
399
|
def id(self) -> typing.Optional[builtins.str]:
|
400
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
400
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/test_grok_pattern#id DataNewrelicTestGrokPattern#id}.
|
401
401
|
|
402
402
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
403
403
|
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_user`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_newrelic_user`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_newrelic_user`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/user).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataNewrelicUser(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.dataNewrelicUser.DataNewrelicUser",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/user newrelic_user}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -62,13 +62,13 @@ class DataNewrelicUser(
|
|
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.70.
|
65
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/user newrelic_user} 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 authentication_domain_id: The ID of the Authentication Domain the user being queried would belong to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
70
|
-
:param email_id: The email ID of the user to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
71
|
-
:param name: The name of the user to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
69
|
+
:param authentication_domain_id: The ID of the Authentication Domain the user being queried would belong to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id}
|
70
|
+
:param email_id: The email ID of the user to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/user#email_id DataNewrelicUser#email_id}
|
71
|
+
:param name: The name of the user to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/user#name DataNewrelicUser#name}
|
72
72
|
:param connection:
|
73
73
|
:param count:
|
74
74
|
:param depends_on:
|
@@ -109,7 +109,7 @@ class DataNewrelicUser(
|
|
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 DataNewrelicUser to import.
|
112
|
-
:param import_from_id: The id of the existing DataNewrelicUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
112
|
+
:param import_from_id: The id of the existing DataNewrelicUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/user#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 DataNewrelicUser to import is found.
|
114
114
|
'''
|
115
115
|
if __debug__:
|
@@ -237,9 +237,9 @@ class DataNewrelicUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
237
237
|
:param lifecycle:
|
238
238
|
:param provider:
|
239
239
|
:param provisioners:
|
240
|
-
:param authentication_domain_id: The ID of the Authentication Domain the user being queried would belong to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
241
|
-
:param email_id: The email ID of the user to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
242
|
-
:param name: The name of the user to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
240
|
+
:param authentication_domain_id: The ID of the Authentication Domain the user being queried would belong to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id}
|
241
|
+
:param email_id: The email ID of the user to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/user#email_id DataNewrelicUser#email_id}
|
242
|
+
:param name: The name of the user to be queried. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/user#name DataNewrelicUser#name}
|
243
243
|
'''
|
244
244
|
if isinstance(lifecycle, dict):
|
245
245
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -345,7 +345,7 @@ class DataNewrelicUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
345
345
|
def authentication_domain_id(self) -> builtins.str:
|
346
346
|
'''The ID of the Authentication Domain the user being queried would belong to.
|
347
347
|
|
348
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
348
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/user#authentication_domain_id DataNewrelicUser#authentication_domain_id}
|
349
349
|
'''
|
350
350
|
result = self._values.get("authentication_domain_id")
|
351
351
|
assert result is not None, "Required property 'authentication_domain_id' is missing"
|
@@ -355,7 +355,7 @@ class DataNewrelicUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
355
355
|
def email_id(self) -> typing.Optional[builtins.str]:
|
356
356
|
'''The email ID of the user to be queried.
|
357
357
|
|
358
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
358
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/user#email_id DataNewrelicUser#email_id}
|
359
359
|
'''
|
360
360
|
result = self._values.get("email_id")
|
361
361
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -364,7 +364,7 @@ class DataNewrelicUserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
364
364
|
def name(self) -> typing.Optional[builtins.str]:
|
365
365
|
'''The name of the user to be queried.
|
366
366
|
|
367
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
367
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/user#name DataNewrelicUser#name}
|
368
368
|
'''
|
369
369
|
result = self._values.get("name")
|
370
370
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_data_partition_rule`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_data_partition_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_data_partition_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataPartitionRule(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.dataPartitionRule.DataPartitionRule",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule newrelic_data_partition_rule}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -67,18 +67,18 @@ class DataPartitionRule(
|
|
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.
|
70
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule newrelic_data_partition_rule} Resource.
|
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 enabled: Whether or not this data partition rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
75
|
-
:param nrql: The NRQL to match events for this data partition rule. Logs matching this criteria will be routed to the specified data partition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
76
|
-
:param retention_policy: The retention policy of the data partition data. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
77
|
-
:param target_data_partition: The name of the data partition where logs will be allocated once the rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
78
|
-
:param account_id: The account id associated with the data partition rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
79
|
-
:param description: The description of the data partition rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
80
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
81
|
-
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
74
|
+
:param enabled: Whether or not this data partition rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled}
|
75
|
+
:param nrql: The NRQL to match events for this data partition rule. Logs matching this criteria will be routed to the specified data partition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql}
|
76
|
+
:param retention_policy: The retention policy of the data partition data. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy}
|
77
|
+
:param target_data_partition: The name of the data partition where logs will be allocated once the rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition}
|
78
|
+
:param account_id: The account id associated with the data partition rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id}
|
79
|
+
:param description: The description of the data partition rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#description DataPartitionRule#description}
|
80
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#id DataPartitionRule#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 timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts}
|
82
82
|
:param connection:
|
83
83
|
:param count:
|
84
84
|
:param depends_on:
|
@@ -124,7 +124,7 @@ class DataPartitionRule(
|
|
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 DataPartitionRule to import.
|
127
|
-
:param import_from_id: The id of the existing DataPartitionRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
127
|
+
:param import_from_id: The id of the existing DataPartitionRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#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 DataPartitionRule to import is found.
|
129
129
|
'''
|
130
130
|
if __debug__:
|
@@ -138,7 +138,7 @@ class DataPartitionRule(
|
|
138
138
|
@jsii.member(jsii_name="putTimeouts")
|
139
139
|
def put_timeouts(self, *, create: typing.Optional[builtins.str] = None) -> None:
|
140
140
|
'''
|
141
|
-
:param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
141
|
+
:param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#create DataPartitionRule#create}.
|
142
142
|
'''
|
143
143
|
value = DataPartitionRuleTimeouts(create=create)
|
144
144
|
|
@@ -364,14 +364,14 @@ class DataPartitionRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
364
364
|
:param lifecycle:
|
365
365
|
:param provider:
|
366
366
|
:param provisioners:
|
367
|
-
:param enabled: Whether or not this data partition rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
368
|
-
:param nrql: The NRQL to match events for this data partition rule. Logs matching this criteria will be routed to the specified data partition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
369
|
-
:param retention_policy: The retention policy of the data partition data. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
370
|
-
:param target_data_partition: The name of the data partition where logs will be allocated once the rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
371
|
-
:param account_id: The account id associated with the data partition rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
372
|
-
:param description: The description of the data partition rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
373
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
374
|
-
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
367
|
+
:param enabled: Whether or not this data partition rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled}
|
368
|
+
:param nrql: The NRQL to match events for this data partition rule. Logs matching this criteria will be routed to the specified data partition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql}
|
369
|
+
:param retention_policy: The retention policy of the data partition data. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy}
|
370
|
+
:param target_data_partition: The name of the data partition where logs will be allocated once the rule is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition}
|
371
|
+
:param account_id: The account id associated with the data partition rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id}
|
372
|
+
:param description: The description of the data partition rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#description DataPartitionRule#description}
|
373
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#id DataPartitionRule#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.
|
374
|
+
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts}
|
375
375
|
'''
|
376
376
|
if isinstance(lifecycle, dict):
|
377
377
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -491,7 +491,7 @@ class DataPartitionRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
491
491
|
def enabled(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
|
492
492
|
'''Whether or not this data partition rule is enabled.
|
493
493
|
|
494
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
494
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#enabled DataPartitionRule#enabled}
|
495
495
|
'''
|
496
496
|
result = self._values.get("enabled")
|
497
497
|
assert result is not None, "Required property 'enabled' is missing"
|
@@ -503,7 +503,7 @@ class DataPartitionRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
503
503
|
|
504
504
|
Logs matching this criteria will be routed to the specified data partition.
|
505
505
|
|
506
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
506
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#nrql DataPartitionRule#nrql}
|
507
507
|
'''
|
508
508
|
result = self._values.get("nrql")
|
509
509
|
assert result is not None, "Required property 'nrql' is missing"
|
@@ -513,7 +513,7 @@ class DataPartitionRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
513
513
|
def retention_policy(self) -> builtins.str:
|
514
514
|
'''The retention policy of the data partition data.
|
515
515
|
|
516
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
516
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#retention_policy DataPartitionRule#retention_policy}
|
517
517
|
'''
|
518
518
|
result = self._values.get("retention_policy")
|
519
519
|
assert result is not None, "Required property 'retention_policy' is missing"
|
@@ -523,7 +523,7 @@ class DataPartitionRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
523
523
|
def target_data_partition(self) -> builtins.str:
|
524
524
|
'''The name of the data partition where logs will be allocated once the rule is enabled.
|
525
525
|
|
526
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
526
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#target_data_partition DataPartitionRule#target_data_partition}
|
527
527
|
'''
|
528
528
|
result = self._values.get("target_data_partition")
|
529
529
|
assert result is not None, "Required property 'target_data_partition' is missing"
|
@@ -533,7 +533,7 @@ class DataPartitionRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
533
533
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
534
534
|
'''The account id associated with the data partition rule.
|
535
535
|
|
536
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
536
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#account_id DataPartitionRule#account_id}
|
537
537
|
'''
|
538
538
|
result = self._values.get("account_id")
|
539
539
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -542,14 +542,14 @@ class DataPartitionRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
542
542
|
def description(self) -> typing.Optional[builtins.str]:
|
543
543
|
'''The description of the data partition rule.
|
544
544
|
|
545
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
545
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#description DataPartitionRule#description}
|
546
546
|
'''
|
547
547
|
result = self._values.get("description")
|
548
548
|
return typing.cast(typing.Optional[builtins.str], result)
|
549
549
|
|
550
550
|
@builtins.property
|
551
551
|
def id(self) -> typing.Optional[builtins.str]:
|
552
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
552
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#id DataPartitionRule#id}.
|
553
553
|
|
554
554
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
555
555
|
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.
|
@@ -561,7 +561,7 @@ class DataPartitionRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
561
561
|
def timeouts(self) -> typing.Optional["DataPartitionRuleTimeouts"]:
|
562
562
|
'''timeouts block.
|
563
563
|
|
564
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
564
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#timeouts DataPartitionRule#timeouts}
|
565
565
|
'''
|
566
566
|
result = self._values.get("timeouts")
|
567
567
|
return typing.cast(typing.Optional["DataPartitionRuleTimeouts"], result)
|
@@ -586,7 +586,7 @@ class DataPartitionRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
586
586
|
class DataPartitionRuleTimeouts:
|
587
587
|
def __init__(self, *, create: typing.Optional[builtins.str] = None) -> None:
|
588
588
|
'''
|
589
|
-
:param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
589
|
+
:param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#create DataPartitionRule#create}.
|
590
590
|
'''
|
591
591
|
if __debug__:
|
592
592
|
type_hints = typing.get_type_hints(_typecheckingstub__dd8f30b4aa1d4aa39cf25d1b04f63859c876e103fce6c2e34f71f60ae6d92e81)
|
@@ -597,7 +597,7 @@ class DataPartitionRuleTimeouts:
|
|
597
597
|
|
598
598
|
@builtins.property
|
599
599
|
def create(self) -> typing.Optional[builtins.str]:
|
600
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
600
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/data_partition_rule#create DataPartitionRule#create}.'''
|
601
601
|
result = self._values.get("create")
|
602
602
|
return typing.cast(typing.Optional[builtins.str], result)
|
603
603
|
|