pulumi-newrelic 5.24.0a1715356536__py3-none-any.whl → 5.25.0__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 (69) hide show
  1. pulumi_newrelic/_inputs.py +499 -93
  2. pulumi_newrelic/account_management.py +14 -14
  3. pulumi_newrelic/alert_channel.py +38 -38
  4. pulumi_newrelic/alert_condition.py +153 -112
  5. pulumi_newrelic/alert_muting_rule.py +31 -31
  6. pulumi_newrelic/alert_policy.py +47 -41
  7. pulumi_newrelic/alert_policy_channel.py +42 -42
  8. pulumi_newrelic/api_access_key.py +28 -28
  9. pulumi_newrelic/browser_application.py +14 -14
  10. pulumi_newrelic/cloud/aws_govcloud_integrations.py +28 -28
  11. pulumi_newrelic/cloud/aws_govcloud_link_account.py +14 -14
  12. pulumi_newrelic/cloud/aws_integrations.py +28 -28
  13. pulumi_newrelic/cloud/aws_link_account.py +14 -14
  14. pulumi_newrelic/cloud/azure_integrations.py +28 -28
  15. pulumi_newrelic/cloud/azure_link_account.py +14 -14
  16. pulumi_newrelic/cloud/gcp_integrations.py +28 -28
  17. pulumi_newrelic/cloud/gcp_link_account.py +14 -14
  18. pulumi_newrelic/config/__init__.pyi +1 -1
  19. pulumi_newrelic/config/vars.py +2 -2
  20. pulumi_newrelic/data_partition_rule.py +14 -14
  21. pulumi_newrelic/entity_tags.py +7 -7
  22. pulumi_newrelic/events_to_metrics_rule.py +16 -16
  23. pulumi_newrelic/get_account.py +7 -7
  24. pulumi_newrelic/get_alert_channel.py +8 -8
  25. pulumi_newrelic/get_alert_policy.py +16 -7
  26. pulumi_newrelic/get_application.py +2 -2
  27. pulumi_newrelic/get_cloud_account.py +9 -9
  28. pulumi_newrelic/get_entity.py +15 -15
  29. pulumi_newrelic/get_notification_destination.py +7 -7
  30. pulumi_newrelic/get_obfuscation_expression.py +9 -9
  31. pulumi_newrelic/get_service_level_alert_helper.py +28 -10
  32. pulumi_newrelic/get_test_grok_pattern.py +7 -7
  33. pulumi_newrelic/infra_alert_condition.py +119 -140
  34. pulumi_newrelic/insights/event.py +13 -0
  35. pulumi_newrelic/log_parsing_rule.py +14 -14
  36. pulumi_newrelic/monitor_downtime.py +14 -14
  37. pulumi_newrelic/notification_channel.py +36 -36
  38. pulumi_newrelic/notification_destination.py +28 -24
  39. pulumi_newrelic/nrql_alert_condition.py +32 -32
  40. pulumi_newrelic/nrql_drop_rule.py +44 -44
  41. pulumi_newrelic/obfuscation_expression.py +16 -16
  42. pulumi_newrelic/obfuscation_rule.py +14 -14
  43. pulumi_newrelic/one_dashboard.py +58 -52
  44. pulumi_newrelic/one_dashboard_json.py +14 -14
  45. pulumi_newrelic/one_dashboard_raw.py +14 -14
  46. pulumi_newrelic/outputs.py +482 -77
  47. pulumi_newrelic/plugins/_inputs.py +8 -8
  48. pulumi_newrelic/plugins/outputs.py +8 -8
  49. pulumi_newrelic/plugins/workload.py +83 -83
  50. pulumi_newrelic/provider.py +14 -9
  51. pulumi_newrelic/pulumi-plugin.json +2 -1
  52. pulumi_newrelic/service_level.py +85 -6
  53. pulumi_newrelic/synthetics/alert_condition.py +56 -28
  54. pulumi_newrelic/synthetics/broken_links_monitor.py +32 -14
  55. pulumi_newrelic/synthetics/cert_check_monitor.py +32 -14
  56. pulumi_newrelic/synthetics/get_private_location.py +11 -11
  57. pulumi_newrelic/synthetics/get_secure_credential.py +13 -5
  58. pulumi_newrelic/synthetics/monitor.py +18 -14
  59. pulumi_newrelic/synthetics/multi_location_alert_condition.py +77 -63
  60. pulumi_newrelic/synthetics/private_location.py +14 -14
  61. pulumi_newrelic/synthetics/script_monitor.py +18 -14
  62. pulumi_newrelic/synthetics/secure_credential.py +24 -31
  63. pulumi_newrelic/synthetics/step_monitor.py +32 -14
  64. pulumi_newrelic/workflow.py +14 -14
  65. {pulumi_newrelic-5.24.0a1715356536.dist-info → pulumi_newrelic-5.25.0.dist-info}/METADATA +1 -1
  66. pulumi_newrelic-5.25.0.dist-info/RECORD +89 -0
  67. pulumi_newrelic-5.24.0a1715356536.dist-info/RECORD +0 -89
  68. {pulumi_newrelic-5.24.0a1715356536.dist-info → pulumi_newrelic-5.25.0.dist-info}/WHEEL +0 -0
  69. {pulumi_newrelic-5.24.0a1715356536.dist-info → pulumi_newrelic-5.25.0.dist-info}/top_level.txt +0 -0
@@ -16,8 +16,8 @@ __all__ = ['AwsGovcloudIntegrationsArgs', 'AwsGovcloudIntegrations']
16
16
  @pulumi.input_type
