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
|
# `newrelic_cloud_gcp_link_account`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_cloud_gcp_link_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_cloud_gcp_link_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_gcp_link_account).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class CloudGcpLinkAccount(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.cloudGcpLinkAccount.CloudGcpLinkAccount",
|
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/resources/cloud_gcp_link_account newrelic_cloud_gcp_link_account}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -63,14 +63,14 @@ class CloudGcpLinkAccount(
|
|
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/resources/cloud_gcp_link_account newrelic_cloud_gcp_link_account} Resource.
|
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: name of the linked account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
71
|
-
:param project_id: project id of the Gcp account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
72
|
-
:param account_id: accountID of newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
73
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
70
|
+
:param name: name of the linked account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name}
|
71
|
+
:param project_id: project id of the Gcp account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id}
|
72
|
+
:param account_id: accountID of newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id}
|
73
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#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 CloudGcpLinkAccount(
|
|
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 CloudGcpLinkAccount to import.
|
115
|
-
:param import_from_id: The id of the existing CloudGcpLinkAccount 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 CloudGcpLinkAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_gcp_link_account#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 CloudGcpLinkAccount to import is found.
|
117
117
|
'''
|
118
118
|
if __debug__:
|
@@ -254,10 +254,10 @@ class CloudGcpLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
254
254
|
:param lifecycle:
|
255
255
|
:param provider:
|
256
256
|
:param provisioners:
|
257
|
-
:param name: name of the linked account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
258
|
-
:param project_id: project id of the Gcp account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
259
|
-
:param account_id: accountID of newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
260
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
257
|
+
:param name: name of the linked account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name}
|
258
|
+
:param project_id: project id of the Gcp account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id}
|
259
|
+
:param account_id: accountID of newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id}
|
260
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#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.
|
261
261
|
'''
|
262
262
|
if isinstance(lifecycle, dict):
|
263
263
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -365,7 +365,7 @@ class CloudGcpLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
365
365
|
def name(self) -> builtins.str:
|
366
366
|
'''name of the linked account.
|
367
367
|
|
368
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
368
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_gcp_link_account#name CloudGcpLinkAccount#name}
|
369
369
|
'''
|
370
370
|
result = self._values.get("name")
|
371
371
|
assert result is not None, "Required property 'name' is missing"
|
@@ -375,7 +375,7 @@ class CloudGcpLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
375
375
|
def project_id(self) -> builtins.str:
|
376
376
|
'''project id of the Gcp account.
|
377
377
|
|
378
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
378
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_gcp_link_account#project_id CloudGcpLinkAccount#project_id}
|
379
379
|
'''
|
380
380
|
result = self._values.get("project_id")
|
381
381
|
assert result is not None, "Required property 'project_id' is missing"
|
@@ -385,14 +385,14 @@ class CloudGcpLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
385
385
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
386
386
|
'''accountID of newrelic account.
|
387
387
|
|
388
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
388
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_gcp_link_account#account_id CloudGcpLinkAccount#account_id}
|
389
389
|
'''
|
390
390
|
result = self._values.get("account_id")
|
391
391
|
return typing.cast(typing.Optional[jsii.Number], result)
|
392
392
|
|
393
393
|
@builtins.property
|
394
394
|
def id(self) -> typing.Optional[builtins.str]:
|
395
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
395
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_gcp_link_account#id CloudGcpLinkAccount#id}.
|
396
396
|
|
397
397
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
398
398
|
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.
|