cdktf-cdktf-provider-newrelic 13.7.0__tar.gz → 13.7.2__tar.gz

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.
Files changed (84) hide show
  1. {cdktf_cdktf_provider_newrelic-13.7.0/src/cdktf_cdktf_provider_newrelic.egg-info → cdktf_cdktf_provider_newrelic-13.7.2}/PKG-INFO +4 -4
  2. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/README.md +3 -3
  3. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/setup.py +2 -2
  4. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/__init__.py +3 -3
  5. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
  6. cdktf_cdktf_provider_newrelic-13.7.2/src/cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.2.jsii.tgz +0 -0
  7. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/account_management/__init__.py +13 -13
  8. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/alert_channel/__init__.py +83 -83
  9. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/alert_condition/__init__.py +57 -57
  10. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/alert_muting_rule/__init__.py +61 -61
  11. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/alert_policy/__init__.py +19 -19
  12. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/alert_policy_channel/__init__.py +22 -22
  13. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/api_access_key/__init__.py +25 -25
  14. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/application_settings/__init__.py +65 -65
  15. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/browser_application/__init__.py +22 -22
  16. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_integrations/__init__.py +325 -325
  17. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_link_account/__init__.py +19 -19
  18. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/cloud_aws_integrations/__init__.py +688 -688
  19. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/cloud_aws_link_account/__init__.py +19 -19
  20. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/cloud_azure_integrations/__init__.py +313 -313
  21. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/cloud_azure_link_account/__init__.py +25 -25
  22. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/cloud_gcp_integrations/__init__.py +181 -181
  23. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/cloud_gcp_link_account/__init__.py +16 -16
  24. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/cloud_oci_link_account/__init__.py +52 -52
  25. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/data_newrelic_account/__init__.py +16 -16
  26. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/data_newrelic_alert_channel/__init__.py +13 -13
  27. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/data_newrelic_alert_policy/__init__.py +16 -16
  28. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/data_newrelic_application/__init__.py +10 -10
  29. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/data_newrelic_authentication_domain/__init__.py +7 -7
  30. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/data_newrelic_cloud_account/__init__.py +16 -16
  31. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/data_newrelic_entity/__init__.py +35 -35
  32. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/data_newrelic_group/__init__.py +10 -10
  33. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/data_newrelic_key_transaction/__init__.py +16 -16
  34. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/data_newrelic_notification_destination/__init__.py +18 -18
  35. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/data_newrelic_obfuscation_expression/__init__.py +13 -13
  36. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/data_newrelic_service_level_alert_helper/__init__.py +28 -28
  37. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_private_location/__init__.py +16 -16
  38. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_secure_credential/__init__.py +13 -13
  39. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/data_newrelic_test_grok_pattern/__init__.py +16 -16
  40. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/data_newrelic_user/__init__.py +13 -13
  41. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/data_partition_rule/__init__.py +31 -31
  42. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/entity_tags/__init__.py +23 -23
  43. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/events_to_metrics_rule/__init__.py +22 -22
  44. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/group/__init__.py +16 -16
  45. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/infra_alert_condition/__init__.py +70 -70
  46. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/insights_event/__init__.py +22 -22
  47. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/key_transaction/__init__.py +22 -22
  48. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/log_parsing_rule/__init__.py +31 -31
  49. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/monitor_downtime/__init__.py +55 -55
  50. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/notification_channel/__init__.py +45 -45
  51. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/notification_destination/__init__.py +73 -73
  52. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/nrql_alert_condition/__init__.py +193 -193
  53. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/nrql_drop_rule/__init__.py +25 -25
  54. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/obfuscation_expression/__init__.py +19 -19
  55. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/obfuscation_rule/__init__.py +31 -31
  56. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/one_dashboard/__init__.py +2139 -1225
  57. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/one_dashboard_json/__init__.py +22 -22
  58. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/one_dashboard_raw/__init__.py +44 -44
  59. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/pipeline_cloud_rule/__init__.py +19 -19
  60. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/provider/__init__.py +46 -46
  61. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/service_level/__init__.py +109 -109
  62. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/synthetics_alert_condition/__init__.py +22 -22
  63. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/synthetics_broken_links_monitor/__init__.py +44 -44
  64. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/synthetics_cert_check_monitor/__init__.py +47 -47
  65. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/synthetics_monitor/__init__.py +84 -84
  66. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/synthetics_multilocation_alert_condition/__init__.py +37 -37
  67. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/synthetics_private_location/__init__.py +19 -19
  68. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/synthetics_script_monitor/__init__.py +69 -69
  69. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/synthetics_secure_credential/__init__.py +28 -28
  70. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/synthetics_step_monitor/__init__.py +63 -63
  71. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/user/__init__.py +19 -19
  72. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/workflow/__init__.py +64 -64
  73. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/workload/__init__.py +86 -86
  74. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2/src/cdktf_cdktf_provider_newrelic.egg-info}/PKG-INFO +4 -4
  75. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic.egg-info/SOURCES.txt +1 -1
  76. cdktf_cdktf_provider_newrelic-13.7.0/src/cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.0.jsii.tgz +0 -0
  77. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/LICENSE +0 -0
  78. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/MANIFEST.in +0 -0
  79. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/pyproject.toml +0 -0
  80. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/setup.cfg +0 -0
  81. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic/py.typed +0 -0
  82. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic.egg-info/dependency_links.txt +0 -0
  83. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic.egg-info/requires.txt +0 -0
  84. {cdktf_cdktf_provider_newrelic-13.7.0 → cdktf_cdktf_provider_newrelic-13.7.2}/src/cdktf_cdktf_provider_newrelic.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cdktf-cdktf-provider-newrelic