17
17
  class AwsGovcloudIntegrationsArgs:
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
  alb: Optional[pulumi.Input['AwsGovcloudIntegrationsAlbArgs']] = None,
22
22
  api_gateway: Optional[pulumi.Input['AwsGovcloudIntegrationsApiGatewayArgs']] = None,
23
23
  auto_scaling: Optional[pulumi.Input['AwsGovcloudIntegrationsAutoScalingArgs']] = None,
@@ -40,8 +40,8 @@ class AwsGovcloudIntegrationsArgs:
40
40
  sqs: Optional[pulumi.Input['AwsGovcloudIntegrationsSqsArgs']] = None):
41
41
  """
42
42
  The set of arguments for constructing a AwsGovcloudIntegrations resource.
43
- :param pulumi.Input[int] linked_account_id: The access key of the AwsGovCloud.
44
- :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`.
43
+ :param pulumi.Input[str] linked_account_id: The access key of the AwsGovCloud.
44
+ :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`.
45
45
  :param pulumi.Input['AwsGovcloudIntegrationsAlbArgs'] alb: Application load balancer AwsGovCloud integration.See Integration blocks below for details.
46
46
  :param pulumi.Input['AwsGovcloudIntegrationsApiGatewayArgs'] api_gateway: Api Gateway AwsGovCloud integration.See Integration blocks below for details.
47
47
  :param pulumi.Input['AwsGovcloudIntegrationsAutoScalingArgs'] auto_scaling: Autoscaling AwsGovCloud integration.See Integration blocks below for details.
@@ -109,26 +109,26 @@ class AwsGovcloudIntegrationsArgs:
109
109
 
110
110
  @property
111
111
  @pulumi.getter(name="linkedAccountId")
112
- def linked_account_id(self) -> pulumi.Input[int]:
112
+ def linked_account_id(self) -> pulumi.Input[str]:
113
113
  """
114
114
  The access key of the AwsGovCloud.
115
115
  """
116
116
  return pulumi.get(self, "linked_account_id")
117
117
 
118
118
  @linked_account_id.setter
119
- def linked_account_id(self, value: pulumi.Input[int]):
119
+ def linked_account_id(self, value: pulumi.Input[str]):
120
120
  pulumi.set(self, "linked_account_id", value)
121
121
 
122
122
  @property
123
123
  @pulumi.getter(name="accountId")
124
- def account_id(self) -> Optional[pulumi.Input[int]]:
124
+ def account_id(self) -> Optional[pulumi.Input[str]]:
125
125
  """
126
126
  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`.
127
127
  """
128
128
  return pulumi.get(self, "account_id")
129
129
 
130
130
  @account_id.setter
131
- def account_id(self, value: Optional[pulumi.Input[int]]):
131
+ def account_id(self, value: Optional[pulumi.Input[str]]):
132
132
  pulumi.set(self, "account_id", value)
133
133
 
134
134
  @property
@@ -375,7 +375,7 @@ class AwsGovcloudIntegrationsArgs:
375
375
  @pulumi.input_type
376
376
  class _AwsGovcloudIntegrationsState:
377
377
  def __init__(__self__, *,
378
- account_id: Optional[pulumi.Input[int]] = None,
378
+ account_id: Optional[pulumi.Input[str]] = None,
379
379
  alb: Optional[pulumi.Input['AwsGovcloudIntegrationsAlbArgs']] = None,
380
380
  api_gateway: Optional[pulumi.Input['AwsGovcloudIntegrationsApiGatewayArgs']] = None,
381
381
  auto_scaling: Optional[pulumi.Input['AwsGovcloudIntegrationsAutoScalingArgs']] = None,
@@ -390,7 +390,7 @@ class _AwsGovcloudIntegrationsState:
390
390
  emr: Optional[pulumi.Input['AwsGovcloudIntegrationsEmrArgs']] = None,
391
391
  iam: Optional[pulumi.Input['AwsGovcloudIntegrationsIamArgs']] = None,
392
392
  lambda_: Optional[pulumi.Input['AwsGovcloudIntegrationsLambdaArgs']] = None,
393
- linked_account_id: Optional[pulumi.Input[int]] = None,
393
+ linked_account_id: Optional[pulumi.Input[str]] = None,
394
394
  rds: Optional[pulumi.Input['AwsGovcloudIntegrationsRdsArgs']] = None,
395
395
  red_shift: Optional[pulumi.Input['AwsGovcloudIntegrationsRedShiftArgs']] = None,
396
396
  route53: Optional[pulumi.Input['AwsGovcloudIntegrationsRoute53Args']] = None,
@@ -399,7 +399,7 @@ class _AwsGovcloudIntegrationsState:
399
399
  sqs: Optional[pulumi.Input['AwsGovcloudIntegrationsSqsArgs']] = None):
400
400
  """
401
401
  Input properties used for looking up and filtering AwsGovcloudIntegrations resources.
402
- :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`.
402
+ :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`.
403
403
  :param pulumi.Input['AwsGovcloudIntegrationsAlbArgs'] alb: Application load balancer AwsGovCloud integration.See Integration blocks below for details.
404
404
  :param pulumi.Input['AwsGovcloudIntegrationsApiGatewayArgs'] api_gateway: Api Gateway AwsGovCloud integration.See Integration blocks below for details.
405
405
  :param pulumi.Input['AwsGovcloudIntegrationsAutoScalingArgs'] auto_scaling: Autoscaling AwsGovCloud integration.See Integration blocks below for details.
@@ -414,7 +414,7 @@ class _AwsGovcloudIntegrationsState:
414
414
  :param pulumi.Input['AwsGovcloudIntegrationsEmrArgs'] emr: Emr AwsGovCloud integration.See Integration blocks below for details.
415
415
  :param pulumi.Input['AwsGovcloudIntegrationsIamArgs'] iam: IAM AwsGovCloud integration.See Integration blocks below for details.
416
416
  :param pulumi.Input['AwsGovcloudIntegrationsLambdaArgs'] lambda_: Lambda AwsGovCloud integration.See Integration blocks below for details.
417
- :param pulumi.Input[int] linked_account_id: The access key of the AwsGovCloud.
417
+ :param pulumi.Input[str] linked_account_id: The access key of the AwsGovCloud.
418
418
  :param pulumi.Input['AwsGovcloudIntegrationsRdsArgs'] rds: RDS AwsGovCloud integration.See Integration blocks below for details.
419
419
  :param pulumi.Input['AwsGovcloudIntegrationsRedShiftArgs'] red_shift: Redshift AwsGovCloud integration.See Integration blocks below for details.
420
420
  :param pulumi.Input['AwsGovcloudIntegrationsRoute53Args'] route53: Route53 AwsGovCloud integration.See Integration blocks below for details.
@@ -469,14 +469,14 @@ class _AwsGovcloudIntegrationsState:
469
469
 
470
470
  @property
471
471
  @pulumi.getter(name="accountId")
472
- def account_id(self) -> Optional[pulumi.Input[int]]:
472
+ def account_id(self) -> Optional[pulumi.Input[str]]:
473
473
  """
474
474
  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`.
