pulumi-newrelic 5.24.0a1715356536__py3-none-any.whl → 5.24.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.
Files changed (64) hide show
  1. pulumi_newrelic/_inputs.py +63 -63
  2. pulumi_newrelic/alert_channel.py +14 -14
  3. pulumi_newrelic/alert_condition.py +28 -28
  4. pulumi_newrelic/alert_muting_rule.py +14 -14
  5. pulumi_newrelic/alert_policy.py +24 -24
  6. pulumi_newrelic/alert_policy_channel.py +42 -42
  7. pulumi_newrelic/api_access_key.py +28 -28
  8. pulumi_newrelic/browser_application.py +14 -14
  9. pulumi_newrelic/cloud/aws_govcloud_integrations.py +28 -28
  10. pulumi_newrelic/cloud/aws_govcloud_link_account.py +14 -14
  11. pulumi_newrelic/cloud/aws_integrations.py +28 -28
  12. pulumi_newrelic/cloud/aws_link_account.py +14 -14
  13. pulumi_newrelic/cloud/azure_integrations.py +28 -28
  14. pulumi_newrelic/cloud/azure_link_account.py +14 -14
  15. pulumi_newrelic/cloud/gcp_integrations.py +28 -28
  16. pulumi_newrelic/cloud/gcp_link_account.py +14 -14
  17. pulumi_newrelic/config/__init__.pyi +1 -1
  18. pulumi_newrelic/config/vars.py +2 -2
  19. pulumi_newrelic/data_partition_rule.py +14 -14
  20. pulumi_newrelic/events_to_metrics_rule.py +16 -16
  21. pulumi_newrelic/get_account.py +7 -7
  22. pulumi_newrelic/get_alert_channel.py +8 -8
  23. pulumi_newrelic/get_alert_policy.py +7 -7
  24. pulumi_newrelic/get_application.py +2 -2
  25. pulumi_newrelic/get_cloud_account.py +9 -9
  26. pulumi_newrelic/get_entity.py +15 -15
  27. pulumi_newrelic/get_notification_destination.py +7 -7
  28. pulumi_newrelic/get_obfuscation_expression.py +9 -9
  29. pulumi_newrelic/get_service_level_alert_helper.py +10 -10
  30. pulumi_newrelic/get_test_grok_pattern.py +7 -7
  31. pulumi_newrelic/infra_alert_condition.py +14 -14
  32. pulumi_newrelic/log_parsing_rule.py +14 -14
  33. pulumi_newrelic/monitor_downtime.py +14 -14
  34. pulumi_newrelic/notification_channel.py +36 -36
  35. pulumi_newrelic/notification_destination.py +14 -14
  36. pulumi_newrelic/nrql_alert_condition.py +32 -32
  37. pulumi_newrelic/nrql_drop_rule.py +20 -20
  38. pulumi_newrelic/obfuscation_expression.py +16 -16
  39. pulumi_newrelic/obfuscation_rule.py +14 -14
  40. pulumi_newrelic/one_dashboard.py +14 -14
  41. pulumi_newrelic/one_dashboard_json.py +14 -14
  42. pulumi_newrelic/one_dashboard_raw.py +14 -14
  43. pulumi_newrelic/outputs.py +47 -47
  44. pulumi_newrelic/plugins/workload.py +55 -55
  45. pulumi_newrelic/provider.py +14 -9
  46. pulumi_newrelic/pulumi-plugin.json +2 -1
  47. pulumi_newrelic/service_level.py +6 -6
  48. pulumi_newrelic/synthetics/alert_condition.py +14 -14
  49. pulumi_newrelic/synthetics/broken_links_monitor.py +32 -14
  50. pulumi_newrelic/synthetics/cert_check_monitor.py +32 -14
  51. pulumi_newrelic/synthetics/get_private_location.py +11 -11
  52. pulumi_newrelic/synthetics/get_secure_credential.py +5 -5
  53. pulumi_newrelic/synthetics/monitor.py +18 -14
  54. pulumi_newrelic/synthetics/multi_location_alert_condition.py +14 -14
  55. pulumi_newrelic/synthetics/private_location.py +14 -14
  56. pulumi_newrelic/synthetics/script_monitor.py +18 -14
  57. pulumi_newrelic/synthetics/secure_credential.py +14 -14
  58. pulumi_newrelic/synthetics/step_monitor.py +32 -14
  59. pulumi_newrelic/workflow.py +14 -14
  60. {pulumi_newrelic-5.24.0a1715356536.dist-info → pulumi_newrelic-5.24.1.dist-info}/METADATA +1 -1
  61. pulumi_newrelic-5.24.1.dist-info/RECORD +89 -0
  62. pulumi_newrelic-5.24.0a1715356536.dist-info/RECORD +0 -89
  63. {pulumi_newrelic-5.24.0a1715356536.dist-info → pulumi_newrelic-5.24.1.dist-info}/WHEEL +0 -0
  64. {pulumi_newrelic-5.24.0a1715356536.dist-info → pulumi_newrelic-5.24.1.dist-info}/top_level.txt +0 -0
