pulumi-newrelic 5.35.0a1729186894__tar.gz → 5.35.0a1730118515__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 (95) hide show
  1. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/PKG-INFO +1 -1
  2. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/get_key_transaction.py +22 -8
  3. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/pulumi-plugin.json +1 -1
  4. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/synthetics/broken_links_monitor.py +14 -14
  5. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/synthetics/cert_check_monitor.py +14 -14
  6. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/synthetics/monitor.py +49 -35
  7. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/synthetics/script_monitor.py +14 -14
  8. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/synthetics/step_monitor.py +28 -35
  9. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic.egg-info/PKG-INFO +1 -1
  10. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pyproject.toml +1 -1
  11. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/README.md +0 -0
  12. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/__init__.py +0 -0
  13. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/_inputs.py +0 -0
  14. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/_utilities.py +0 -0
  15. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/account_management.py +0 -0
  16. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/alert_channel.py +0 -0
  17. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/alert_condition.py +0 -0
  18. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/alert_muting_rule.py +0 -0
  19. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/alert_policy.py +0 -0
  20. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/alert_policy_channel.py +0 -0
  21. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/api_access_key.py +0 -0
  22. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/browser_application.py +0 -0
  23. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/cloud/__init__.py +0 -0
  24. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/cloud/_inputs.py +0 -0
  25. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/cloud/aws_govcloud_integrations.py +0 -0
  26. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/cloud/aws_govcloud_link_account.py +0 -0
  27. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/cloud/aws_integrations.py +0 -0
  28. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/cloud/aws_link_account.py +0 -0
  29. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/cloud/azure_integrations.py +0 -0
  30. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/cloud/azure_link_account.py +0 -0
  31. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/cloud/gcp_integrations.py +0 -0
  32. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/cloud/gcp_link_account.py +0 -0
  33. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/cloud/outputs.py +0 -0
  34. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/config/__init__.py +0 -0
  35. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/config/__init__.pyi +0 -0
  36. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/config/vars.py +0 -0
  37. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/data_partition_rule.py +0 -0
  38. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/entity_tags.py +0 -0
  39. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/events_to_metrics_rule.py +0 -0
  40. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/get_account.py +0 -0
  41. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/get_alert_channel.py +0 -0
  42. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/get_alert_policy.py +0 -0
  43. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/get_application.py +0 -0
  44. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/get_authentication_domain.py +0 -0
  45. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/get_cloud_account.py +0 -0
  46. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/get_entity.py +0 -0
  47. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/get_group.py +0 -0
  48. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/get_notification_destination.py +0 -0
  49. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/get_obfuscation_expression.py +0 -0
  50. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/get_service_level_alert_helper.py +0 -0
  51. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/get_test_grok_pattern.py +0 -0
  52. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/get_user.py +0 -0
  53. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/group.py +0 -0
  54. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/infra_alert_condition.py +0 -0
  55. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/insights/__init__.py +0 -0
  56. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/insights/_inputs.py +0 -0
  57. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/insights/event.py +0 -0
  58. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/insights/outputs.py +0 -0
  59. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/key_transaction.py +0 -0
  60. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/log_parsing_rule.py +0 -0
  61. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/monitor_downtime.py +0 -0
  62. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/notification_channel.py +0 -0
  63. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/notification_destination.py +0 -0
  64. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/nrql_alert_condition.py +0 -0
  65. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/nrql_drop_rule.py +0 -0
  66. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/obfuscation_expression.py +0 -0
  67. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/obfuscation_rule.py +0 -0
  68. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/one_dashboard.py +0 -0
  69. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/one_dashboard_json.py +0 -0
  70. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/one_dashboard_raw.py +0 -0
  71. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/outputs.py +0 -0
  72. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/plugins/__init__.py +0 -0
  73. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/plugins/_inputs.py +0 -0
  74. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/plugins/application_settings.py +0 -0
  75. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/plugins/outputs.py +0 -0
  76. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/plugins/workload.py +0 -0
  77. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/provider.py +0 -0
  78. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/py.typed +0 -0
  79. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/service_level.py +0 -0
  80. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/synthetics/__init__.py +0 -0
  81. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/synthetics/_inputs.py +0 -0
  82. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/synthetics/alert_condition.py +0 -0
  83. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/synthetics/get_private_location.py +0 -0
  84. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/synthetics/get_secure_credential.py +0 -0
  85. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/synthetics/multi_location_alert_condition.py +0 -0
  86. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/synthetics/outputs.py +0 -0
  87. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/synthetics/private_location.py +0 -0
  88. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/synthetics/secure_credential.py +0 -0
  89. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/user.py +0 -0
  90. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic/workflow.py +0 -0
  91. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic.egg-info/SOURCES.txt +0 -0
  92. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic.egg-info/dependency_links.txt +0 -0
  93. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic.egg-info/requires.txt +0 -0
  94. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/pulumi_newrelic.egg-info/top_level.txt +0 -0
  95. {pulumi_newrelic-5.35.0a1729186894 → pulumi_newrelic-5.35.0a1730118515}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_newrelic
3
- Version: 5.35.0a1729186894
3
+ Version: 5.35.0a1730118515
4
4
  Summary: A Pulumi package for creating and managing New Relic resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -26,7 +26,10 @@ class GetKeyTransactionResult:
26
26
  """
27
27
  A collection of values returned by getKeyTransaction.
28
28
  """
29
- def __init__(__self__, domain=None, guid=None, id=None, name=None, type=None):
29
+ def __init__(__self__, account_id=None, domain=None, guid=None, id=None, name=None, type=None):
30
+ if account_id and not isinstance(account_id, str):
31
+ raise TypeError("Expected argument 'account_id' to be a str")
32
+ pulumi.set(__self__, "account_id", account_id)
30
33
  if domain and not isinstance(domain, str):