475
475
  """
476
476
  return pulumi.get(self, "account_id")
477
477
 
478
478
  @account_id.setter
479
- def account_id(self, value: Optional[pulumi.Input[int]]):
479
+ def account_id(self, value: Optional[pulumi.Input[str]]):
480
480
  pulumi.set(self, "account_id", value)
481
481
 
482
482
  @property
@@ -649,14 +649,14 @@ class _AwsGovcloudIntegrationsState:
649
649
 
650
650
  @property
651
651
  @pulumi.getter(name="linkedAccountId")
652
- def linked_account_id(self) -> Optional[pulumi.Input[int]]:
652
+ def linked_account_id(self) -> Optional[pulumi.Input[str]]:
653
653
  """
654
654
  The access key of the AwsGovCloud.
655
655
  """
656
656
  return pulumi.get(self, "linked_account_id")
657
657
 
658
658
  @linked_account_id.setter
659
- def linked_account_id(self, value: Optional[pulumi.Input[int]]):
659
+ def linked_account_id(self, value: Optional[pulumi.Input[str]]):
660
660
  pulumi.set(self, "linked_account_id", value)
661
661
 
662
662
  @property
@@ -737,7 +737,7 @@ class AwsGovcloudIntegrations(pulumi.CustomResource):
737
737
  def __init__(__self__,
738
738
  resource_name: str,
739
739
  opts: Optional[pulumi.ResourceOptions] = None,
740
- account_id: Optional[pulumi.Input[int]] = None,
740
+ account_id: Optional[pulumi.Input[str]] = None,
741
741
  alb: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsAlbArgs']]] = None,
742
742
  api_gateway: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsApiGatewayArgs']]] = None,
743
743
  auto_scaling: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsAutoScalingArgs']]] = None,
@@ -752,7 +752,7 @@ class AwsGovcloudIntegrations(pulumi.CustomResource):
752
752
  emr: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsEmrArgs']]] = None,
753
753
  iam: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsIamArgs']]] = None,
754
754
  lambda_: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsLambdaArgs']]] = None,
755
- linked_account_id: Optional[pulumi.Input[int]] = None,
755
+ linked_account_id: Optional[pulumi.Input[str]] = None,
756
756
  rds: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsRdsArgs']]] = None,
757
757
  red_shift: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsRedShiftArgs']]] = None,
758
758
  route53: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsRoute53Args']]] = None,
@@ -785,7 +785,7 @@ class AwsGovcloudIntegrations(pulumi.CustomResource):
785
785
 
786
786
  :param str resource_name: The name of the resource.
787
787
  :param pulumi.ResourceOptions opts: Options for the resource.
788
- :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`.
788
+ :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`.
789
789
  :param pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsAlbArgs']] alb: Application load balancer AwsGovCloud integration.See Integration blocks below for details.
790
790
  :param pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsApiGatewayArgs']] api_gateway: Api Gateway AwsGovCloud integration.See Integration blocks below for details.
791
791
  :param pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsAutoScalingArgs']] auto_scaling: Autoscaling AwsGovCloud integration.See Integration blocks below for details.
@@ -800,7 +800,7 @@ class AwsGovcloudIntegrations(pulumi.CustomResource):
800
800
  :param pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsEmrArgs']] emr: Emr AwsGovCloud integration.See Integration blocks below for details.
801
801
  :param pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsIamArgs']] iam: IAM AwsGovCloud integration.See Integration blocks below for details.
802
802
  :param pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsLambdaArgs']] lambda_: Lambda AwsGovCloud integration.See Integration blocks below for details.
803
- :param pulumi.Input[int] linked_account_id: The access key of the AwsGovCloud.
803
+ :param pulumi.Input[str] linked_account_id: The access key of the AwsGovCloud.
804
804
  :param pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsRdsArgs']] rds: RDS AwsGovCloud integration.See Integration blocks below for details.
805
805
  :param pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsRedShiftArgs']] red_shift: Redshift AwsGovCloud integration.See Integration blocks below for details.
806
806
  :param pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsRoute53Args']] route53: Route53 AwsGovCloud integration.See Integration blocks below for details.
@@ -852,7 +852,7 @@ class AwsGovcloudIntegrations(pulumi.CustomResource):
852
852
  def _internal_init(__self__,
853
853
  resource_name: str,
854
854
  opts: Optional[pulumi.ResourceOptions] = None,
855
- account_id: Optional[pulumi.Input[int]] = None,
855
+ account_id: Optional[pulumi.Input[str]] = None,
856
856
  alb: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsAlbArgs']]] = None,
857
857
  api_gateway: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsApiGatewayArgs']]] = None,
858
858
  auto_scaling: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsAutoScalingArgs']]] = None,
@@ -867,7 +867,7 @@ class AwsGovcloudIntegrations(pulumi.CustomResource):
867
867
  emr: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsEmrArgs']]] = None,
868
868
  iam: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsIamArgs']]] = None,
869
869
  lambda_: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsLambdaArgs']]] = None,
870
- linked_account_id: Optional[pulumi.Input[int]] = None,
870
+ linked_account_id: Optional[pulumi.Input[str]] = None,
871
871
  rds: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsRdsArgs']]] = None,
872
872
  red_shift: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsRedShiftArgs']]] = None,
873
873
  route53: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsRoute53Args']]] = None,
@@ -917,7 +917,7 @@ class AwsGovcloudIntegrations(pulumi.CustomResource):
917
917
  def get(resource_name: str,
918
918
  id: pulumi.Input[str],
919
919
  opts: Optional[pulumi.ResourceOptions] = None,
920
- account_id: Optional[pulumi.Input[int]] = None,
920
+ account_id: Optional[pulumi.Input[str]] = None,
921
921
  alb: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsAlbArgs']]] = None,
922
922
  api_gateway: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsApiGatewayArgs']]] = None,
923
923
  auto_scaling: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsAutoScalingArgs']]] = None,
@@ -932,7 +932,7 @@ class AwsGovcloudIntegrations(pulumi.CustomResource):
932
932
  emr: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsEmrArgs']]] = None,
933
933
  iam: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsIamArgs']]] = None,
934
934
  lambda_: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsLambdaArgs']]] = None,
935
- linked_account_id: Optional[pulumi.Input[int]] = None,
935
+ linked_account_id: Optional[pulumi.Input[str]] = None,
936
936
  rds: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsRdsArgs']]] = None,
937
937
  red_shift: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsRedShiftArgs']]] = None,
938
938
  route53: Optional[pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsRoute53Args']]] = None,
@@ -946,7 +946,7 @@ class AwsGovcloudIntegrations(pulumi.CustomResource):
946
946
  :param str resource_name: The unique name of the resulting resource.
947
947
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
948
948
  :param pulumi.ResourceOptions opts: Options for the resource.
949
- :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`.
949
+ :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`.
950
950
  :param pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsAlbArgs']] alb: Application load balancer AwsGovCloud integration.See Integration blocks below for details.
951
951
  :param pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsApiGatewayArgs']] api_gateway: Api Gateway AwsGovCloud integration.See Integration blocks below for details.
952
952
  :param pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsAutoScalingArgs']] auto_scaling: Autoscaling AwsGovCloud integration.See Integration blocks below for details.
@@ -961,7 +961,7 @@ class AwsGovcloudIntegrations(pulumi.CustomResource):
961
961
  :param pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsEmrArgs']] emr: Emr AwsGovCloud integration.See Integration blocks below for details.
962
962
  :param pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsIamArgs']] iam: IAM AwsGovCloud integration.See Integration blocks below for details.
963
963
  :param pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsLambdaArgs']] lambda_: Lambda AwsGovCloud integration.See Integration blocks below for details.
964
- :param pulumi.Input[int] linked_account_id: The access key of the AwsGovCloud.
964
+ :param pulumi.Input[str] linked_account_id: The access key of the AwsGovCloud.
965
965
  :param pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsRdsArgs']] rds: RDS AwsGovCloud integration.See Integration blocks below for details.
966
966
  :param pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsRedShiftArgs']] red_shift: Redshift AwsGovCloud integration.See Integration blocks below for details.
967
967
  :param pulumi.Input[pulumi.InputType['AwsGovcloudIntegrationsRoute53Args']] route53: Route53 AwsGovCloud integration.See Integration blocks below for details.
@@ -999,7 +999,7 @@ class AwsGovcloudIntegrations(pulumi.CustomResource):
999
999
 
1000
1000
  @property
1001
1001
  @pulumi.getter(name="accountId")
1002
- def account_id(self) -> pulumi.Output[int]:
1002
+ def account_id(self) -> pulumi.Output[str]:
1003
1003
  """