@@ -15,13 +15,13 @@ __all__ = ['AwsLinkAccountArgs', 'AwsLinkAccount']
15
15
  class AwsLinkAccountArgs:
16
16
  def __init__(__self__, *,
17
17
  arn: pulumi.Input[str],
18
- account_id: Optional[pulumi.Input[int]] = None,
18
+ account_id: Optional[pulumi.Input[str]] = None,
19
19
  metric_collection_mode: Optional[pulumi.Input[str]] = None,
20
20
  name: Optional[pulumi.Input[str]] = None):
21
21
  """
22
22
  The set of arguments for constructing a AwsLinkAccount resource.
23
23
  :param pulumi.Input[str] arn: The Amazon Resource Name (ARN) of the IAM role.
24
- :param pulumi.Input[int] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
24
+ :param pulumi.Input[str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
25
25
  :param pulumi.Input[str] metric_collection_mode: How metrics will be collected. Use `PUSH` for a metric stream or `PULL` to integrate with individual services.
26
26
  :param pulumi.Input[str] name: The name of the linked account.
27
27
  """
@@ -47,14 +47,14 @@ class AwsLinkAccountArgs:
47
47
 
48
48
  @property
49
49
  @pulumi.getter(name="accountId")
50
- def account_id(self) -> Optional[pulumi.Input[int]]:
50
+ def account_id(self) -> Optional[pulumi.Input[str]]:
51
51
  """
52
52
  The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
53
53
  """
54
54
  return pulumi.get(self, "account_id")
55
55
 
56
56
  @account_id.setter
57
- def account_id(self, value: Optional[pulumi.Input[int]]):
57
+ def account_id(self, value: Optional[pulumi.Input[str]]):
58
58
  pulumi.set(self, "account_id", value)
59
59
 
60
60
  @property
@@ -85,13 +85,13 @@ class AwsLinkAccountArgs:
85
85
  @pulumi.input_type
86
86
  class _AwsLinkAccountState:
87
87
  def __init__(__self__, *,
88
- account_id: Optional[pulumi.Input[int]] = None,
88
+ account_id: Optional[pulumi.Input[str]] = None,
89
89
  arn: Optional[pulumi.Input[str]] = None,
90
90
  metric_collection_mode: Optional[pulumi.Input[str]] = None,
91
91
  name: Optional[pulumi.Input[str]] = None):
92
92
  """
93
93
  Input properties used for looking up and filtering AwsLinkAccount resources.
94
- :param pulumi.Input[int] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
94
+ :param pulumi.Input[str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
95
95
  :param pulumi.Input[str] arn: The Amazon Resource Name (ARN) of the IAM role.
96
96
  :param pulumi.Input[str] metric_collection_mode: How metrics will be collected. Use `PUSH` for a metric stream or `PULL` to integrate with individual services.
97
97
  :param pulumi.Input[str] name: The name of the linked account.
@@ -107,14 +107,14 @@ class _AwsLinkAccountState:
107
107
 
108
108
  @property
109
109
  @pulumi.getter(name="accountId")
110
- def account_id(self) -> Optional[pulumi.Input[int]]:
110
+ def account_id(self) -> Optional[pulumi.Input[str]]:
111
111
  """
112
112
  The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
