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_obfuscation_expression`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_newrelic_obfuscation_expression`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_newrelic_obfuscation_expression`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/obfuscation_expression).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataNewrelicObfuscationExpression(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.dataNewrelicObfuscationExpression.DataNewrelicObfuscationExpression",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/obfuscation_expression newrelic_obfuscation_expression}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -62,13 +62,13 @@ class DataNewrelicObfuscationExpression(
|
|
62
62
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
63
63
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
64
64
|
) -> None:
|
65
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
65
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/obfuscation_expression newrelic_obfuscation_expression} Data Source.
|
66
66
|
|
67
67
|
:param scope: The scope in which to define this construct.
|
68
68
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
69
|
-
:param name: Name of expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
70
|
-
:param account_id: The account id associated with the obfuscation expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
71
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
69
|
+
:param name: Name of expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name}
|
70
|
+
:param account_id: The account id associated with the obfuscation expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id}
|
71
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
72
72
|
:param connection:
|
73
73
|
:param count:
|
74
74
|
:param depends_on:
|
@@ -109,7 +109,7 @@ class DataNewrelicObfuscationExpression(
|
|
109
109
|
|
110
110
|
:param scope: The scope in which to define this construct.
|
111
111
|
:param import_to_id: The construct id used in the generated config for the DataNewrelicObfuscationExpression to import.
|
112
|
-
:param import_from_id: The id of the existing DataNewrelicObfuscationExpression that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
112
|
+
:param import_from_id: The id of the existing DataNewrelicObfuscationExpression that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/obfuscation_expression#import import section} in the documentation of this resource for the id to use
|
113
113
|
:param provider: ? Optional instance of the provider where the DataNewrelicObfuscationExpression to import is found.
|
114
114
|
'''
|
115
115
|
if __debug__:
|
@@ -232,9 +232,9 @@ class DataNewrelicObfuscationExpressionConfig(_cdktf_9a9027ec.TerraformMetaArgum
|
|
232
232
|
:param lifecycle:
|
233
233
|
:param provider:
|
234
234
|
:param provisioners:
|
235
|
-
:param name: Name of expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
236
|
-
:param account_id: The account id associated with the obfuscation expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
237
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
235
|
+
:param name: Name of expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name}
|
236
|
+
:param account_id: The account id associated with the obfuscation expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id}
|
237
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
238
238
|
'''
|
239
239
|
if isinstance(lifecycle, dict):
|
240
240
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -340,7 +340,7 @@ class DataNewrelicObfuscationExpressionConfig(_cdktf_9a9027ec.TerraformMetaArgum
|
|
340
340
|
def name(self) -> builtins.str:
|
341
341
|
'''Name of expression.
|
342
342
|
|
343
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
343
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/obfuscation_expression#name DataNewrelicObfuscationExpression#name}
|
344
344
|
'''
|
345
345
|
result = self._values.get("name")
|
346
346
|
assert result is not None, "Required property 'name' is missing"
|
@@ -350,14 +350,14 @@ class DataNewrelicObfuscationExpressionConfig(_cdktf_9a9027ec.TerraformMetaArgum
|
|
350
350
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
351
351
|
'''The account id associated with the obfuscation expression.
|
352
352
|
|
353
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
353
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/obfuscation_expression#account_id DataNewrelicObfuscationExpression#account_id}
|
354
354
|
'''
|
355
355
|
result = self._values.get("account_id")
|
356
356
|
return typing.cast(typing.Optional[jsii.Number], result)
|
357
357
|
|
358
358
|
@builtins.property
|
359
359
|
def id(self) -> typing.Optional[builtins.str]:
|
360
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
360
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/obfuscation_expression#id DataNewrelicObfuscationExpression#id}.
|
361
361
|
|
362
362
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
363
363
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `data_newrelic_service_level_alert_helper`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_newrelic_service_level_alert_helper`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`data_newrelic_service_level_alert_helper`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class DataNewrelicServiceLevelAlertHelper(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.dataNewrelicServiceLevelAlertHelper.DataNewrelicServiceLevelAlertHelper",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper newrelic_service_level_alert_helper}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -67,18 +67,18 @@ class DataNewrelicServiceLevelAlertHelper(
|
|
67
67
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
68
68
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
69
69
|
) -> None:
|
70
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
70
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper newrelic_service_level_alert_helper} Data Source.
|
71
71
|
|
72
72
|
:param scope: The scope in which to define this construct.
|
73
73
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
74
|
-
:param alert_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
75
|
-
:param sli_guid: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
76
|
-
:param slo_period: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
77
|
-
:param slo_target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
78
|
-
:param custom_evaluation_period: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
79
|
-
:param custom_tolerated_budget_consumption: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
80
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
81
|
-
:param is_bad_events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
74
|
+
:param alert_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}.
|
75
|
+
:param sli_guid: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}.
|
76
|
+
:param slo_period: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}.
|
77
|
+
:param slo_target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}.
|
78
|
+
:param custom_evaluation_period: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}.
|
79
|
+
:param custom_tolerated_budget_consumption: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}.
|
80
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
81
|
+
:param is_bad_events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}.
|
82
82
|
:param connection:
|
83
83
|
:param count:
|
84
84
|
:param depends_on:
|
@@ -124,7 +124,7 @@ class DataNewrelicServiceLevelAlertHelper(
|
|
124
124
|
|
125
125
|
:param scope: The scope in which to define this construct.
|
126
126
|
:param import_to_id: The construct id used in the generated config for the DataNewrelicServiceLevelAlertHelper to import.
|
127
|
-
:param import_from_id: The id of the existing DataNewrelicServiceLevelAlertHelper that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
127
|
+
:param import_from_id: The id of the existing DataNewrelicServiceLevelAlertHelper that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#import import section} in the documentation of this resource for the id to use
|
128
128
|
:param provider: ? Optional instance of the provider where the DataNewrelicServiceLevelAlertHelper to import is found.
|
129
129
|
'''
|
130
130
|
if __debug__:
|
@@ -375,14 +375,14 @@ class DataNewrelicServiceLevelAlertHelperConfig(_cdktf_9a9027ec.TerraformMetaArg
|
|
375
375
|
:param lifecycle:
|
376
376
|
:param provider:
|
377
377
|
:param provisioners:
|
378
|
-
:param alert_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
379
|
-
:param sli_guid: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
380
|
-
:param slo_period: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
381
|
-
:param slo_target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
382
|
-
:param custom_evaluation_period: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
383
|
-
:param custom_tolerated_budget_consumption: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
384
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
385
|
-
:param is_bad_events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
378
|
+
:param alert_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}.
|
379
|
+
:param sli_guid: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}.
|
380
|
+
:param slo_period: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}.
|
381
|
+
:param slo_target: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}.
|
382
|
+
:param custom_evaluation_period: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}.
|
383
|
+
:param custom_tolerated_budget_consumption: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}.
|
384
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
385
|
+
:param is_bad_events: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}.
|
386
386
|
'''
|
387
387
|
if isinstance(lifecycle, dict):
|
388
388
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -498,47 +498,47 @@ class DataNewrelicServiceLevelAlertHelperConfig(_cdktf_9a9027ec.TerraformMetaArg
|
|
498
498
|
|
499
499
|
@builtins.property
|
500
500
|
def alert_type(self) -> builtins.str:
|
501
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
501
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#alert_type DataNewrelicServiceLevelAlertHelper#alert_type}.'''
|
502
502
|
result = self._values.get("alert_type")
|
503
503
|
assert result is not None, "Required property 'alert_type' is missing"
|
504
504
|
return typing.cast(builtins.str, result)
|
505
505
|
|
506
506
|
@builtins.property
|
507
507
|
def sli_guid(self) -> builtins.str:
|
508
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
508
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#sli_guid DataNewrelicServiceLevelAlertHelper#sli_guid}.'''
|
509
509
|
result = self._values.get("sli_guid")
|
510
510
|
assert result is not None, "Required property 'sli_guid' is missing"
|
511
511
|
return typing.cast(builtins.str, result)
|
512
512
|
|
513
513
|
@builtins.property
|
514
514
|
def slo_period(self) -> jsii.Number:
|
515
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
515
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#slo_period DataNewrelicServiceLevelAlertHelper#slo_period}.'''
|
516
516
|
result = self._values.get("slo_period")
|
517
517
|
assert result is not None, "Required property 'slo_period' is missing"
|
518
518
|
return typing.cast(jsii.Number, result)
|
519
519
|
|
520
520
|
@builtins.property
|
521
521
|
def slo_target(self) -> jsii.Number:
|
522
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
522
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#slo_target DataNewrelicServiceLevelAlertHelper#slo_target}.'''
|
523
523
|
result = self._values.get("slo_target")
|
524
524
|
assert result is not None, "Required property 'slo_target' is missing"
|
525
525
|
return typing.cast(jsii.Number, result)
|
526
526
|
|
527
527
|
@builtins.property
|
528
528
|
def custom_evaluation_period(self) -> typing.Optional[jsii.Number]:
|
529
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
529
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#custom_evaluation_period DataNewrelicServiceLevelAlertHelper#custom_evaluation_period}.'''
|
530
530
|
result = self._values.get("custom_evaluation_period")
|
531
531
|
return typing.cast(typing.Optional[jsii.Number], result)
|
532
532
|
|
533
533
|
@builtins.property
|
534
534
|
def custom_tolerated_budget_consumption(self) -> typing.Optional[jsii.Number]:
|
535
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
535
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#custom_tolerated_budget_consumption DataNewrelicServiceLevelAlertHelper#custom_tolerated_budget_consumption}.'''
|
536
536
|
result = self._values.get("custom_tolerated_budget_consumption")
|
537
537
|
return typing.cast(typing.Optional[jsii.Number], result)
|
538
538
|
|
539
539
|
@builtins.property
|
540
540
|
def id(self) -> typing.Optional[builtins.str]:
|
541
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
541
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#id DataNewrelicServiceLevelAlertHelper#id}.
|
542
542
|
|
543
543
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
544
544
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
@@ -550,7 +550,7 @@ class DataNewrelicServiceLevelAlertHelperConfig(_cdktf_9a9027ec.TerraformMetaArg
|
|
550
550
|
def is_bad_events(
|
551
551
|
self,
|
552
552
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
553
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
553
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/data-sources/service_level_alert_helper#is_bad_events DataNewrelicServiceLevelAlertHelper#is_bad_events}.'''
|
554
554
|
result = self._values.get("is_bad_events")
|
555
555
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
556
556
|
|
@@ -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.
|
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.
|
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.
|
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.
|
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.
|
72
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
73
|
-
:param key: The key of the queried private location. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
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.
|
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.
|
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.
|
265
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
266
|
-
:param key: The key of the queried private location. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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
|
-
: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.
|
71
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
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.
|
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.
|
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.
|
249
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
73
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
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.
|
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.
|
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.
|
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.
|
265
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
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.
|
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.
|
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.
|
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.
|
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.
|