1004
1004
  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`.
1005
1005
  """
@@ -1119,7 +1119,7 @@ class AwsGovcloudIntegrations(pulumi.CustomResource):
1119
1119
 
1120
1120
  @property
1121
1121
  @pulumi.getter(name="linkedAccountId")
1122
- def linked_account_id(self) -> pulumi.Output[int]:
1122
+ def linked_account_id(self) -> pulumi.Output[str]:
1123
1123
  """
1124
1124
  The access key of the AwsGovCloud.
1125
1125
  """
@@ -17,7 +17,7 @@ class AwsGovcloudLinkAccountArgs:
17
17
  access_key_id: pulumi.Input[str],
18
18
  aws_account_id: pulumi.Input[str],
19
19
  secret_access_key: pulumi.Input[str],
20
- account_id: Optional[pulumi.Input[int]] = None,
20
+ account_id: Optional[pulumi.Input[str]] = None,
21
21
  metric_collection_mode: Optional[pulumi.Input[str]] = None,
22
22
  name: Optional[pulumi.Input[str]] = None):
23
23
  """
@@ -25,7 +25,7 @@ class AwsGovcloudLinkAccountArgs:
25
25
  :param pulumi.Input[str] access_key_id: The access key of the AwsGovCloud.
26
26
  :param pulumi.Input[str] aws_account_id: The AwsGovCloud account ID.
27
27
  :param pulumi.Input[str] secret_access_key: The secret key of the AwsGovCloud.
28
- :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`.
28
+ :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`.
29
29
  :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.
30
30
  :param pulumi.Input[str] name: The linked account name
31
31
  """
@@ -77,14 +77,14 @@ class AwsGovcloudLinkAccountArgs:
77
77
 
78
78
  @property
79
79
  @pulumi.getter(name="accountId")
80
- def account_id(self) -> Optional[pulumi.Input[int]]:
80
+ def account_id(self) -> Optional[pulumi.Input[str]]:
81
81
  """
82
82
  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`.