113
113
  """
114
114
  return pulumi.get(self, "account_id")
115
115
 
116
116
  @account_id.setter
117
- def account_id(self, value: Optional[pulumi.Input[int]]):
117
+ def account_id(self, value: Optional[pulumi.Input[str]]):
118
118
  pulumi.set(self, "account_id", value)
119
119
 
120
120
  @property
@@ -159,7 +159,7 @@ class AwsLinkAccount(pulumi.CustomResource):
159
159
  def __init__(__self__,
160
160
  resource_name: str,
161
161
  opts: Optional[pulumi.ResourceOptions] = None,
162
- account_id: Optional[pulumi.Input[int]] = None,
162
+ account_id: Optional[pulumi.Input[str]] = None,
163
163
  arn: Optional[pulumi.Input[str]] = None,
164
164
  metric_collection_mode: Optional[pulumi.Input[str]] = None,
165
165
  name: Optional[pulumi.Input[str]] = None,
@@ -201,7 +201,7 @@ class AwsLinkAccount(pulumi.CustomResource):
201
201
 
202
202
  :param str resource_name: The name of the resource.
203
203
  :param pulumi.ResourceOptions opts: Options for the resource.
204
- :param pulumi.Input[int] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
204
+ :param pulumi.Input[str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
205
205
  :param pulumi.Input[str] arn: The Amazon Resource Name (ARN) of the IAM role.
206
206
  :param pulumi.Input[str] metric_collection_mode: How metrics will be collected. Use `PUSH` for a metric stream or `PULL` to integrate with individual services.
207
207
  :param pulumi.Input[str] name: The name of the linked account.
@@ -262,7 +262,7 @@ class AwsLinkAccount(pulumi.CustomResource):
262
262
  def _internal_init(__self__,
263
263
  resource_name: str,
264
264
  opts: Optional[pulumi.ResourceOptions] = None,
265
- account_id: Optional[pulumi.Input[int]] = None,
265
+ account_id: Optional[pulumi.Input[str]] = None,
266
266
  arn: Optional[pulumi.Input[str]] = None,
267
267
  metric_collection_mode: Optional[pulumi.Input[str]] = None,
268
268
  name: Optional[pulumi.Input[str]] = None,
@@ -291,7 +291,7 @@ class AwsLinkAccount(pulumi.CustomResource):
291
291
  def get(resource_name: str,
292
292
  id: pulumi.Input[str],
293
293
  opts: Optional[pulumi.ResourceOptions] = None,
294
- account_id: Optional[pulumi.Input[int]] = None,
294
+ account_id: Optional[pulumi.Input[str]] = None,
295
295
  arn: Optional[pulumi.Input[str]] = None,
296
296
  metric_collection_mode: Optional[pulumi.Input[str]] = None,
297
297
  name: Optional[pulumi.Input[str]] = None) -> 'AwsLinkAccount':
@@ -302,7 +302,7 @@ class AwsLinkAccount(pulumi.CustomResource):
302
302
  :param str resource_name: The unique name of the resulting resource.
303
303
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
304
304
  :param pulumi.ResourceOptions opts: Options for the resource.
305
- :param pulumi.Input[int] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
305
+ :param pulumi.Input[str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
306
306
  :param pulumi.Input[str] arn: The Amazon Resource Name (ARN) of the IAM role.
307
307
  :param pulumi.Input[str] metric_collection_mode: How metrics will be collected. Use `PUSH` for a metric stream or `PULL` to integrate with individual services.
308
308
  :param pulumi.Input[str] name: The name of the linked account.
@@ -319,7 +319,7 @@ class AwsLinkAccount(pulumi.CustomResource):
319
319
 
320
320
  @property
321
321
  @pulumi.getter(name="accountId")
322
- def account_id(self) -> pulumi.Output[int]:
322
+ def account_id(self) -> pulumi.Output[str]:
323
323
  """
324
324
  The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
325
325
  """
@@ -16,8 +16,8 @@ __all__ = ['AzureIntegrationsArgs', 'AzureIntegrations']
16
16
  @pulumi.input_type
17
17
  class AzureIntegrationsArgs:
18
18
  def __init__(__self__, *,
19
- linked_account_id: pulumi.Input[int],
20
- account_id: Optional[pulumi.Input[int]] = None,
19
+ linked_account_id: pulumi.Input[str],
20
+ account_id: Optional[pulumi.Input[str]] = None,
21
21
  api_management: Optional[pulumi.Input['AzureIntegrationsApiManagementArgs']] = None,
22
22
  app_gateway: Optional[pulumi.Input['AzureIntegrationsAppGatewayArgs']] = None,
23
23
  app_service: Optional[pulumi.Input['AzureIntegrationsAppServiceArgs']] = None,
@@ -52,11 +52,11 @@ class AzureIntegrationsArgs:
52
52
  vpn_gateway: Optional[pulumi.Input['AzureIntegrationsVpnGatewayArgs']] = None):
53
53
  """