31
34
  raise TypeError("Expected argument 'domain' to be a str")
32
35
  pulumi.set(__self__, "domain", domain)
@@ -43,6 +46,11 @@ class GetKeyTransactionResult:
43
46
  raise TypeError("Expected argument 'type' to be a str")
44
47
  pulumi.set(__self__, "type", type)
45
48
 
49
+ @property
50
+ @pulumi.getter(name="accountId")
51
+ def account_id(self) -> str:
52
+ return pulumi.get(self, "account_id")
53
+
46
54
  @property
47
55
  @pulumi.getter
48
56
  def domain(self) -> str:
@@ -70,9 +78,6 @@ class GetKeyTransactionResult:
70
78
  @property
71
79
  @pulumi.getter
72
80
  def name(self) -> str:
73
- """
74
- Name of the key Transation in New Relic.
75
- """
76
81
  return pulumi.get(self, "name")
77
82
 
78
83
  @property
@@ -90,6 +95,7 @@ class AwaitableGetKeyTransactionResult(GetKeyTransactionResult):
90
95
  if False:
91
96
  yield self
92
97
  return GetKeyTransactionResult(
98
+ account_id=self.account_id,
93
99
  domain=self.domain,
94
100
  guid=self.guid,
95
101
  id=self.id,
@@ -97,7 +103,8 @@ class AwaitableGetKeyTransactionResult(GetKeyTransactionResult):
97
103
  type=self.type)
98
104
 
99
105
 