83
83
  """
84
84
  return pulumi.get(self, "account_id")
85
85
 
86
86
  @account_id.setter
87
- def account_id(self, value: Optional[pulumi.Input[int]]):
87
+ def account_id(self, value: Optional[pulumi.Input[str]]):
88
88
  pulumi.set(self, "account_id", value)
89
89
 
90
90
  @property
@@ -116,7 +116,7 @@ class AwsGovcloudLinkAccountArgs:
116
116
  class _AwsGovcloudLinkAccountState:
117
117
  def __init__(__self__, *,
118
118
  access_key_id: Optional[pulumi.Input[str]] = None,
119
- account_id: Optional[pulumi.Input[int]] = None,
119
+ account_id: Optional[pulumi.Input[str]] = None,
120
120
  aws_account_id: Optional[pulumi.Input[str]] = None,
121
121
  metric_collection_mode: Optional[pulumi.Input[str]] = None,
122
122
  name: Optional[pulumi.Input[str]] = None,
@@ -124,7 +124,7 @@ class _AwsGovcloudLinkAccountState:
124
124
  """
125
125
  Input properties used for looking up and filtering AwsGovcloudLinkAccount resources.
126
126
  :param pulumi.Input[str] access_key_id: The access key of the AwsGovCloud.
127
- :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`.
127
+ :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`.
128
128
  :param pulumi.Input[str] aws_account_id: The AwsGovCloud account ID.
129
129
  :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.
130
130
  :param pulumi.Input[str] name: The linked account name
@@ -157,14 +157,14 @@ class _AwsGovcloudLinkAccountState:
157
157
 
158
158
  @property
159
159
  @pulumi.getter(name="accountId")
160
- def account_id(self) -> Optional[pulumi.Input[int]]:
160
+ def account_id(self) -> Optional[pulumi.Input[str]]:
161
161
  """
162
162
  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`.
163
163
  """
164
164
  return pulumi.get(self, "account_id")
165
165
 
166
166
  @account_id.setter
167
- def account_id(self, value: Optional[pulumi.Input[int]]):
167
+ def account_id(self, value: Optional[pulumi.Input[str]]):
168
168
  pulumi.set(self, "account_id", value)
169
169
 
170
170
  @property
@@ -222,7 +222,7 @@ class AwsGovcloudLinkAccount(pulumi.CustomResource):
222
222
  resource_name: str,
223
223
  opts: Optional[pulumi.ResourceOptions] = None,
224
224
  access_key_id: Optional[pulumi.Input[str]] = None,
225
- account_id: Optional[pulumi.Input[int]] = None,
225
+ account_id: Optional[pulumi.Input[str]] = None,
226
226
  aws_account_id: Optional[pulumi.Input[str]] = None,
227
227
  metric_collection_mode: Optional[pulumi.Input[str]] = None,
228
228
  name: Optional[pulumi.Input[str]] = None,
@@ -269,7 +269,7 @@ class AwsGovcloudLinkAccount(pulumi.CustomResource):
269
269
  :param str resource_name: The name of the resource.
270
270
  :param pulumi.ResourceOptions opts: Options for the resource.
271
271
  :param pulumi.Input[str] access_key_id: The access key of the AwsGovCloud.
272
- :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`.
272
+ :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`.
273
273
  :param pulumi.Input[str] aws_account_id: The AwsGovCloud account ID.
274
274
  :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.
275
275
  :param pulumi.Input[str] name: The linked account name
@@ -335,7 +335,7 @@ class AwsGovcloudLinkAccount(pulumi.CustomResource):
335
335
  resource_name: str,
336
336
  opts: Optional[pulumi.ResourceOptions] = None,
337
337
  access_key_id: Optional[pulumi.Input[str]] = None,
338
- account_id: Optional[pulumi.Input[int]] = None,
338
+ account_id: Optional[pulumi.Input[str]] = None,
339
339
  aws_account_id: Optional[pulumi.Input[str]] = None,
340
340
  metric_collection_mode: Optional[pulumi.Input[str]] = None,
341
341
  name: Optional[pulumi.Input[str]] = None,
@@ -374,7 +374,7 @@ class AwsGovcloudLinkAccount(pulumi.CustomResource):
374
374
  id: pulumi.Input[str],
375
375
  opts: Optional[pulumi.ResourceOptions] = None,
376
376
  access_key_id: Optional[pulumi.Input[str]] = None,
377
- account_id: Optional[pulumi.Input[int]] = None,
377
+ account_id: Optional[pulumi.Input[str]] = None,
378
378
  aws_account_id: Optional[pulumi.Input[str]] = None,
379
379
  metric_collection_mode: Optional[pulumi.Input[str]] = None,
380
380
  name: Optional[pulumi.Input[str]] = None,