54
54
  The set of arguments for constructing a AzureIntegrations resource.
55
- :param pulumi.Input[int] linked_account_id: The ID of the linked Azure account in New Relic.
55
+ :param pulumi.Input[str] linked_account_id: The ID of the linked Azure account in New Relic.
56
56
 
57
57
 
58
58
  The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 60 seconds.
59
- :param pulumi.Input[int] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
59
+ :param pulumi.Input[str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
60
60
  :param pulumi.Input['AzureIntegrationsApiManagementArgs'] api_management: Azure API Management. See Integration blocks below for details.
61
61
  :param pulumi.Input['AzureIntegrationsAppGatewayArgs'] app_gateway: Azure App Gateway. See Integration blocks below for details.
62
62
  :param pulumi.Input['AzureIntegrationsAppServiceArgs'] app_service: Azure App Service. See Integration blocks below for details.
@@ -166,7 +166,7 @@ class AzureIntegrationsArgs:
166
166
 
167
167
  @property
168
168
  @pulumi.getter(name="linkedAccountId")
169
- def linked_account_id(self) -> pulumi.Input[int]:
169
+ def linked_account_id(self) -> pulumi.Input[str]:
170
170
  """
171
171
  The ID of the linked Azure account in New Relic.
172
172
 
@@ -176,19 +176,19 @@ class AzureIntegrationsArgs:
176
176
  return pulumi.get(self, "linked_account_id")
177
177
 
178
178
  @linked_account_id.setter
179
- def linked_account_id(self, value: pulumi.Input[int]):
179
+ def linked_account_id(self, value: pulumi.Input[str]):
180
180
  pulumi.set(self, "linked_account_id", value)
181
181
 
182
182
  @property
183
183
  @pulumi.getter(name="accountId")
184
- def account_id(self) -> Optional[pulumi.Input[int]]:
184
+ def account_id(self) -> Optional[pulumi.Input[str]]:
185
185
  """
186
186
  The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
187
187
  """
188
188
  return pulumi.get(self, "account_id")
189
189
 
190
190
  @account_id.setter
191
- def account_id(self, value: Optional[pulumi.Input[int]]):
191
+ def account_id(self, value: Optional[pulumi.Input[str]]):
192
192
  pulumi.set(self, "account_id", value)
193
193
 
194
194
  @property
@@ -585,7 +585,7 @@ class AzureIntegrationsArgs:
585
585
  @pulumi.input_type
586
586
  class _AzureIntegrationsState:
587
587
  def __init__(__self__, *,
588
- account_id: Optional[pulumi.Input[int]] = None,
588
+ account_id: Optional[pulumi.Input[str]] = None,
589
589
  api_management: Optional[pulumi.Input['AzureIntegrationsApiManagementArgs']] = None,
590
590
  app_gateway: Optional[pulumi.Input['AzureIntegrationsAppGatewayArgs']] = None,
591
591
  app_service: Optional[pulumi.Input['AzureIntegrationsAppServiceArgs']] = None,
@@ -599,7 +599,7 @@ class _AzureIntegrationsState:
599
599
  front_door: Optional[pulumi.Input['AzureIntegrationsFrontDoorArgs']] = None,
600
600
  functions: Optional[pulumi.Input['AzureIntegrationsFunctionsArgs']] = None,
601
601
  key_vault: Optional[pulumi.Input['AzureIntegrationsKeyVaultArgs']] = None,
602
- linked_account_id: Optional[pulumi.Input[int]] = None,
602
+ linked_account_id: Optional[pulumi.Input[str]] = None,
603
603
  load_balancer: Optional[pulumi.Input['AzureIntegrationsLoadBalancerArgs']] = None,
604
604
  logic_apps: Optional[pulumi.Input['AzureIntegrationsLogicAppsArgs']] = None,
605
605
  machine_learning: Optional[pulumi.Input['AzureIntegrationsMachineLearningArgs']] = None,
@@ -621,7 +621,7 @@ class _AzureIntegrationsState:
621
621
  vpn_gateway: Optional[pulumi.Input['AzureIntegrationsVpnGatewayArgs']] = None):
622
622
  """
623
623
  Input properties used for looking up and filtering AzureIntegrations resources.
624
- :param pulumi.Input[int] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
624
+ :param pulumi.Input[str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
625
625
  :param pulumi.Input['AzureIntegrationsApiManagementArgs'] api_management: Azure API Management. See Integration blocks below for details.
626
626
  :param pulumi.Input['AzureIntegrationsAppGatewayArgs'] app_gateway: Azure App Gateway. See Integration blocks below for details.
627
627
  :param pulumi.Input['AzureIntegrationsAppServiceArgs'] app_service: Azure App Service. See Integration blocks below for details.
@@ -635,7 +635,7 @@ class _AzureIntegrationsState:
635
635
  :param pulumi.Input['AzureIntegrationsFrontDoorArgs'] front_door: Azure Front Door. See Integration blocks below for details.
636
636
  :param pulumi.Input['AzureIntegrationsFunctionsArgs'] functions: Azure Functions. See Integration blocks below for details.
637
637
  :param pulumi.Input['AzureIntegrationsKeyVaultArgs'] key_vault: Azure Key Vault. See Integration blocks below for details.
638
- :param pulumi.Input[int] linked_account_id: The ID of the linked Azure account in New Relic.
638
+ :param pulumi.Input[str] linked_account_id: The ID of the linked Azure account in New Relic.
639
639
 
640
640
 
641
641
  The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 60 seconds.
@@ -736,14 +736,14 @@ class _AzureIntegrationsState:
736
736
 
737
737
  @property
738
738
  @pulumi.getter(name="accountId")
739
- def account_id(self) -> Optional[pulumi.Input[int]]:
739
+ def account_id(self) -> Optional[pulumi.Input[str]]:
740
740
  """
741
741
  The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
742
742
  """
743
743
  return pulumi.get(self, "account_id")
744
744
 
745
745
  @account_id.setter
746
- def account_id(self, value: Optional[pulumi.Input[int]]):
746
+ def account_id(self, value: Optional[pulumi.Input[str]]):
747
747
  pulumi.set(self, "account_id", value)
748
748
 
749
749
  @property
@@ -904,7 +904,7 @@ class _AzureIntegrationsState:
904
904
 
905
905
  @property
906
906
  @pulumi.getter(name="linkedAccountId")
907
- def linked_account_id(self) -> Optional[pulumi.Input[int]]:
907
+ def linked_account_id(self) -> Optional[pulumi.Input[str]]:
908
908
  """
909
909
  The ID of the linked Azure account in New Relic.
910
910
 
@@ -914,7 +914,7 @@ class _AzureIntegrationsState:
914
914
  return pulumi.get(self, "linked_account_id")
915
915
 
916
916
  @linked_account_id.setter
917
- def linked_account_id(self, value: Optional[pulumi.Input[int]]):
917
+ def linked_account_id(self, value: Optional[pulumi.Input[str]]):
918
918
  pulumi.set(self, "linked_account_id", value)
919
919
 
920
920
  @property
@@ -1157,7 +1157,7 @@ class AzureIntegrations(pulumi.CustomResource):
1157
1157
  def __init__(__self__,
1158
1158
  resource_name: str,
1159
1159
  opts: Optional[pulumi.ResourceOptions] = None,
1160
- account_id: Optional[pulumi.Input[int]] = None,
1160
+ account_id: Optional[pulumi.Input[str]] = None,
1161
1161
  api_management: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsApiManagementArgs']]] = None,
1162
1162
  app_gateway: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsAppGatewayArgs']]] = None,
1163
1163
  app_service: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsAppServiceArgs']]] = None,
@@ -1171,7 +1171,7 @@ class AzureIntegrations(pulumi.CustomResource):
1171
1171
  front_door: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsFrontDoorArgs']]] = None,
1172
1172
  functions: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsFunctionsArgs']]] = None,
1173
1173
  key_vault: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsKeyVaultArgs']]] = None,
1174
- linked_account_id: Optional[pulumi.Input[int]] = None,
1174
+ linked_account_id: Optional[pulumi.Input[str]] = None,
1175
1175
  load_balancer: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsLoadBalancerArgs']]] = None,
1176
1176
  logic_apps: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsLogicAppsArgs']]] = None,
1177
1177
  machine_learning: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsMachineLearningArgs']]] = None,
@@ -1370,7 +1370,7 @@ class AzureIntegrations(pulumi.CustomResource):
1370
1370
 
1371
1371
  :param str resource_name: The name of the resource.
1372
1372
  :param pulumi.ResourceOptions opts: Options for the resource.
1373
- :param pulumi.Input[int] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
1373
+ :param pulumi.Input[str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
1374
1374
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsApiManagementArgs']] api_management: Azure API Management. See Integration blocks below for details.
1375
1375
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsAppGatewayArgs']] app_gateway: Azure App Gateway. See Integration blocks below for details.
1376
1376
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsAppServiceArgs']] app_service: Azure App Service. See Integration blocks below for details.
@@ -1384,7 +1384,7 @@ class AzureIntegrations(pulumi.CustomResource):
1384
1384
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsFrontDoorArgs']] front_door: Azure Front Door. See Integration blocks below for details.
1385
1385
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsFunctionsArgs']] functions: Azure Functions. See Integration blocks below for details.
1386
1386
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsKeyVaultArgs']] key_vault: Azure Key Vault. See Integration blocks below for details.
1387
- :param pulumi.Input[int] linked_account_id: The ID of the linked Azure account in New Relic.
1387
+ :param pulumi.Input[str] linked_account_id: The ID of the linked Azure account in New Relic.
1388
1388
 
1389
1389
 
1390
1390
  The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 60 seconds.
@@ -1611,7 +1611,7 @@ class AzureIntegrations(pulumi.CustomResource):
1611
1611
  def _internal_init(__self__,
1612
1612
  resource_name: str,
1613
1613
  opts: Optional[pulumi.ResourceOptions] = None,
1614
- account_id: Optional[pulumi.Input[int]] = None,
1614
+ account_id: Optional[pulumi.Input[str]] = None,
1615
1615
  api_management: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsApiManagementArgs']]] = None,
1616
1616
  app_gateway: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsAppGatewayArgs']]] = None,
1617
1617
  app_service: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsAppServiceArgs']]] = None,
@@ -1625,7 +1625,7 @@ class AzureIntegrations(pulumi.CustomResource):
1625
1625
  front_door: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsFrontDoorArgs']]] = None,
1626
1626
  functions: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsFunctionsArgs']]] = None,
1627
1627
  key_vault: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsKeyVaultArgs']]] = None,
1628
- linked_account_id: Optional[pulumi.Input[int]] = None,
1628
+ linked_account_id: Optional[pulumi.Input[str]] = None,
1629
1629
  load_balancer: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsLoadBalancerArgs']]] = None,
1630
1630
  logic_apps: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsLogicAppsArgs']]] = None,
1631
1631
  machine_learning: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsMachineLearningArgs']]] = None,
@@ -1700,7 +1700,7 @@ class AzureIntegrations(pulumi.CustomResource):
1700
1700
  def get(resource_name: str,
1701
1701
  id: pulumi.Input[str],
1702
1702
  opts: Optional[pulumi.ResourceOptions] = None,
1703
- account_id: Optional[pulumi.Input[int]] = None,
1703
+ account_id: Optional[pulumi.Input[str]] = None,
1704
1704
  api_management: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsApiManagementArgs']]] = None,
1705
1705
  app_gateway: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsAppGatewayArgs']]] = None,
1706
1706
  app_service: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsAppServiceArgs']]] = None,
@@ -1714,7 +1714,7 @@ class AzureIntegrations(pulumi.CustomResource):
1714
1714
  front_door: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsFrontDoorArgs']]] = None,
1715
1715
  functions: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsFunctionsArgs']]] = None,
1716
1716
  key_vault: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsKeyVaultArgs']]] = None,
1717
- linked_account_id: Optional[pulumi.Input[int]] = None,
1717
+ linked_account_id: Optional[pulumi.Input[str]] = None,
1718
1718
  load_balancer: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsLoadBalancerArgs']]] = None,
1719
1719
  logic_apps: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsLogicAppsArgs']]] = None,
1720
1720
  machine_learning: Optional[pulumi.Input[pulumi.InputType['AzureIntegrationsMachineLearningArgs']]] = None,
@@ -1741,7 +1741,7 @@ class AzureIntegrations(pulumi.CustomResource):
1741
1741
  :param str resource_name: The unique name of the resulting resource.
1742
1742
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1743
1743
  :param pulumi.ResourceOptions opts: Options for the resource.
1744
- :param pulumi.Input[int] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
1744
+ :param pulumi.Input[str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
1745
1745
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsApiManagementArgs']] api_management: Azure API Management. See Integration blocks below for details.
1746
1746
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsAppGatewayArgs']] app_gateway: Azure App Gateway. See Integration blocks below for details.
1747
1747
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsAppServiceArgs']] app_service: Azure App Service. See Integration blocks below for details.
@@ -1755,7 +1755,7 @@ class AzureIntegrations(pulumi.CustomResource):
1755
1755
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsFrontDoorArgs']] front_door: Azure Front Door. See Integration blocks below for details.
1756
1756
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsFunctionsArgs']] functions: Azure Functions. See Integration blocks below for details.
1757
1757
  :param pulumi.Input[pulumi.InputType['AzureIntegrationsKeyVaultArgs']] key_vault: Azure Key Vault. See Integration blocks below for details.
1758
- :param pulumi.Input[int] linked_account_id: The ID of the linked Azure account in New Relic.
1758
+ :param pulumi.Input[str] linked_account_id: The ID of the linked Azure account in New Relic.
1759
1759
 
1760
1760
 
1761
1761
  The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 60 seconds.
@@ -1827,7 +1827,7 @@ class AzureIntegrations(pulumi.CustomResource):
1827
1827
 
1828
1828
  @property
1829
1829
  @pulumi.getter(name="accountId")
1830
- def account_id(self) -> pulumi.Output[int]:
1830
+ def account_id(self) -> pulumi.Output[str]:
1831
1831
  """
1832
1832
  The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
1833
1833
  """
@@ -1939,7 +1939,7 @@ class AzureIntegrations(pulumi.CustomResource):
1939
1939
 
1940
1940
  @property
1941
1941
  @pulumi.getter(name="linkedAccountId")
1942
- def linked_account_id(self) -> pulumi.Output[int]:
1942
+ def linked_account_id(self) -> pulumi.Output[str]:
1943
1943
  """
1944
1944
  The ID of the linked Azure account in New Relic.
1945
1945
 
@@ -18,7 +18,7 @@ class AzureLinkAccountArgs:
18
18
  client_secret: pulumi.Input[str],
19
19
  subscription_id: pulumi.Input[str],
20
20
  tenant_id: pulumi.Input[str],
21
- account_id: Optional[pulumi.Input[int]] = None,
21
+ account_id: Optional[pulumi.Input[str]] = None,
22
22
  name: Optional[pulumi.Input[str]] = None):
23
23
  """
24
24
  The set of arguments for constructing a AzureLinkAccount resource.
@@ -26,7 +26,7 @@ class AzureLinkAccountArgs:
26
26
  :param pulumi.Input[str] client_secret: Secret Value of the client.
27
27
  :param pulumi.Input[str] subscription_id: Subscription ID of the Azure cloud account.
28
28
  :param pulumi.Input[str] tenant_id: Tenant ID of the Azure cloud account.
29
- :param pulumi.Input[int] account_id: Account ID of the New Relic.
29
+ :param pulumi.Input[str] account_id: Account ID of the New Relic.
30
30
  :param pulumi.Input[str] name: Name of the linked account
31
31
  """
32
32
  pulumi.set(__self__, "application_id", application_id)
@@ -88,14 +88,14 @@ class AzureLinkAccountArgs:
88
88
 
89
89
  @property
90
90
  @pulumi.getter(name="accountId")
91
- def account_id(self) -> Optional[pulumi.Input[int]]:
91
+ def account_id(self) -> Optional[pulumi.Input[str]]:
92
92
  """
93
93
  Account ID of the New Relic.
94
94
  """
95
95
  return pulumi.get(self, "account_id")
96
96
 
97
97
  @account_id.setter
98
- def account_id(self, value: Optional[pulumi.Input[int]]):
98
+ def account_id(self, value: Optional[pulumi.Input[str]]):
99
99
  pulumi.set(self, "account_id", value)
100
100
 
101
101
  @property
@@ -114,7 +114,7 @@ class AzureLinkAccountArgs:
114
114
  @pulumi.input_type
115
115
  class _AzureLinkAccountState:
116
116
  def __init__(__self__, *,
117
- account_id: Optional[pulumi.Input[int]] = None,
117
+ account_id: Optional[pulumi.Input[str]] = None,
118
118
  application_id: Optional[pulumi.Input[str]] = None,
119
119
  client_secret: Optional[pulumi.Input[str]] = None,
120
120
  name: Optional[pulumi.Input[str]] = None,
@@ -122,7 +122,7 @@ class _AzureLinkAccountState:
122
122
  tenant_id: Optional[pulumi.Input[str]] = None):
123
123
  """
124
124
  Input properties used for looking up and filtering AzureLinkAccount resources.
125
- :param pulumi.Input[int] account_id: Account ID of the New Relic.
125
+ :param pulumi.Input[str] account_id: Account ID of the New Relic.
126
126
  :param pulumi.Input[str] application_id: Application ID of the App.
127
127
  :param pulumi.Input[str] client_secret: Secret Value of the client.
128
128
  :param pulumi.Input[str] name: Name of the linked account
@@ -144,14 +144,14 @@ class _AzureLinkAccountState:
144
144
 
145
145
  @property
146
146
  @pulumi.getter(name="accountId")
147
- def account_id(self) -> Optional[pulumi.Input[int]]:
147
+ def account_id(self) -> Optional[pulumi.Input[str]]:
148
148
  """
149
149
  Account ID of the New Relic.
150
150
  """
151
151
  return pulumi.get(self, "account_id")
152
152
 
153
153
  @account_id.setter
154
- def account_id(self, value: Optional[pulumi.Input[int]]):
154
+ def account_id(self, value: Optional[pulumi.Input[str]]):
155
155
  pulumi.set(self, "account_id", value)
156
156
 
157
157
  @property
@@ -220,7 +220,7 @@ class AzureLinkAccount(pulumi.CustomResource):
220
220
  def __init__(__self__,
221
221
  resource_name: str,
222
222
  opts: Optional[pulumi.ResourceOptions] = None,
223
- account_id: Optional[pulumi.Input[int]] = None,
223
+ account_id: Optional[pulumi.Input[str]] = None,
224
224
  application_id: Optional[pulumi.Input[str]] = None,
225
225
  client_secret: Optional[pulumi.Input[str]] = None,
226
226
  name: Optional[pulumi.Input[str]] = None,
@@ -267,7 +267,7 @@ class AzureLinkAccount(pulumi.CustomResource):
267
267
 
268
268
  :param str resource_name: The name of the resource.
269
269
  :param pulumi.ResourceOptions opts: Options for the resource.
270
- :param pulumi.Input[int] account_id: Account ID of the New Relic.
270
+ :param pulumi.Input[str] account_id: Account ID of the New Relic.
271
271
  :param pulumi.Input[str] application_id: Application ID of the App.
272
272
  :param pulumi.Input[str] client_secret: Secret Value of the client.
273
273
  :param pulumi.Input[str] name: Name of the linked account
@@ -333,7 +333,7 @@ class AzureLinkAccount(pulumi.CustomResource):
333
333
  def _internal_init(__self__,
334
334
  resource_name: str,
335
335
  opts: Optional[pulumi.ResourceOptions] = None,
336
- account_id: Optional[pulumi.Input[int]] = None,
336
+ account_id: Optional[pulumi.Input[str]] = None,
337
337
  application_id: Optional[pulumi.Input[str]] = None,
338
338
  client_secret: Optional[pulumi.Input[str]] = None,
339
339
  name: Optional[pulumi.Input[str]] = None,
@@ -374,7 +374,7 @@ class AzureLinkAccount(pulumi.CustomResource):
374
374
  def get(resource_name: str,
375
375
  id: pulumi.Input[str],
376
376
  opts: Optional[pulumi.ResourceOptions] = None,
377
- account_id: Optional[pulumi.Input[int]] = None,
377
+ account_id: Optional[pulumi.Input[str]] = None,
378
378
  application_id: Optional[pulumi.Input[str]] = None,
379
379
  client_secret: Optional[pulumi.Input[str]] = None,
380
380
  name: Optional[pulumi.Input[str]] = None,
@@ -387,7 +387,7 @@ class AzureLinkAccount(pulumi.CustomResource):
387
387
  :param str resource_name: The unique name of the resulting resource.
388
388
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
389
389
  :param pulumi.ResourceOptions opts: Options for the resource.
390
- :param pulumi.Input[int] account_id: Account ID of the New Relic.
390
+ :param pulumi.Input[str] account_id: Account ID of the New Relic.
391
391
  :param pulumi.Input[str] application_id: Application ID of the App.
392
392
  :param pulumi.Input[str] client_secret: Secret Value of the client.
393
393
  :param pulumi.Input[str] name: Name of the linked account
@@ -408,7 +408,7 @@ class AzureLinkAccount(pulumi.CustomResource):
408
408
 
409
409
  @property
410
410
  @pulumi.getter(name="accountId")
411
- def account_id(self) -> pulumi.Output[int]:
411
+ def account_id(self) -> pulumi.Output[str]:
412
412
  """
413
413
  Account ID of the New Relic.
414
414
  """