100
- def get_key_transaction(guid: Optional[str] = None,
106
+ def get_key_transaction(account_id: Optional[str] = None,
107
+ guid: Optional[str] = None,
101
108
  name: Optional[str] = None,
102
109
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetKeyTransactionResult:
103
110
  """
@@ -128,24 +135,28 @@ def get_key_transaction(guid: Optional[str] = None,
128
135
  ```
129
136
 
130
137
 
131
- :param str guid: GUID of the key transaction in New Relic.
138
+ :param str account_id: The account ID you would like to search for key transactions in. Defaults to `account_id` in the `provider{}` (or `NEW_RELIC_ACCOUNT_ID` in your environment) if not specified.
132
139
 
133
140
  > **NOTE** If the `name` specified in the configuration matches the names of multiple key transactions in the account, the data source will return the first match from the list of all matching key transactions retrieved from the API. However, when using the `guid` argument as the search criterion, only the key transaction with that particular GUID is returned, as each key transaction has a unique GUID.
141
+ :param str guid: GUID of the key transaction in New Relic.
134
142
  :param str name: The name of the key transaction in New Relic.
135
143
  """
136
144
  __args__ = dict()
145
+ __args__['accountId'] = account_id
137
146
  __args__['guid'] = guid
138
147
  __args__['name'] = name
139
148
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
140
149
  __ret__ = pulumi.runtime.invoke('newrelic:index/getKeyTransaction:getKeyTransaction', __args__, opts=opts, typ=GetKeyTransactionResult).value
141
150
 
142
151
  return AwaitableGetKeyTransactionResult(
152
+ account_id=pulumi.get(__ret__, 'account_id'),
143
153
  domain=pulumi.get(__ret__, 'domain'),
144
154
  guid=pulumi.get(__ret__, 'guid'),
145
155
  id=pulumi.get(__ret__, 'id'),
146
156
  name=pulumi.get(__ret__, 'name'),
147
157
  type=pulumi.get(__ret__, 'type'))
148
- def get_key_transaction_output(guid: Optional[pulumi.Input[Optional[str]]] = None,
158
+ def get_key_transaction_output(account_id: Optional[pulumi.Input[Optional[str]]] = None,
159
+ guid: Optional[pulumi.Input[Optional[str]]] = None,
149
160
  name: Optional[pulumi.Input[str]] = None,
150
161
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetKeyTransactionResult]:
151
162
  """
@@ -176,17 +187,20 @@ def get_key_transaction_output(guid: Optional[pulumi.Input[Optional[str]]] = Non
176
187
  ```
177
188
 
178
189
 
179
- :param str guid: GUID of the key transaction in New Relic.
190
+ :param str account_id: The account ID you would like to search for key transactions in. Defaults to `account_id` in the `provider{}` (or `NEW_RELIC_ACCOUNT_ID` in your environment) if not specified.
180
191
 
181
192
  > **NOTE** If the `name` specified in the configuration matches the names of multiple key transactions in the account, the data source will return the first match from the list of all matching key transactions retrieved from the API. However, when using the `guid` argument as the search criterion, only the key transaction with that particular GUID is returned, as each key transaction has a unique GUID.
193
+ :param str guid: GUID of the key transaction in New Relic.
182
194
  :param str name: The name of the key transaction in New Relic.
183
195
  """
184
196
  __args__ = dict()
197
+ __args__['accountId'] = account_id
185
198
  __args__['guid'] = guid
186
199
  __args__['name'] = name
187
200
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
188
201
  __ret__ = pulumi.runtime.invoke_output('newrelic:index/getKeyTransaction:getKeyTransaction', __args__, opts=opts, typ=GetKeyTransactionResult)
189
202
  return __ret__.apply(lambda __response__: GetKeyTransactionResult(
203
+ account_id=pulumi.get(__response__, 'account_id'),
190
204
  domain=pulumi.get(__response__, 'domain'),
191
205
  guid=pulumi.get(__response__, 'guid'),
192
206
  id=pulumi.get(__response__, 'id'),
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "newrelic",
4
- "version": "5.35.0-alpha.1729186894"
4
+ "version": "5.35.0-alpha.1730118515"
5
5
  }
@@ -35,13 +35,13 @@ class BrokenLinksMonitorArgs:
35
35
  """
36
36
  The set of arguments for constructing a BrokenLinksMonitor resource.
37
37
  :param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are `EVERY_MINUTE`, `EVERY_5_MINUTES`, `EVERY_10_MINUTES`, `EVERY_15_MINUTES`, `EVERY_30_MINUTES`, `EVERY_HOUR`, `EVERY_6_HOURS`, `EVERY_12_HOURS`, or `EVERY_DAY`.
38
- :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
38
+ :param pulumi.Input[str] status: The run state of the monitor. (`ENABLED` or `DISABLED`).
39
39
  :param pulumi.Input[str] uri: The URI the monitor runs against.
40
40
  :param pulumi.Input[str] account_id: The account in which the Synthetics monitor will be created.
41
41
  :param pulumi.Input[Sequence[pulumi.Input[str]]] locations_privates: The location the monitor will run from. Accepts a list of private location GUIDs. At least one of either `locations_public` or `locations_private` is required.
42
42
  :param pulumi.Input[Sequence[pulumi.Input[str]]] locations_publics: The location the monitor will run from. Check out [this page](https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/) for a list of valid public locations. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
43
43
  :param pulumi.Input[str] name: The name for the monitor.
44
- :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
44
+ :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs (`NODE_API`).
45
45
  :param pulumi.Input[str] runtime_type_version: The specific semver version of the runtime type.
46
46
  :param pulumi.Input[Sequence[pulumi.Input['BrokenLinksMonitorTagArgs']]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
47
47
  """
@@ -81,7 +81,7 @@ class BrokenLinksMonitorArgs:
81
81
  @pulumi.getter
82
82
  def status(self) -> pulumi.Input[str]:
83
83
  """
84
- The monitor status (ENABLED or DISABLED).
84
+ The run state of the monitor. (`ENABLED` or `DISABLED`).
85
85
  """
86
86
  return pulumi.get(self, "status")
87
87
 
@@ -153,7 +153,7 @@ class BrokenLinksMonitorArgs:
153
153
  @pulumi.getter(name="runtimeType")
154
154
  def runtime_type(self) -> Optional[pulumi.Input[str]]:
155
155
  """
156
- The runtime that the monitor will use to run jobs.
156
+ The runtime that the monitor will use to run jobs (`NODE_API`).
157
157
  """
158
158
  return pulumi.get(self, "runtime_type")
159
159
 
@@ -220,9 +220,9 @@ class _BrokenLinksMonitorState:
220
220
  :param pulumi.Input[str] name: The name for the monitor.
221
221
  :param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are `EVERY_MINUTE`, `EVERY_5_MINUTES`, `EVERY_10_MINUTES`, `EVERY_15_MINUTES`, `EVERY_30_MINUTES`, `EVERY_HOUR`, `EVERY_6_HOURS`, `EVERY_12_HOURS`, or `EVERY_DAY`.
222
222
  :param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
223
- :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
223
+ :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs (`NODE_API`).
224
224
  :param pulumi.Input[str] runtime_type_version: The specific semver version of the runtime type.
225
- :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
225
+ :param pulumi.Input[str] status: The run state of the monitor. (`ENABLED` or `DISABLED`).
226
226
  :param pulumi.Input[Sequence[pulumi.Input['BrokenLinksMonitorTagArgs']]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
227
227
  :param pulumi.Input[str] uri: The URI the monitor runs against.
228
228
  """
@@ -341,7 +341,7 @@ class _BrokenLinksMonitorState:
341
341
  @pulumi.getter(name="runtimeType")
342
342
  def runtime_type(self) -> Optional[pulumi.Input[str]]:
343
343
  """
344
- The runtime that the monitor will use to run jobs.
344
+ The runtime that the monitor will use to run jobs (`NODE_API`).
345
345
  """
346
346
  return pulumi.get(self, "runtime_type")
347
347
 
@@ -365,7 +365,7 @@ class _BrokenLinksMonitorState:
365
365
  @pulumi.getter
366
366
  def status(self) -> Optional[pulumi.Input[str]]:
367
367
  """
368
- The monitor status (ENABLED or DISABLED).
368
+ The run state of the monitor. (`ENABLED` or `DISABLED`).
369
369
  """
370
370
  return pulumi.get(self, "status")
371
371
 
@@ -491,9 +491,9 @@ class BrokenLinksMonitor(pulumi.CustomResource):
491
491
  :param pulumi.Input[Sequence[pulumi.Input[str]]] locations_publics: The location the monitor will run from. Check out [this page](https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/) for a list of valid public locations. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
492
492
  :param pulumi.Input[str] name: The name for the monitor.
493
493
  :param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are `EVERY_MINUTE`, `EVERY_5_MINUTES`, `EVERY_10_MINUTES`, `EVERY_15_MINUTES`, `EVERY_30_MINUTES`, `EVERY_HOUR`, `EVERY_6_HOURS`, `EVERY_12_HOURS`, or `EVERY_DAY`.
494
- :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
494
+ :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs (`NODE_API`).
495
495
  :param pulumi.Input[str] runtime_type_version: The specific semver version of the runtime type.
496
- :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
496
+ :param pulumi.Input[str] status: The run state of the monitor. (`ENABLED` or `DISABLED`).
497
497
  :param pulumi.Input[Sequence[pulumi.Input[Union['BrokenLinksMonitorTagArgs', 'BrokenLinksMonitorTagArgsDict']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
498
498
  :param pulumi.Input[str] uri: The URI the monitor runs against.
499
499
  """
@@ -654,9 +654,9 @@ class BrokenLinksMonitor(pulumi.CustomResource):
654
654
  :param pulumi.Input[str] name: The name for the monitor.
655
655
  :param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are `EVERY_MINUTE`, `EVERY_5_MINUTES`, `EVERY_10_MINUTES`, `EVERY_15_MINUTES`, `EVERY_30_MINUTES`, `EVERY_HOUR`, `EVERY_6_HOURS`, `EVERY_12_HOURS`, or `EVERY_DAY`.
656
656
  :param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
657
- :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
657
+ :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs (`NODE_API`).
658
658
  :param pulumi.Input[str] runtime_type_version: The specific semver version of the runtime type.
659
- :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
659
+ :param pulumi.Input[str] status: The run state of the monitor. (`ENABLED` or `DISABLED`).
660
660
  :param pulumi.Input[Sequence[pulumi.Input[Union['BrokenLinksMonitorTagArgs', 'BrokenLinksMonitorTagArgsDict']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
661
661
  :param pulumi.Input[str] uri: The URI the monitor runs against.
662
662
  """
@@ -739,7 +739,7 @@ class BrokenLinksMonitor(pulumi.CustomResource):
739
739
  @pulumi.getter(name="runtimeType")
740
740
  def runtime_type(self) -> pulumi.Output[Optional[str]]:
741
741
  """
742
- The runtime that the monitor will use to run jobs.
742
+ The runtime that the monitor will use to run jobs (`NODE_API`).
743
743
  """
744
744
  return pulumi.get(self, "runtime_type")
745
745
 
@@ -755,7 +755,7 @@ class BrokenLinksMonitor(pulumi.CustomResource):
755
755
  @pulumi.getter
756
756
  def status(self) -> pulumi.Output[str]:
757
757
  """
758
- The monitor status (ENABLED or DISABLED).
758
+ The run state of the monitor. (`ENABLED` or `DISABLED`).
759
759
  """
760
760
  return pulumi.get(self, "status")
761
761
 
@@ -38,12 +38,12 @@ class CertCheckMonitorArgs:
38
38
  :param pulumi.Input[int] certificate_expiration: The desired number of remaining days until the certificate expires to trigger a monitor failure.
39
39
  :param pulumi.Input[str] domain: The domain of the host that will have its certificate checked.
40
40
  :param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are `EVERY_MINUTE`, `EVERY_5_MINUTES`, `EVERY_10_MINUTES`, `EVERY_15_MINUTES`, `EVERY_30_MINUTES`, `EVERY_HOUR`, `EVERY_6_HOURS`, `EVERY_12_HOURS`, or `EVERY_DAY`.
41
- :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
41
+ :param pulumi.Input[str] status: The run state of the monitor. (`ENABLED` or `DISABLED`).
42
42
  :param pulumi.Input[str] account_id: The account in which the Synthetics monitor will be created.
43
43
  :param pulumi.Input[Sequence[pulumi.Input[str]]] locations_privates: The location the monitor will run from. Accepts a list of private location GUIDs. At least one of either `locations_public` or `locations_private` is required.
44
44
  :param pulumi.Input[Sequence[pulumi.Input[str]]] locations_publics: The location the monitor will run from. Check out [this page](https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/) for a list of valid public locations. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
45
45
  :param pulumi.Input[str] name: The name for the monitor.
46
- :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
46
+ :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs (`NODE_API`).
47
47
  :param pulumi.Input[str] runtime_type_version: The specific semver version of the runtime type.
48
48
  :param pulumi.Input[Sequence[pulumi.Input['CertCheckMonitorTagArgs']]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
49
49
  """
@@ -108,7 +108,7 @@ class CertCheckMonitorArgs:
108
108
  @pulumi.getter
109
109
  def status(self) -> pulumi.Input[str]:
110
110
  """
111
- The monitor status (ENABLED or DISABLED).
111
+ The run state of the monitor. (`ENABLED` or `DISABLED`).
112
112
  """
113
113
  return pulumi.get(self, "status")
114
114
 
@@ -168,7 +168,7 @@ class CertCheckMonitorArgs:
168
168
  @pulumi.getter(name="runtimeType")
169
169
  def runtime_type(self) -> Optional[pulumi.Input[str]]:
170
170
  """
171
- The runtime that the monitor will use to run jobs.
171
+ The runtime that the monitor will use to run jobs (`NODE_API`).
172
172
  """
173
173
  return pulumi.get(self, "runtime_type")
174
174
 
@@ -236,9 +236,9 @@ class _CertCheckMonitorState:
236
236
  :param pulumi.Input[str] name: The name for the monitor.
237
237
  :param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are `EVERY_MINUTE`, `EVERY_5_MINUTES`, `EVERY_10_MINUTES`, `EVERY_15_MINUTES`, `EVERY_30_MINUTES`, `EVERY_HOUR`, `EVERY_6_HOURS`, `EVERY_12_HOURS`, or `EVERY_DAY`.
238
238
  :param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
239
- :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
239
+ :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs (`NODE_API`).
240
240
  :param pulumi.Input[str] runtime_type_version: The specific semver version of the runtime type.
241
- :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
241
+ :param pulumi.Input[str] status: The run state of the monitor. (`ENABLED` or `DISABLED`).
242
242
  :param pulumi.Input[Sequence[pulumi.Input['CertCheckMonitorTagArgs']]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
243
243
  """
244
244
  if account_id is not None:
@@ -368,7 +368,7 @@ class _CertCheckMonitorState:
368
368
  @pulumi.getter(name="runtimeType")
369
369
  def runtime_type(self) -> Optional[pulumi.Input[str]]:
370
370
  """
371
- The runtime that the monitor will use to run jobs.
371
+ The runtime that the monitor will use to run jobs (`NODE_API`).
372
372
  """
373
373
  return pulumi.get(self, "runtime_type")
374
374
 
@@ -392,7 +392,7 @@ class _CertCheckMonitorState:
392
392
  @pulumi.getter
393
393
  def status(self) -> Optional[pulumi.Input[str]]:
394
394
  """
395
- The monitor status (ENABLED or DISABLED).
395
+ The run state of the monitor. (`ENABLED` or `DISABLED`).
396
396
  """
397
397
  return pulumi.get(self, "status")
398
398
 
@@ -511,9 +511,9 @@ class CertCheckMonitor(pulumi.CustomResource):
511
511
  :param pulumi.Input[Sequence[pulumi.Input[str]]] locations_publics: The location the monitor will run from. Check out [this page](https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/) for a list of valid public locations. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
512
512
  :param pulumi.Input[str] name: The name for the monitor.
513
513
  :param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are `EVERY_MINUTE`, `EVERY_5_MINUTES`, `EVERY_10_MINUTES`, `EVERY_15_MINUTES`, `EVERY_30_MINUTES`, `EVERY_HOUR`, `EVERY_6_HOURS`, `EVERY_12_HOURS`, or `EVERY_DAY`.
514
- :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
514
+ :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs (`NODE_API`).
515
515
  :param pulumi.Input[str] runtime_type_version: The specific semver version of the runtime type.
516
- :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
516
+ :param pulumi.Input[str] status: The run state of the monitor. (`ENABLED` or `DISABLED`).
517
517
  :param pulumi.Input[Sequence[pulumi.Input[Union['CertCheckMonitorTagArgs', 'CertCheckMonitorTagArgsDict']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
518
518
  """
519
519
  ...
@@ -679,9 +679,9 @@ class CertCheckMonitor(pulumi.CustomResource):
679
679
  :param pulumi.Input[str] name: The name for the monitor.
680
680
  :param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are `EVERY_MINUTE`, `EVERY_5_MINUTES`, `EVERY_10_MINUTES`, `EVERY_15_MINUTES`, `EVERY_30_MINUTES`, `EVERY_HOUR`, `EVERY_6_HOURS`, `EVERY_12_HOURS`, or `EVERY_DAY`.
681
681
  :param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
682
- :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
682
+ :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs (`NODE_API`).
683
683
  :param pulumi.Input[str] runtime_type_version: The specific semver version of the runtime type.
684
- :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
684
+ :param pulumi.Input[str] status: The run state of the monitor. (`ENABLED` or `DISABLED`).
685
685
  :param pulumi.Input[Sequence[pulumi.Input[Union['CertCheckMonitorTagArgs', 'CertCheckMonitorTagArgsDict']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details
686
686
  """
687
687
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -771,7 +771,7 @@ class CertCheckMonitor(pulumi.CustomResource):
771
771
  @pulumi.getter(name="runtimeType")
772
772
  def runtime_type(self) -> pulumi.Output[Optional[str]]:
773
773
  """
774
- The runtime that the monitor will use to run jobs.
774
+ The runtime that the monitor will use to run jobs (`NODE_API`).
775
775
  """
776
776
  return pulumi.get(self, "runtime_type")
777
777
 
@@ -787,7 +787,7 @@ class CertCheckMonitor(pulumi.CustomResource):
787
787
  @pulumi.getter
788
788
  def status(self) -> pulumi.Output[str]:
789
789
  """
790
- The monitor status (ENABLED or DISABLED).
790
+ The run state of the monitor. (`ENABLED` or `DISABLED`).
791
791
  """
792
792
  return pulumi.get(self, "status")
793
793
 
@@ -46,7 +46,7 @@ class MonitorArgs:
46
46
  verify_ssl: Optional[pulumi.Input[bool]] = None):
47
47
  """
48
48
  The set of arguments for constructing a Monitor resource.
49
- :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
49
+ :param pulumi.Input[str] status: The run state of the monitor. (`ENABLED` or `DISABLED`).
50
50
  :param pulumi.Input[str] type: The monitor type. Valid values are `SIMPLE` and `BROWSER`.
51
51
  :param pulumi.Input[str] account_id: The account in which the Synthetics monitor will be created.
52
52
  :param pulumi.Input[Sequence[pulumi.Input[str]]] browsers: The multiple browsers list on which synthetic monitors will run. Valid values are `CHROME` and `FIREFOX`.
@@ -54,16 +54,18 @@ class MonitorArgs:
54
54
 
55
55
  The `BROWSER` monitor type supports the following additional arguments:
56
56
  :param pulumi.Input[Sequence[pulumi.Input['MonitorCustomHeaderArgs']]] custom_headers: Custom headers to use in monitor job. See Nested custom_header blocks below for details.
57
- :param pulumi.Input[str] device_orientation: Device emulation orientation field. Valid values are `LANDSCAPE` and `PORTRAIT`. We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
58
- :param pulumi.Input[str] device_type: Device emulation type field. Valid values are `MOBILE` and `TABLET`. We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
57
+ :param pulumi.Input[str] device_orientation: Device emulation orientation field. Valid values are `LANDSCAPE` and `PORTRAIT`.
58
+ * We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
59
+ :param pulumi.Input[str] device_type: Device emulation type field. Valid values are `MOBILE` and `TABLET`.
60
+ * We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
59
61
  :param pulumi.Input[Sequence[pulumi.Input[str]]] devices: The multiple devices list on which synthetic monitors will run. Valid values are `DESKTOP`, `MOBILE_LANDSCAPE`, `MOBILE_PORTRAIT`, `TABLET_LANDSCAPE` and `TABLET_PORTRAIT`.
60
62
  :param pulumi.Input[bool] enable_screenshot_on_failure_and_script: Capture a screenshot during job execution.
61
63
  :param pulumi.Input[Sequence[pulumi.Input[str]]] locations_privates: The location the monitor will run from. Accepts a list of private location GUIDs. At least one of either `locations_public` or `locations_private` is required.
62
64
  :param pulumi.Input[Sequence[pulumi.Input[str]]] locations_publics: The location the monitor will run from. Check out [this page](https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/) for a list of valid public locations. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
63
65
  :param pulumi.Input[str] name: The human-readable identifier for the monitor.
64
66
  :param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are `EVERY_MINUTE`, `EVERY_5_MINUTES`, `EVERY_10_MINUTES`, `EVERY_15_MINUTES`, `EVERY_30_MINUTES`, `EVERY_HOUR`, `EVERY_6_HOURS`, `EVERY_12_HOURS`, or `EVERY_DAY`.
65
- :param pulumi.Input[str] runtime_type: The runtime type that the monitor will run. Valid value is `CHROME_BROWSER`
66
- :param pulumi.Input[str] runtime_type_version: The runtime type that the monitor will run. Valid value is `100`.
67
+ :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs (`CHROME_BROWSER`).
68
+ :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected (`100`).
67
69
  :param pulumi.Input[str] script_language: The programing language that should execute the script.
68
70
  :param pulumi.Input[Sequence[pulumi.Input['MonitorTagArgs']]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details.
69
71
 
@@ -122,7 +124,7 @@ class MonitorArgs:
122
124
  @pulumi.getter
123
125
  def status(self) -> pulumi.Input[str]:
124
126
  """
125
- The monitor status (ENABLED or DISABLED).
127
+ The run state of the monitor. (`ENABLED` or `DISABLED`).
126
128
  """
127
129
  return pulumi.get(self, "status")
128
130
 
@@ -196,7 +198,8 @@ class MonitorArgs:
196
198
  @pulumi.getter(name="deviceOrientation")
197
199
  def device_orientation(self) -> Optional[pulumi.Input[str]]:
198
200
  """
199
- Device emulation orientation field. Valid values are `LANDSCAPE` and `PORTRAIT`. We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
201
+ Device emulation orientation field. Valid values are `LANDSCAPE` and `PORTRAIT`.
202
+ * We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
200
203
  """
201
204
  return pulumi.get(self, "device_orientation")
202
205
 
@@ -208,7 +211,8 @@ class MonitorArgs:
208
211
  @pulumi.getter(name="deviceType")
209
212
  def device_type(self) -> Optional[pulumi.Input[str]]:
210
213
  """
211
- Device emulation type field. Valid values are `MOBILE` and `TABLET`. We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
214
+ Device emulation type field. Valid values are `MOBILE` and `TABLET`.
215
+ * We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
212
216
  """
213
217
  return pulumi.get(self, "device_type")
214
218
 
@@ -292,7 +296,7 @@ class MonitorArgs:
292
296
  @pulumi.getter(name="runtimeType")
293
297
  def runtime_type(self) -> Optional[pulumi.Input[str]]:
294
298
  """
295
- The runtime type that the monitor will run. Valid value is `CHROME_BROWSER`
299
+ The runtime that the monitor will use to run jobs (`CHROME_BROWSER`).
296
300
  """
297
301
  return pulumi.get(self, "runtime_type")
298
302
 
@@ -304,7 +308,7 @@ class MonitorArgs:
304
308
  @pulumi.getter(name="runtimeTypeVersion")
305
309
  def runtime_type_version(self) -> Optional[pulumi.Input[str]]:
306
310
  """
307
- The runtime type that the monitor will run. Valid value is `100`.
311
+ The specific version of the runtime type selected (`100`).
308
312
  """
309
313
  return pulumi.get(self, "runtime_type_version")
310
314
 
@@ -431,8 +435,10 @@ class _MonitorState:
431
435
 
432
436
  The `BROWSER` monitor type supports the following additional arguments:
433
437
  :param pulumi.Input[Sequence[pulumi.Input['MonitorCustomHeaderArgs']]] custom_headers: Custom headers to use in monitor job. See Nested custom_header blocks below for details.
434
- :param pulumi.Input[str] device_orientation: Device emulation orientation field. Valid values are `LANDSCAPE` and `PORTRAIT`. We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
435
- :param pulumi.Input[str] device_type: Device emulation type field. Valid values are `MOBILE` and `TABLET`. We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
438
+ :param pulumi.Input[str] device_orientation: Device emulation orientation field. Valid values are `LANDSCAPE` and `PORTRAIT`.
439
+ * We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
440
+ :param pulumi.Input[str] device_type: Device emulation type field. Valid values are `MOBILE` and `TABLET`.
441
+ * We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
436
442
  :param pulumi.Input[Sequence[pulumi.Input[str]]] devices: The multiple devices list on which synthetic monitors will run. Valid values are `DESKTOP`, `MOBILE_LANDSCAPE`, `MOBILE_PORTRAIT`, `TABLET_LANDSCAPE` and `TABLET_PORTRAIT`.
437
443
  :param pulumi.Input[bool] enable_screenshot_on_failure_and_script: Capture a screenshot during job execution.
438
444
  :param pulumi.Input[Sequence[pulumi.Input[str]]] locations_privates: The location the monitor will run from. Accepts a list of private location GUIDs. At least one of either `locations_public` or `locations_private` is required.
@@ -440,10 +446,10 @@ class _MonitorState:
440
446
  :param pulumi.Input[str] name: The human-readable identifier for the monitor.
441
447
  :param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are `EVERY_MINUTE`, `EVERY_5_MINUTES`, `EVERY_10_MINUTES`, `EVERY_15_MINUTES`, `EVERY_30_MINUTES`, `EVERY_HOUR`, `EVERY_6_HOURS`, `EVERY_12_HOURS`, or `EVERY_DAY`.
442
448
  :param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
443
- :param pulumi.Input[str] runtime_type: The runtime type that the monitor will run. Valid value is `CHROME_BROWSER`
444
- :param pulumi.Input[str] runtime_type_version: The runtime type that the monitor will run. Valid value is `100`.
449
+ :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs (`CHROME_BROWSER`).
450
+ :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected (`100`).
445
451
  :param pulumi.Input[str] script_language: The programing language that should execute the script.
446
- :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
452
+ :param pulumi.Input[str] status: The run state of the monitor. (`ENABLED` or `DISABLED`).
447
453
  :param pulumi.Input[Sequence[pulumi.Input['MonitorTagArgs']]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details.
448
454
 
449
455
  The `SIMPLE` monitor type supports the following additional arguments:
@@ -556,7 +562,8 @@ class _MonitorState:
556
562
  @pulumi.getter(name="deviceOrientation")
557
563
  def device_orientation(self) -> Optional[pulumi.Input[str]]:
558
564
  """
559
- Device emulation orientation field. Valid values are `LANDSCAPE` and `PORTRAIT`. We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
565
+ Device emulation orientation field. Valid values are `LANDSCAPE` and `PORTRAIT`.
566
+ * We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
560
567
  """
561
568
  return pulumi.get(self, "device_orientation")
562
569
 
@@ -568,7 +575,8 @@ class _MonitorState:
568
575
  @pulumi.getter(name="deviceType")
569
576
  def device_type(self) -> Optional[pulumi.Input[str]]:
570
577
  """
571
- Device emulation type field. Valid values are `MOBILE` and `TABLET`. We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
578
+ Device emulation type field. Valid values are `MOBILE` and `TABLET`.
579
+ * We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
572
580
  """
573
581
  return pulumi.get(self, "device_type")
574
582
 
@@ -664,7 +672,7 @@ class _MonitorState:
664
672
  @pulumi.getter(name="runtimeType")
665
673
  def runtime_type(self) -> Optional[pulumi.Input[str]]:
666
674
  """
667
- The runtime type that the monitor will run. Valid value is `CHROME_BROWSER`
675
+ The runtime that the monitor will use to run jobs (`CHROME_BROWSER`).
668
676
  """
669
677
  return pulumi.get(self, "runtime_type")
670
678
 
@@ -676,7 +684,7 @@ class _MonitorState:
676
684
  @pulumi.getter(name="runtimeTypeVersion")
677
685
  def runtime_type_version(self) -> Optional[pulumi.Input[str]]:
678
686
  """
679
- The runtime type that the monitor will run. Valid value is `100`.
687
+ The specific version of the runtime type selected (`100`).
680
688
  """
681
689
  return pulumi.get(self, "runtime_type_version")
682
690
 
@@ -700,7 +708,7 @@ class _MonitorState:
700
708
  @pulumi.getter
701
709
  def status(self) -> Optional[pulumi.Input[str]]:
702
710
  """
703
- The monitor status (ENABLED or DISABLED).
711
+ The run state of the monitor. (`ENABLED` or `DISABLED`).
704
712
  """
705
713
  return pulumi.get(self, "status")
706
714
 
@@ -979,18 +987,20 @@ class Monitor(pulumi.CustomResource):
979
987
 
980
988
  The `BROWSER` monitor type supports the following additional arguments:
981
989
  :param pulumi.Input[Sequence[pulumi.Input[Union['MonitorCustomHeaderArgs', 'MonitorCustomHeaderArgsDict']]]] custom_headers: Custom headers to use in monitor job. See Nested custom_header blocks below for details.
982
- :param pulumi.Input[str] device_orientation: Device emulation orientation field. Valid values are `LANDSCAPE` and `PORTRAIT`. We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
983
- :param pulumi.Input[str] device_type: Device emulation type field. Valid values are `MOBILE` and `TABLET`. We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
990
+ :param pulumi.Input[str] device_orientation: Device emulation orientation field. Valid values are `LANDSCAPE` and `PORTRAIT`.
991
+ * We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
992
+ :param pulumi.Input[str] device_type: Device emulation type field. Valid values are `MOBILE` and `TABLET`.
993
+ * We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
984
994
  :param pulumi.Input[Sequence[pulumi.Input[str]]] devices: The multiple devices list on which synthetic monitors will run. Valid values are `DESKTOP`, `MOBILE_LANDSCAPE`, `MOBILE_PORTRAIT`, `TABLET_LANDSCAPE` and `TABLET_PORTRAIT`.
985
995
  :param pulumi.Input[bool] enable_screenshot_on_failure_and_script: Capture a screenshot during job execution.
986
996
  :param pulumi.Input[Sequence[pulumi.Input[str]]] locations_privates: The location the monitor will run from. Accepts a list of private location GUIDs. At least one of either `locations_public` or `locations_private` is required.
987
997
  :param pulumi.Input[Sequence[pulumi.Input[str]]] locations_publics: The location the monitor will run from. Check out [this page](https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/) for a list of valid public locations. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
988
998
  :param pulumi.Input[str] name: The human-readable identifier for the monitor.
989
999
  :param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are `EVERY_MINUTE`, `EVERY_5_MINUTES`, `EVERY_10_MINUTES`, `EVERY_15_MINUTES`, `EVERY_30_MINUTES`, `EVERY_HOUR`, `EVERY_6_HOURS`, `EVERY_12_HOURS`, or `EVERY_DAY`.
990
- :param pulumi.Input[str] runtime_type: The runtime type that the monitor will run. Valid value is `CHROME_BROWSER`
991
- :param pulumi.Input[str] runtime_type_version: The runtime type that the monitor will run. Valid value is `100`.
1000
+ :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs (`CHROME_BROWSER`).
1001
+ :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected (`100`).
992
1002
  :param pulumi.Input[str] script_language: The programing language that should execute the script.
993
- :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
1003
+ :param pulumi.Input[str] status: The run state of the monitor. (`ENABLED` or `DISABLED`).
994
1004
  :param pulumi.Input[Sequence[pulumi.Input[Union['MonitorTagArgs', 'MonitorTagArgsDict']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details.
995
1005
 
996
1006
  The `SIMPLE` monitor type supports the following additional arguments:
@@ -1278,8 +1288,10 @@ class Monitor(pulumi.CustomResource):
1278
1288
 
1279
1289
  The `BROWSER` monitor type supports the following additional arguments:
1280
1290
  :param pulumi.Input[Sequence[pulumi.Input[Union['MonitorCustomHeaderArgs', 'MonitorCustomHeaderArgsDict']]]] custom_headers: Custom headers to use in monitor job. See Nested custom_header blocks below for details.
1281
- :param pulumi.Input[str] device_orientation: Device emulation orientation field. Valid values are `LANDSCAPE` and `PORTRAIT`. We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
1282
- :param pulumi.Input[str] device_type: Device emulation type field. Valid values are `MOBILE` and `TABLET`. We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
1291
+ :param pulumi.Input[str] device_orientation: Device emulation orientation field. Valid values are `LANDSCAPE` and `PORTRAIT`.
1292
+ * We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
1293
+ :param pulumi.Input[str] device_type: Device emulation type field. Valid values are `MOBILE` and `TABLET`.
1294
+ * We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
1283
1295
  :param pulumi.Input[Sequence[pulumi.Input[str]]] devices: The multiple devices list on which synthetic monitors will run. Valid values are `DESKTOP`, `MOBILE_LANDSCAPE`, `MOBILE_PORTRAIT`, `TABLET_LANDSCAPE` and `TABLET_PORTRAIT`.
1284
1296
  :param pulumi.Input[bool] enable_screenshot_on_failure_and_script: Capture a screenshot during job execution.
1285
1297
  :param pulumi.Input[Sequence[pulumi.Input[str]]] locations_privates: The location the monitor will run from. Accepts a list of private location GUIDs. At least one of either `locations_public` or `locations_private` is required.
@@ -1287,10 +1299,10 @@ class Monitor(pulumi.CustomResource):
1287
1299
  :param pulumi.Input[str] name: The human-readable identifier for the monitor.
1288
1300
  :param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are `EVERY_MINUTE`, `EVERY_5_MINUTES`, `EVERY_10_MINUTES`, `EVERY_15_MINUTES`, `EVERY_30_MINUTES`, `EVERY_HOUR`, `EVERY_6_HOURS`, `EVERY_12_HOURS`, or `EVERY_DAY`.
1289
1301
  :param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
1290
- :param pulumi.Input[str] runtime_type: The runtime type that the monitor will run. Valid value is `CHROME_BROWSER`
1291
- :param pulumi.Input[str] runtime_type_version: The runtime type that the monitor will run. Valid value is `100`.
1302
+ :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs (`CHROME_BROWSER`).
1303
+ :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected (`100`).
1292
1304
  :param pulumi.Input[str] script_language: The programing language that should execute the script.
1293
- :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
1305
+ :param pulumi.Input[str] status: The run state of the monitor. (`ENABLED` or `DISABLED`).
1294
1306
  :param pulumi.Input[Sequence[pulumi.Input[Union['MonitorTagArgs', 'MonitorTagArgsDict']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details.
1295
1307
 
1296
1308
  The `SIMPLE` monitor type supports the following additional arguments:
@@ -1368,7 +1380,8 @@ class Monitor(pulumi.CustomResource):
1368
1380
  @pulumi.getter(name="deviceOrientation")
1369
1381
  def device_orientation(self) -> pulumi.Output[Optional[str]]:
1370
1382
  """
1371
- Device emulation orientation field. Valid values are `LANDSCAPE` and `PORTRAIT`. We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
1383
+ Device emulation orientation field. Valid values are `LANDSCAPE` and `PORTRAIT`.
1384
+ * We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
1372
1385
  """
1373
1386
  return pulumi.get(self, "device_orientation")
1374
1387
 
@@ -1376,7 +1389,8 @@ class Monitor(pulumi.CustomResource):
1376
1389
  @pulumi.getter(name="deviceType")
1377
1390
  def device_type(self) -> pulumi.Output[Optional[str]]:
1378
1391
  """
1379
- Device emulation type field. Valid values are `MOBILE` and `TABLET`. We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
1392
+ Device emulation type field. Valid values are `MOBILE` and `TABLET`.
1393
+ * We recommend you to use `devices` field instead of `device_type`,`device_orientation` fields, as it allows you to select multiple combinations of device types and orientations.
1380
1394
  """
1381
1395
  return pulumi.get(self, "device_type")
1382
1396
 
@@ -1440,7 +1454,7 @@ class Monitor(pulumi.CustomResource):
1440
1454
  @pulumi.getter(name="runtimeType")
1441
1455
  def runtime_type(self) -> pulumi.Output[Optional[str]]:
1442
1456
  """
1443
- The runtime type that the monitor will run. Valid value is `CHROME_BROWSER`
1457
+ The runtime that the monitor will use to run jobs (`CHROME_BROWSER`).
1444
1458
  """
1445
1459
  return pulumi.get(self, "runtime_type")
1446
1460
 
@@ -1448,7 +1462,7 @@ class Monitor(pulumi.CustomResource):
1448
1462
  @pulumi.getter(name="runtimeTypeVersion")
1449
1463
  def runtime_type_version(self) -> pulumi.Output[Optional[str]]:
1450
1464
  """
1451
- The runtime type that the monitor will run. Valid value is `100`.
1465
+ The specific version of the runtime type selected (`100`).
1452
1466
  """
1453
1467
  return pulumi.get(self, "runtime_type_version")
1454
1468
 
@@ -1464,7 +1478,7 @@ class Monitor(pulumi.CustomResource):
1464
1478
  @pulumi.getter
1465
1479
  def status(self) -> pulumi.Output[str]:
1466
1480
  """
1467
- The monitor status (ENABLED or DISABLED).
1481
+ The run state of the monitor. (`ENABLED` or `DISABLED`).
1468
1482
  """
1469
1483
  return pulumi.get(self, "status")
1470
1484