@@ -387,7 +387,7 @@ class AwsGovcloudLinkAccount(pulumi.CustomResource):
387
387
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
388
388
  :param pulumi.ResourceOptions opts: Options for the resource.
389
389
  :param pulumi.Input[str] access_key_id: The access key of the AwsGovCloud.
390
- :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`.
390
+ :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`.
391
391
  :param pulumi.Input[str] aws_account_id: The AwsGovCloud account ID.
392
392
  :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.
393
393
  :param pulumi.Input[str] name: The linked account name
@@ -415,7 +415,7 @@ class AwsGovcloudLinkAccount(pulumi.CustomResource):
415
415
 
416
416
  @property
417
417
  @pulumi.getter(name="accountId")
418
- def account_id(self) -> pulumi.Output[int]:
418
+ def account_id(self) -> pulumi.Output[str]:
419
419
  """
420
420
  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`.
421
421
  """
@@ -16,8 +16,8 @@ __all__ = ['AwsIntegrationsArgs', 'AwsIntegrations']
16
16
  @pulumi.input_type
17
17
  class AwsIntegrationsArgs:
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
  alb: Optional[pulumi.Input['AwsIntegrationsAlbArgs']] = None,
22
22
  api_gateway: Optional[pulumi.Input['AwsIntegrationsApiGatewayArgs']] = None,
23
23
  auto_scaling: Optional[pulumi.Input['AwsIntegrationsAutoScalingArgs']] = None,
@@ -72,11 +72,11 @@ class AwsIntegrationsArgs:
72
72
  x_ray: Optional[pulumi.Input['AwsIntegrationsXRayArgs']] = None):
73
73
  """
74
74
  The set of arguments for constructing a AwsIntegrations resource.
75
- :param pulumi.Input[int] linked_account_id: The ID of the linked AWS account in New Relic.
75
+ :param pulumi.Input[str] linked_account_id: The ID of the linked AWS account in New Relic.
76
76
 
77
77
 
78
78
  The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 300 seconds.
79
- :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`.
79
+ :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`.
80
80
  :param pulumi.Input['AwsIntegrationsAlbArgs'] alb: AWS ALB. See Integration blocks below for details.
81
81
  :param pulumi.Input['AwsIntegrationsApiGatewayArgs'] api_gateway: AWS API Gateway. See Integration blocks below for details.
82
82
  :param pulumi.Input['AwsIntegrationsAutoScalingArgs'] auto_scaling: AWS Auto Scaling. See Integration blocks below for details.
@@ -247,7 +247,7 @@ class AwsIntegrationsArgs:
247
247
 
248
248
  @property
249
249
  @pulumi.getter(name="linkedAccountId")
250
- def linked_account_id(self) -> pulumi.Input[int]:
250
+ def linked_account_id(self) -> pulumi.Input[str]:
251
251
  """
252
252
  The ID of the linked AWS account in New Relic.
253
253
 
@@ -257,19 +257,19 @@ class AwsIntegrationsArgs:
257
257
  return pulumi.get(self, "linked_account_id")
258
258
 
259
259
  @linked_account_id.setter
260
- def linked_account_id(self, value: pulumi.Input[int]):
260
+ def linked_account_id(self, value: pulumi.Input[str]):
261
261
  pulumi.set(self, "linked_account_id", value)
262
262
 
263
263
  @property
264
264
  @pulumi.getter(name="accountId")
265
- def account_id(self) -> Optional[pulumi.Input[int]]:
265
+ def account_id(self) -> Optional[pulumi.Input[str]]:
266
266
  """
267
267
  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`.
268
268
  """
269
269
  return pulumi.get(self, "account_id")
270
270
 
271
271
  @account_id.setter
272
- def account_id(self, value: Optional[pulumi.Input[int]]):
272
+ def account_id(self, value: Optional[pulumi.Input[str]]):
273
273
  pulumi.set(self, "account_id", value)
274
274
 
275
275
  @property
@@ -907,7 +907,7 @@ class AwsIntegrationsArgs:
907
907
  @pulumi.input_type
908
908
  class _AwsIntegrationsState:
909
909
  def __init__(__self__, *,
910
- account_id: Optional[pulumi.Input[int]] = None,
910
+ account_id: Optional[pulumi.Input[str]] = None,
911
911
  alb: Optional[pulumi.Input['AwsIntegrationsAlbArgs']] = None,
912
912
  api_gateway: Optional[pulumi.Input['AwsIntegrationsApiGatewayArgs']] = None,
913
913
  auto_scaling: Optional[pulumi.Input['AwsIntegrationsAutoScalingArgs']] = None,
@@ -950,7 +950,7 @@ class _AwsIntegrationsState:
950
950
  kinesis: Optional[pulumi.Input['AwsIntegrationsKinesisArgs']] = None,
951
951
  kinesis_firehose: Optional[pulumi.Input['AwsIntegrationsKinesisFirehoseArgs']] = None,
952
952
  lambda_: Optional[pulumi.Input['AwsIntegrationsLambdaArgs']] = None,
953
- linked_account_id: Optional[pulumi.Input[int]] = None,
953
+ linked_account_id: Optional[pulumi.Input[str]] = None,
954
954
  rds: Optional[pulumi.Input['AwsIntegrationsRdsArgs']] = None,
955
955
  redshift: Optional[pulumi.Input['AwsIntegrationsRedshiftArgs']] = None,
956
956
  route53: Optional[pulumi.Input['AwsIntegrationsRoute53Args']] = None,
@@ -963,7 +963,7 @@ class _AwsIntegrationsState:
963
963
  x_ray: Optional[pulumi.Input['AwsIntegrationsXRayArgs']] = None):
