cdktf-cdktf-provider-newrelic 13.7.1__py3-none-any.whl → 13.7.3__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.3.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 +2139 -1225
- 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.1.dist-info → cdktf_cdktf_provider_newrelic-13.7.3.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_newrelic-13.7.3.dist-info/RECORD +76 -0
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic-13.7.1.dist-info/RECORD +0 -76
- {cdktf_cdktf_provider_newrelic-13.7.1.dist-info → cdktf_cdktf_provider_newrelic-13.7.3.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.1.dist-info → cdktf_cdktf_provider_newrelic-13.7.3.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.1.dist-info → cdktf_cdktf_provider_newrelic-13.7.3.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_cloud_azure_link_account`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_cloud_azure_link_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_cloud_azure_link_account`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class CloudAzureLinkAccount(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.cloudAzureLinkAccount.CloudAzureLinkAccount",
|
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.5/docs/resources/cloud_azure_link_account newrelic_cloud_azure_link_account}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -66,17 +66,17 @@ class CloudAzureLinkAccount(
|
|
66
66
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
67
67
|
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,
|
68
68
|
) -> None:
|
69
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
69
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account newrelic_cloud_azure_link_account} Resource.
|
70
70
|
|
71
71
|
:param scope: The scope in which to define this construct.
|
72
72
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
73
|
-
:param application_id: Application ID for Azure account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
74
|
-
:param client_secret: Value of the client secret from Azure. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
75
|
-
:param name: Name of the linked account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
76
|
-
:param subscription_id: Subscription ID for the Azure account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
77
|
-
:param tenant_id: Tenant ID for the Azure account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
78
|
-
:param account_id: The New Relic account ID where you want to link the Azure account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
79
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
73
|
+
:param application_id: Application ID for Azure account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#application_id CloudAzureLinkAccount#application_id}
|
74
|
+
:param client_secret: Value of the client secret from Azure. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#client_secret CloudAzureLinkAccount#client_secret}
|
75
|
+
:param name: Name of the linked account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#name CloudAzureLinkAccount#name}
|
76
|
+
:param subscription_id: Subscription ID for the Azure account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#subscription_id CloudAzureLinkAccount#subscription_id}
|
77
|
+
:param tenant_id: Tenant ID for the Azure account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#tenant_id CloudAzureLinkAccount#tenant_id}
|
78
|
+
:param account_id: The New Relic account ID where you want to link the Azure account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#account_id CloudAzureLinkAccount#account_id}
|
79
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
80
80
|
:param connection:
|
81
81
|
:param count:
|
82
82
|
:param depends_on:
|
@@ -121,7 +121,7 @@ class CloudAzureLinkAccount(
|
|
121
121
|
|
122
122
|
:param scope: The scope in which to define this construct.
|
123
123
|
:param import_to_id: The construct id used in the generated config for the CloudAzureLinkAccount to import.
|
124
|
-
:param import_from_id: The id of the existing CloudAzureLinkAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
124
|
+
:param import_from_id: The id of the existing CloudAzureLinkAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#import import section} in the documentation of this resource for the id to use
|
125
125
|
:param provider: ? Optional instance of the provider where the CloudAzureLinkAccount to import is found.
|
126
126
|
'''
|
127
127
|
if __debug__:
|
@@ -320,13 +320,13 @@ class CloudAzureLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
320
320
|
:param lifecycle:
|
321
321
|
:param provider:
|
322
322
|
:param provisioners:
|
323
|
-
:param application_id: Application ID for Azure account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
324
|
-
:param client_secret: Value of the client secret from Azure. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
325
|
-
:param name: Name of the linked account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
326
|
-
:param subscription_id: Subscription ID for the Azure account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
327
|
-
:param tenant_id: Tenant ID for the Azure account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
328
|
-
:param account_id: The New Relic account ID where you want to link the Azure account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
329
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
323
|
+
:param application_id: Application ID for Azure account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#application_id CloudAzureLinkAccount#application_id}
|
324
|
+
:param client_secret: Value of the client secret from Azure. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#client_secret CloudAzureLinkAccount#client_secret}
|
325
|
+
:param name: Name of the linked account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#name CloudAzureLinkAccount#name}
|
326
|
+
:param subscription_id: Subscription ID for the Azure account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#subscription_id CloudAzureLinkAccount#subscription_id}
|
327
|
+
:param tenant_id: Tenant ID for the Azure account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#tenant_id CloudAzureLinkAccount#tenant_id}
|
328
|
+
:param account_id: The New Relic account ID where you want to link the Azure account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#account_id CloudAzureLinkAccount#account_id}
|
329
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#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.
|
330
330
|
'''
|
331
331
|
if isinstance(lifecycle, dict):
|
332
332
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -440,7 +440,7 @@ class CloudAzureLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
440
440
|
def application_id(self) -> builtins.str:
|
441
441
|
'''Application ID for Azure account.
|
442
442
|
|
443
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
443
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#application_id CloudAzureLinkAccount#application_id}
|
444
444
|
'''
|
445
445
|
result = self._values.get("application_id")
|
446
446
|
assert result is not None, "Required property 'application_id' is missing"
|
@@ -450,7 +450,7 @@ class CloudAzureLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
450
450
|
def client_secret(self) -> builtins.str:
|
451
451
|
'''Value of the client secret from Azure.
|
452
452
|
|
453
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
453
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#client_secret CloudAzureLinkAccount#client_secret}
|
454
454
|
'''
|
455
455
|
result = self._values.get("client_secret")
|
456
456
|
assert result is not None, "Required property 'client_secret' is missing"
|
@@ -460,7 +460,7 @@ class CloudAzureLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
460
460
|
def name(self) -> builtins.str:
|
461
461
|
'''Name of the linked account.
|
462
462
|
|
463
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
463
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#name CloudAzureLinkAccount#name}
|
464
464
|
'''
|
465
465
|
result = self._values.get("name")
|
466
466
|
assert result is not None, "Required property 'name' is missing"
|
@@ -470,7 +470,7 @@ class CloudAzureLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
470
470
|
def subscription_id(self) -> builtins.str:
|
471
471
|
'''Subscription ID for the Azure account.
|
472
472
|
|
473
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
473
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#subscription_id CloudAzureLinkAccount#subscription_id}
|
474
474
|
'''
|
475
475
|
result = self._values.get("subscription_id")
|
476
476
|
assert result is not None, "Required property 'subscription_id' is missing"
|
@@ -480,7 +480,7 @@ class CloudAzureLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
480
480
|
def tenant_id(self) -> builtins.str:
|
481
481
|
'''Tenant ID for the Azure account.
|
482
482
|
|
483
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
483
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#tenant_id CloudAzureLinkAccount#tenant_id}
|
484
484
|
'''
|
485
485
|
result = self._values.get("tenant_id")
|
486
486
|
assert result is not None, "Required property 'tenant_id' is missing"
|
@@ -490,14 +490,14 @@ class CloudAzureLinkAccountConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
490
490
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
491
491
|
'''The New Relic account ID where you want to link the Azure account.
|
492
492
|
|
493
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
493
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#account_id CloudAzureLinkAccount#account_id}
|
494
494
|
'''
|
495
495
|
result = self._values.get("account_id")
|
496
496
|
return typing.cast(typing.Optional[jsii.Number], result)
|
497
497
|
|
498
498
|
@builtins.property
|
499
499
|
def id(self) -> typing.Optional[builtins.str]:
|
500
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
500
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/cloud_azure_link_account#id CloudAzureLinkAccount#id}.
|
501
501
|
|
502
502
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
503
503
|
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.
|