3
- Version: 13.7.0
3
+ Version: 13.7.2
4
4
  Summary: Prebuilt newrelic Provider for Terraform CDK (cdktf)
5
5
  Home-page: https://github.com/cdktf/cdktf-provider-newrelic.git
6
6
  Author: HashiCorp
@@ -25,9 +25,9 @@ Requires-Dist: jsii<2.0.0,>=1.114.1
25
25
  Requires-Dist: publication>=0.0.3
26
26
  Requires-Dist: typeguard<4.3.0,>=2.13.3
27
27
 
28
- # CDKTF prebuilt bindings for newrelic/newrelic provider version 3.70.0
28
+ # CDKTF prebuilt bindings for newrelic/newrelic provider version 3.70.4
29
29
 
30
- This repo builds and publishes the [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
30
+ This repo builds and publishes the [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs) bindings for [CDK for Terraform](https://cdk.tf).
31
31
 
32
32
  ## Available Packages
33
33
 
@@ -89,7 +89,7 @@ This project is explicitly not tracking the Terraform newrelic provider version
89
89
  These are the upstream dependencies:
90
90
 
91
91
  * [CDK for Terraform](https://cdk.tf)
92
- * [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0)
92
+ * [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.70.4)
93
93
  * [Terraform Engine](https://terraform.io)
94
94
 
95
95
  If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
@@ -1,6 +1,6 @@
1
- # CDKTF prebuilt bindings for newrelic/newrelic provider version 3.70.0
1
+ # CDKTF prebuilt bindings for newrelic/newrelic provider version 3.70.4
2
2
 
3
- This repo builds and publishes the [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
3
+ This repo builds and publishes the [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs) bindings for [CDK for Terraform](https://cdk.tf).
4
4
 
5
5
  ## Available Packages
6
6
 
@@ -62,7 +62,7 @@ This project is explicitly not tracking the Terraform newrelic provider version
62
62
  These are the upstream dependencies:
63
63
 
64
64
  * [CDK for Terraform](https://cdk.tf)
65
- * [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0)
65
+ * [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.70.4)
66
66
  * [Terraform Engine](https://terraform.io)
67
67
 
68
68
  If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "cdktf-cdktf-provider-newrelic",
8
- "version": "13.7.0",
8
+ "version": "13.7.2",
9
9
  "description": "Prebuilt newrelic Provider for Terraform CDK (cdktf)",
10
10
  "license": "MPL-2.0",
11
11
  "url": "https://github.com/cdktf/cdktf-provider-newrelic.git",
@@ -93,7 +93,7 @@ kwargs = json.loads(
93
93
  ],
94
94
  "package_data": {
95
95
  "cdktf_cdktf_provider_newrelic._jsii": [
96
- "provider-newrelic@13.7.0.jsii.tgz"
96
+ "provider-newrelic@13.7.2.jsii.tgz"
97
97
  ],
98
98
  "cdktf_cdktf_provider_newrelic": [
99
99
  "py.typed"
@@ -1,7 +1,7 @@
1
1
  r'''
2
- # CDKTF prebuilt bindings for newrelic/newrelic provider version 3.70.0
2
+ # CDKTF prebuilt bindings for newrelic/newrelic provider version 3.70.4
3
3
 
4
- This repo builds and publishes the [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
4
+ This repo builds and publishes the [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs) bindings for [CDK for Terraform](https://cdk.tf).
5
5
 
6
6
  ## Available Packages
7
7
 
@@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform newrelic provider version
63
63
  These are the upstream dependencies:
64
64
 
65
65
  * [CDK for Terraform](https://cdk.tf)
66
- * [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0)
66
+ * [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.70.4)
67
67
  * [Terraform Engine](https://terraform.io)
68
68
 
69
69
  If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
@@ -33,9 +33,9 @@ import constructs._jsii
33
33
 
34
34
  __jsii_assembly__ = jsii.JSIIAssembly.load(
35
35
  "@cdktf/provider-newrelic",
36
- "13.7.0",
36
+ "13.7.2",
37
37
  __name__[0:-6],
38
- "provider-newrelic@13.7.0.jsii.tgz",
38
+ "provider-newrelic@13.7.2.jsii.tgz",
39
39
  )
40
40
 
41
41
  __all__ = [
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `newrelic_account_management`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_account_management`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management).
4
+ Refer to the Terraform Registry for docs: [`newrelic_account_management`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class AccountManagement(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.accountManagement.AccountManagement",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management newrelic_account_management}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management newrelic_account_management}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -62,13 +62,13 @@ class AccountManagement(
62
62
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
63
63
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
64
64
  ) -> None:
65
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management newrelic_account_management} Resource.
65
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management newrelic_account_management} Resource.
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 the account to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management#name AccountManagement#name}
70
- :param region: A description of what this parsing rule represents. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management#region AccountManagement#region}
71
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management#id AccountManagement#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.
69
+ :param name: Name of the account to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management#name AccountManagement#name}
70
+ :param region: A description of what this parsing rule represents. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management#region AccountManagement#region}
71
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management#id AccountManagement#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 AccountManagement(
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 AccountManagement to import.
112
- :param import_from_id: The id of the existing AccountManagement that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management#import import section} in the documentation of this resource for the id to use
112
+ :param import_from_id: The id of the existing AccountManagement that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management#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 AccountManagement to import is found.
114
114
  '''
115
115
  if __debug__:
@@ -228,9 +228,9 @@ class AccountManagementConfig(_cdktf_9a9027ec.TerraformMetaArguments):
228
228
  :param lifecycle:
229
229
  :param provider:
230
230
  :param provisioners:
231
- :param name: Name of the account to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management#name AccountManagement#name}
232
- :param region: A description of what this parsing rule represents. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management#region AccountManagement#region}
233
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management#id AccountManagement#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.
231
+ :param name: Name of the account to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management#name AccountManagement#name}
232
+ :param region: A description of what this parsing rule represents. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management#region AccountManagement#region}
233
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management#id AccountManagement#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.
234
234
  '''
235
235
  if isinstance(lifecycle, dict):
236
236
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -335,7 +335,7 @@ class AccountManagementConfig(_cdktf_9a9027ec.TerraformMetaArguments):
335
335
  def name(self) -> builtins.str:
336
336
  '''Name of the account to be created.
337
337
 
338
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management#name AccountManagement#name}
338
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management#name AccountManagement#name}
339
339
  '''
340
340
  result = self._values.get("name")
341
341
  assert result is not None, "Required property 'name' is missing"
@@ -345,7 +345,7 @@ class AccountManagementConfig(_cdktf_9a9027ec.TerraformMetaArguments):
345
345
  def region(self) -> builtins.str:
346
346
  '''A description of what this parsing rule represents.
347
347
 
348
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management#region AccountManagement#region}
348
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management#region AccountManagement#region}
349
349
  '''
350
350
  result = self._values.get("region")
351
351
  assert result is not None, "Required property 'region' is missing"
@@ -353,7 +353,7 @@ class AccountManagementConfig(_cdktf_9a9027ec.TerraformMetaArguments):
353
353
 
354
354
  @builtins.property
355
355
  def id(self) -> typing.Optional[builtins.str]:
356
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.0/docs/resources/account_management#id AccountManagement#id}.
356
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.4/docs/resources/account_management#id AccountManagement#id}.
357
357
 
358
358
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
359
359
  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.