964
964
  """
965
965
  Input properties used for looking up and filtering AwsIntegrations resources.
966
- :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`.
966
+ :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`.
967
967
  :param pulumi.Input['AwsIntegrationsAlbArgs'] alb: AWS ALB. See Integration blocks below for details.
968
968
  :param pulumi.Input['AwsIntegrationsApiGatewayArgs'] api_gateway: AWS API Gateway. See Integration blocks below for details.
969
969
  :param pulumi.Input['AwsIntegrationsAutoScalingArgs'] auto_scaling: AWS Auto Scaling. See Integration blocks below for details.
@@ -1008,7 +1008,7 @@ class _AwsIntegrationsState:
1008
1008
  The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 3600 seconds.
1009
1009
  :param pulumi.Input['AwsIntegrationsKinesisFirehoseArgs'] kinesis_firehose: Amazon Kinesis Data Firehose. See Integration blocks below for details.
1010
1010
  :param pulumi.Input['AwsIntegrationsLambdaArgs'] lambda_: AWS Lambda. See Integration blocks below for details.
1011
- :param pulumi.Input[int] linked_account_id: The ID of the linked AWS account in New Relic.
1011
+ :param pulumi.Input[str] linked_account_id: The ID of the linked AWS account in New Relic.
1012
1012
 
1013
1013
 
1014
1014
  The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 300 seconds.
@@ -1139,14 +1139,14 @@ class _AwsIntegrationsState:
1139
1139
 
1140
1140
  @property
1141
1141
  @pulumi.getter(name="accountId")
1142
- def account_id(self) -> Optional[pulumi.Input[int]]:
1142
+ def account_id(self) -> Optional[pulumi.Input[str]]:
1143
1143
  """
1144
1144
  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`.
1145
1145
  """
1146
1146
  return pulumi.get(self, "account_id")
1147
1147
 
1148
1148
  @account_id.setter
1149
- def account_id(self, value: Optional[pulumi.Input[int]]):
1149
+ def account_id(self, value: Optional[pulumi.Input[str]]):
1150
1150
  pulumi.set(self, "account_id", value)
1151
1151
 
1152
1152
  @property
@@ -1657,7 +1657,7 @@ class _AwsIntegrationsState:
1657
1657
 
1658
1658
  @property
1659
1659
  @pulumi.getter(name="linkedAccountId")
1660
- def linked_account_id(self) -> Optional[pulumi.Input[int]]:
1660
+ def linked_account_id(self) -> Optional[pulumi.Input[str]]:
1661
1661
  """
1662
1662
  The ID of the linked AWS account in New Relic.
1663
1663
 
@@ -1667,7 +1667,7 @@ class _AwsIntegrationsState:
1667
1667
  return pulumi.get(self, "linked_account_id")
1668
1668
 
1669
1669
  @linked_account_id.setter
1670
- def linked_account_id(self, value: Optional[pulumi.Input[int]]):
1670
+ def linked_account_id(self, value: Optional[pulumi.Input[str]]):
1671
1671
  pulumi.set(self, "linked_account_id", value)
1672
1672
 
1673
1673
  @property
@@ -1801,7 +1801,7 @@ class AwsIntegrations(pulumi.CustomResource):
1801
1801
  def __init__(__self__,
1802
1802
  resource_name: str,
1803
1803
  opts: Optional[pulumi.ResourceOptions] = None,
1804
- account_id: Optional[pulumi.Input[int]] = None,
1804
+ account_id: Optional[pulumi.Input[str]] = None,
1805
1805
  alb: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsAlbArgs']]] = None,
1806
1806
  api_gateway: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsApiGatewayArgs']]] = None,
1807
1807
  auto_scaling: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsAutoScalingArgs']]] = None,
@@ -1844,7 +1844,7 @@ class AwsIntegrations(pulumi.CustomResource):
1844
1844
  kinesis: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsKinesisArgs']]] = None,
1845
1845
  kinesis_firehose: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsKinesisFirehoseArgs']]] = None,
1846
1846
  lambda_: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsLambdaArgs']]] = None,
1847
- linked_account_id: Optional[pulumi.Input[int]] = None,
1847
+ linked_account_id: Optional[pulumi.Input[str]] = None,
1848
1848
  rds: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsRdsArgs']]] = None,
1849
1849
  redshift: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsRedshiftArgs']]] = None,
1850
1850
  route53: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsRoute53Args']]] = None,
@@ -2235,7 +2235,7 @@ class AwsIntegrations(pulumi.CustomResource):
2235
2235
 
2236
2236
  :param str resource_name: The name of the resource.
2237
2237
  :param pulumi.ResourceOptions opts: Options for the resource.
2238
- :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`.
2238
+ :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`.
2239
2239
  :param pulumi.Input[pulumi.InputType['AwsIntegrationsAlbArgs']] alb: AWS ALB. See Integration blocks below for details.
2240
2240
  :param pulumi.Input[pulumi.InputType['AwsIntegrationsApiGatewayArgs']] api_gateway: AWS API Gateway. See Integration blocks below for details.
2241
2241
  :param pulumi.Input[pulumi.InputType['AwsIntegrationsAutoScalingArgs']] auto_scaling: AWS Auto Scaling. See Integration blocks below for details.
@@ -2280,7 +2280,7 @@ class AwsIntegrations(pulumi.CustomResource):
2280
2280
  The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 3600 seconds.
2281
2281
  :param pulumi.Input[pulumi.InputType['AwsIntegrationsKinesisFirehoseArgs']] kinesis_firehose: Amazon Kinesis Data Firehose. See Integration blocks below for details.
2282
2282
  :param pulumi.Input[pulumi.InputType['AwsIntegrationsLambdaArgs']] lambda_: AWS Lambda. See Integration blocks below for details.
2283
- :param pulumi.Input[int] linked_account_id: The ID of the linked AWS account in New Relic.
2283
+ :param pulumi.Input[str] linked_account_id: The ID of the linked AWS account in New Relic.
2284
2284
 
2285
2285
 
2286
2286
  The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 300 seconds.
@@ -2698,7 +2698,7 @@ class AwsIntegrations(pulumi.CustomResource):
2698
2698
  def _internal_init(__self__,
2699
2699
  resource_name: str,
2700
2700
  opts: Optional[pulumi.ResourceOptions] = None,
2701
- account_id: Optional[pulumi.Input[int]] = None,
2701
+ account_id: Optional[pulumi.Input[str]] = None,
2702
2702
  alb: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsAlbArgs']]] = None,
2703
2703
  api_gateway: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsApiGatewayArgs']]] = None,
2704
2704
  auto_scaling: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsAutoScalingArgs']]] = None,
@@ -2741,7 +2741,7 @@ class AwsIntegrations(pulumi.CustomResource):
2741
2741
  kinesis: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsKinesisArgs']]] = None,
2742
2742
  kinesis_firehose: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsKinesisFirehoseArgs']]] = None,
2743
2743
  lambda_: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsLambdaArgs']]] = None,
2744
- linked_account_id: Optional[pulumi.Input[int]] = None,
2744
+ linked_account_id: Optional[pulumi.Input[str]] = None,
2745
2745
  rds: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsRdsArgs']]] = None,
2746
2746
  redshift: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsRedshiftArgs']]] = None,
2747
2747
  route53: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsRoute53Args']]] = None,
@@ -2827,7 +2827,7 @@ class AwsIntegrations(pulumi.CustomResource):
2827
2827
  def get(resource_name: str,
2828
2828
  id: pulumi.Input[str],
2829
2829
  opts: Optional[pulumi.ResourceOptions] = None,
2830
- account_id: Optional[pulumi.Input[int]] = None,
2830
+ account_id: Optional[pulumi.Input[str]] = None,
2831
2831
  alb: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsAlbArgs']]] = None,
2832
2832
  api_gateway: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsApiGatewayArgs']]] = None,
2833
2833
  auto_scaling: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsAutoScalingArgs']]] = None,
@@ -2870,7 +2870,7 @@ class AwsIntegrations(pulumi.CustomResource):
2870
2870
  kinesis: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsKinesisArgs']]] = None,
2871
2871
  kinesis_firehose: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsKinesisFirehoseArgs']]] = None,
2872
2872
  lambda_: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsLambdaArgs']]] = None,
2873
- linked_account_id: Optional[pulumi.Input[int]] = None,
2873
+ linked_account_id: Optional[pulumi.Input[str]] = None,
2874
2874
  rds: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsRdsArgs']]] = None,
2875
2875
  redshift: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsRedshiftArgs']]] = None,
2876
2876
  route53: Optional[pulumi.Input[pulumi.InputType['AwsIntegrationsRoute53Args']]] = None,
@@ -2888,7 +2888,7 @@ class AwsIntegrations(pulumi.CustomResource):
2888
2888
  :param str resource_name: The unique name of the resulting resource.
2889
2889
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
2890
2890
  :param pulumi.ResourceOptions opts: Options for the resource.
2891
- :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`.
2891
+ :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`.
2892
2892
  :param pulumi.Input[pulumi.InputType['AwsIntegrationsAlbArgs']] alb: AWS ALB. See Integration blocks below for details.
2893
2893
  :param pulumi.Input[pulumi.InputType['AwsIntegrationsApiGatewayArgs']] api_gateway: AWS API Gateway. See Integration blocks below for details.
2894
2894
  :param pulumi.Input[pulumi.InputType['AwsIntegrationsAutoScalingArgs']] auto_scaling: AWS Auto Scaling. See Integration blocks below for details.
@@ -2933,7 +2933,7 @@ class AwsIntegrations(pulumi.CustomResource):
2933
2933
  The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 3600 seconds.
2934
2934
  :param pulumi.Input[pulumi.InputType['AwsIntegrationsKinesisFirehoseArgs']] kinesis_firehose: Amazon Kinesis Data Firehose. See Integration blocks below for details.
2935
2935
  :param pulumi.Input[pulumi.InputType['AwsIntegrationsLambdaArgs']] lambda_: AWS Lambda. See Integration blocks below for details.
2936
- :param pulumi.Input[int] linked_account_id: The ID of the linked AWS account in New Relic.
2936
+ :param pulumi.Input[str] linked_account_id: The ID of the linked AWS account in New Relic.
2937
2937
 
2938
2938
 
2939
2939
  The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 300 seconds.
@@ -3015,7 +3015,7 @@ class AwsIntegrations(pulumi.CustomResource):
3015
3015
 
3016
3016
  @property
3017
3017
  @pulumi.getter(name="accountId")
3018
- def account_id(self) -> pulumi.Output[int]:
3018
+ def account_id(self) -> pulumi.Output[str]:
3019
3019
  """
3020
3020
  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`.
3021
3021
  """
@@ -3361,7 +3361,7 @@ class AwsIntegrations(pulumi.CustomResource):
3361
3361
 
3362
3362
  @property
3363
3363
  @pulumi.getter(name="linkedAccountId")
3364
- def linked_account_id(self) -> pulumi.Output[int]:
3364
+ def linked_account_id(self) -> pulumi.Output[str]:
3365
3365
  """
3366
3366
  The ID of the linked AWS account in New Relic.
3367
3367