pulumi-newrelic 5.27.0a1720850724__py3-none-any.whl → 5.27.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,7 @@ class ScriptMonitorArgs:
33
33
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['ScriptMonitorTagArgs']]]] = None):
34
34
  """
35
35
  The set of arguments for constructing a ScriptMonitor resource.
36
- :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.
36
+ :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`.
37
37
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
38
38
  :param pulumi.Input[str] type: The plaintext representing the monitor script. Valid values are SCRIPT_BROWSER or SCRIPT_API
39
39
  :param pulumi.Input[str] account_id: The account in which the Synthetics monitor will be created.
@@ -43,8 +43,8 @@ class ScriptMonitorArgs:
43
43
  :param pulumi.Input[Sequence[pulumi.Input['ScriptMonitorLocationPrivateArgs']]] location_privates: The location the monitor will run from. See Nested location_private blocks below for details. **At least one of either** `locations_public` **or** `location_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. The `AWS_` prefix is not needed, 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.
47
- :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
46
+ :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs. For the `SCRIPT_API` monitor type, a valid value is `NODE_API`. For the `SCRIPT_BROWSER` monitor type, a valid value is `CHROME_BROWSER`.
47
+ :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected. For the `SCRIPT_API` monitor type, a valid value is `16.10`, which corresponds to the version of Node.js. For the `SCRIPT_BROWSER` monitor type, a valid value is `100`, which corresponds to the version of the Chrome browser.
48
48
  :param pulumi.Input[str] script: The script that the monitor runs.
49
49
  :param pulumi.Input[str] script_language: The programing language that should execute the script.
50
50
  :param pulumi.Input[Sequence[pulumi.Input['ScriptMonitorTagArgs']]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details.
@@ -83,7 +83,7 @@ class ScriptMonitorArgs:
83
83
  @pulumi.getter
84
84
  def period(self) -> pulumi.Input[str]:
85
85
  """
86
- 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.
86
+ 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`.
87
87
  """
88
88
  return pulumi.get(self, "period")
89
89
 
@@ -203,7 +203,7 @@ class ScriptMonitorArgs:
203
203
  @pulumi.getter(name="runtimeType")
204
204
  def runtime_type(self) -> Optional[pulumi.Input[str]]:
205
205
  """
206
- The runtime that the monitor will use to run jobs.
206
+ The runtime that the monitor will use to run jobs. For the `SCRIPT_API` monitor type, a valid value is `NODE_API`. For the `SCRIPT_BROWSER` monitor type, a valid value is `CHROME_BROWSER`.
207
207
  """
208
208
  return pulumi.get(self, "runtime_type")
209
209
 
@@ -215,7 +215,7 @@ class ScriptMonitorArgs:
215
215
  @pulumi.getter(name="runtimeTypeVersion")
216
216
  def runtime_type_version(self) -> Optional[pulumi.Input[str]]:
217
217
  """
218
- The specific version of the runtime type selected.
218
+ The specific version of the runtime type selected. For the `SCRIPT_API` monitor type, a valid value is `16.10`, which corresponds to the version of Node.js. For the `SCRIPT_BROWSER` monitor type, a valid value is `100`, which corresponds to the version of the Chrome browser.
219
219
  """
220
220
  return pulumi.get(self, "runtime_type_version")
221
221
 
@@ -292,10 +292,10 @@ class _ScriptMonitorState:
292
292
  :param pulumi.Input[Sequence[pulumi.Input['ScriptMonitorLocationPrivateArgs']]] location_privates: The location the monitor will run from. See Nested location_private blocks below for details. **At least one of either** `locations_public` **or** `location_private` **is required**.
293
293
  :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. The `AWS_` prefix is not needed, as the provider uses NerdGraph. **At least one of either** `locations_public` **or** `location_private` **is required**.
294
294
  :param pulumi.Input[str] name: The name for the monitor.
295
- :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.
295
+ :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`.
296
296
  :param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
297
- :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
298
- :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
297
+ :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs. For the `SCRIPT_API` monitor type, a valid value is `NODE_API`. For the `SCRIPT_BROWSER` monitor type, a valid value is `CHROME_BROWSER`.
298
+ :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected. For the `SCRIPT_API` monitor type, a valid value is `16.10`, which corresponds to the version of Node.js. For the `SCRIPT_BROWSER` monitor type, a valid value is `100`, which corresponds to the version of the Chrome browser.
299
299
  :param pulumi.Input[str] script: The script that the monitor runs.
300
300
  :param pulumi.Input[str] script_language: The programing language that should execute the script.
301
301
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
@@ -439,7 +439,7 @@ class _ScriptMonitorState:
439
439
  @pulumi.getter
440
440
  def period(self) -> Optional[pulumi.Input[str]]:
441
441
  """
442
- 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
+ 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`.
443
443
  """
444
444
  return pulumi.get(self, "period")
445
445
 
@@ -463,7 +463,7 @@ class _ScriptMonitorState:
463
463
  @pulumi.getter(name="runtimeType")
464
464
  def runtime_type(self) -> Optional[pulumi.Input[str]]:
465
465
  """
466
- The runtime that the monitor will use to run jobs.
466
+ The runtime that the monitor will use to run jobs. For the `SCRIPT_API` monitor type, a valid value is `NODE_API`. For the `SCRIPT_BROWSER` monitor type, a valid value is `CHROME_BROWSER`.
467
467
  """
468
468
  return pulumi.get(self, "runtime_type")
469
469
 
@@ -475,7 +475,7 @@ class _ScriptMonitorState:
475
475
  @pulumi.getter(name="runtimeTypeVersion")
476
476
  def runtime_type_version(self) -> Optional[pulumi.Input[str]]:
477
477
  """
478
- The specific version of the runtime type selected.
478
+ The specific version of the runtime type selected. For the `SCRIPT_API` monitor type, a valid value is `16.10`, which corresponds to the version of Node.js. For the `SCRIPT_BROWSER` monitor type, a valid value is `100`, which corresponds to the version of the Chrome browser.
479
479
  """
480
480
  return pulumi.get(self, "runtime_type_version")
481
481
 
@@ -685,6 +685,8 @@ class ScriptMonitor(pulumi.CustomResource):
685
685
  runtime_type_version="100",
686
686
  runtime_type="CHROME_BROWSER",
687
687
  script_language="JAVASCRIPT",
688
+ device_type="MOBILE",
689
+ device_orientation="LANDSCAPE",
688
690
  tags=[newrelic.synthetics.ScriptMonitorTagArgs(
689
691
  key="some_key",
690
692
  values=["some_value"],
@@ -710,9 +712,9 @@ class ScriptMonitor(pulumi.CustomResource):
710
712
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ScriptMonitorLocationPrivateArgs']]]] location_privates: The location the monitor will run from. See Nested location_private blocks below for details. **At least one of either** `locations_public` **or** `location_private` **is required**.
711
713
  :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. The `AWS_` prefix is not needed, as the provider uses NerdGraph. **At least one of either** `locations_public` **or** `location_private` **is required**.
712
714
  :param pulumi.Input[str] name: The name for the monitor.
713
- :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.
714
- :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
715
- :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
715
+ :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`.
716
+ :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs. For the `SCRIPT_API` monitor type, a valid value is `NODE_API`. For the `SCRIPT_BROWSER` monitor type, a valid value is `CHROME_BROWSER`.
717
+ :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected. For the `SCRIPT_API` monitor type, a valid value is `16.10`, which corresponds to the version of Node.js. For the `SCRIPT_BROWSER` monitor type, a valid value is `100`, which corresponds to the version of the Chrome browser.
716
718
  :param pulumi.Input[str] script: The script that the monitor runs.
717
719
  :param pulumi.Input[str] script_language: The programing language that should execute the script.
718
720
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
@@ -845,6 +847,8 @@ class ScriptMonitor(pulumi.CustomResource):
845
847
  runtime_type_version="100",
846
848
  runtime_type="CHROME_BROWSER",
847
849
  script_language="JAVASCRIPT",
850
+ device_type="MOBILE",
851
+ device_orientation="LANDSCAPE",
848
852
  tags=[newrelic.synthetics.ScriptMonitorTagArgs(
849
853
  key="some_key",
850
854
  values=["some_value"],
@@ -965,10 +969,10 @@ class ScriptMonitor(pulumi.CustomResource):
965
969
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ScriptMonitorLocationPrivateArgs']]]] location_privates: The location the monitor will run from. See Nested location_private blocks below for details. **At least one of either** `locations_public` **or** `location_private` **is required**.
966
970
  :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. The `AWS_` prefix is not needed, as the provider uses NerdGraph. **At least one of either** `locations_public` **or** `location_private` **is required**.
967
971
  :param pulumi.Input[str] name: The name for the monitor.
968
- :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.
972
+ :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`.
969
973
  :param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
970
- :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
971
- :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
974
+ :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs. For the `SCRIPT_API` monitor type, a valid value is `NODE_API`. For the `SCRIPT_BROWSER` monitor type, a valid value is `CHROME_BROWSER`.
975
+ :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected. For the `SCRIPT_API` monitor type, a valid value is `16.10`, which corresponds to the version of Node.js. For the `SCRIPT_BROWSER` monitor type, a valid value is `100`, which corresponds to the version of the Chrome browser.
972
976
  :param pulumi.Input[str] script: The script that the monitor runs.
973
977
  :param pulumi.Input[str] script_language: The programing language that should execute the script.
974
978
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
@@ -1068,7 +1072,7 @@ class ScriptMonitor(pulumi.CustomResource):
1068
1072
  @pulumi.getter
1069
1073
  def period(self) -> pulumi.Output[str]:
1070
1074
  """
1071
- 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.
1075
+ 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`.
1072
1076
  """
1073
1077
  return pulumi.get(self, "period")
1074
1078
 
@@ -1084,7 +1088,7 @@ class ScriptMonitor(pulumi.CustomResource):
1084
1088
  @pulumi.getter(name="runtimeType")
1085
1089
  def runtime_type(self) -> pulumi.Output[Optional[str]]:
1086
1090
  """
1087
- The runtime that the monitor will use to run jobs.
1091
+ The runtime that the monitor will use to run jobs. For the `SCRIPT_API` monitor type, a valid value is `NODE_API`. For the `SCRIPT_BROWSER` monitor type, a valid value is `CHROME_BROWSER`.
1088
1092
  """
1089
1093
  return pulumi.get(self, "runtime_type")
1090
1094
 
@@ -1092,7 +1096,7 @@ class ScriptMonitor(pulumi.CustomResource):
1092
1096
  @pulumi.getter(name="runtimeTypeVersion")
1093
1097
  def runtime_type_version(self) -> pulumi.Output[Optional[str]]:
1094
1098
  """
1095
- The specific version of the runtime type selected.
1099
+ The specific version of the runtime type selected. For the `SCRIPT_API` monitor type, a valid value is `16.10`, which corresponds to the version of Node.js. For the `SCRIPT_BROWSER` monitor type, a valid value is `100`, which corresponds to the version of the Chrome browser.
1096
1100
  """
1097
1101
  return pulumi.get(self, "runtime_type_version")
1098
1102
 
@@ -29,13 +29,13 @@ class StepMonitorArgs:
29
29
  tags: Optional[pulumi.Input[Sequence[pulumi.Input['StepMonitorTagArgs']]]] = None):
30
30
  """
31
31
  The set of arguments for constructing a StepMonitor resource.
32
- :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.
32
+ :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`.
33
33
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
34
34
  :param pulumi.Input[Sequence[pulumi.Input['StepMonitorStepArgs']]] steps: The steps that make up the script the monitor will run. See Nested steps blocks below for details.
35
35
  :param pulumi.Input[str] account_id: The account in which the Synthetics monitor will be created.
36
36
  :param pulumi.Input[bool] enable_screenshot_on_failure_and_script: Capture a screenshot during job execution.
37
37
  :param pulumi.Input[Sequence[pulumi.Input['StepMonitorLocationPrivateArgs']]] location_privates: The location the monitor will run from. At least one of `locations_public` or `location_private` is required. See Nested locations_private blocks below for details.
38
- :param pulumi.Input[Sequence[pulumi.Input[str]]] locations_publics: The location the monitor will run from. Valid public locations are https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
38
+ :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.
39
39
  :param pulumi.Input[str] name: The name for the monitor.
40
40
  :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
41
41
  :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
@@ -69,7 +69,7 @@ class StepMonitorArgs:
69
69
  @pulumi.getter
70
70
  def period(self) -> pulumi.Input[str]:
71
71
  """
72
- 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.
72
+ 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`.
73
73
  """
74
74
  return pulumi.get(self, "period")
75
75
 
@@ -141,7 +141,7 @@ class StepMonitorArgs:
141
141
  @pulumi.getter(name="locationsPublics")
142
142
  def locations_publics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
143
143
  """
144
- The location the monitor will run from. Valid public locations are https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
144
+ 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.
145
145
  """
146
146
  return pulumi.get(self, "locations_publics")
147
147
 
@@ -224,9 +224,9 @@ class _StepMonitorState:
224
224
  :param pulumi.Input[bool] enable_screenshot_on_failure_and_script: Capture a screenshot during job execution.
225
225
  :param pulumi.Input[str] guid: The unique entity identifier of the monitor in New Relic.
226
226
  :param pulumi.Input[Sequence[pulumi.Input['StepMonitorLocationPrivateArgs']]] location_privates: The location the monitor will run from. At least one of `locations_public` or `location_private` is required. See Nested locations_private blocks below for details.
227
- :param pulumi.Input[Sequence[pulumi.Input[str]]] locations_publics: The location the monitor will run from. Valid public locations are https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
227
+ :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.
228
228
  :param pulumi.Input[str] name: The name for the monitor.
229
- :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.
229
+ :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`.
230
230
  :param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
231
231
  :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
232
232
  :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
@@ -317,7 +317,7 @@ class _StepMonitorState:
317
317
  @pulumi.getter(name="locationsPublics")
318
318
  def locations_publics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
319
319
  """
320
- The location the monitor will run from. Valid public locations are https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
320
+ 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.
321
321
  """
322
322
  return pulumi.get(self, "locations_publics")
323
323
 
@@ -341,7 +341,7 @@ class _StepMonitorState:
341
341
  @pulumi.getter
342
342
  def period(self) -> Optional[pulumi.Input[str]]:
343
343
  """
344
- 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.
344
+ 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`.
345
345
  """
346
346
  return pulumi.get(self, "period")
347
347
 
@@ -527,9 +527,9 @@ class StepMonitor(pulumi.CustomResource):
527
527
  :param pulumi.Input[str] account_id: The account in which the Synthetics monitor will be created.
528
528
  :param pulumi.Input[bool] enable_screenshot_on_failure_and_script: Capture a screenshot during job execution.
529
529
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['StepMonitorLocationPrivateArgs']]]] location_privates: The location the monitor will run from. At least one of `locations_public` or `location_private` is required. See Nested locations_private blocks below for details.
530
- :param pulumi.Input[Sequence[pulumi.Input[str]]] locations_publics: The location the monitor will run from. Valid public locations are https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
530
+ :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.
531
531
  :param pulumi.Input[str] name: The name for the monitor.
532
- :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.
532
+ :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`.
533
533
  :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
534
534
  :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
535
535
 
@@ -713,9 +713,9 @@ class StepMonitor(pulumi.CustomResource):
713
713
  :param pulumi.Input[bool] enable_screenshot_on_failure_and_script: Capture a screenshot during job execution.
714
714
  :param pulumi.Input[str] guid: The unique entity identifier of the monitor in New Relic.
715
715
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['StepMonitorLocationPrivateArgs']]]] location_privates: The location the monitor will run from. At least one of `locations_public` or `location_private` is required. See Nested locations_private blocks below for details.
716
- :param pulumi.Input[Sequence[pulumi.Input[str]]] locations_publics: The location the monitor will run from. Valid public locations are https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
716
+ :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.
717
717
  :param pulumi.Input[str] name: The name for the monitor.
718
- :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.
718
+ :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`.
719
719
  :param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
720
720
  :param pulumi.Input[str] runtime_type: The runtime that the monitor will use to run jobs.
721
721
  :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
@@ -782,7 +782,7 @@ class StepMonitor(pulumi.CustomResource):
782
782
  @pulumi.getter(name="locationsPublics")
783
783
  def locations_publics(self) -> pulumi.Output[Optional[Sequence[str]]]:
784
784
  """
785
- The location the monitor will run from. Valid public locations are https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
785
+ 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.
786
786
  """
787
787
  return pulumi.get(self, "locations_publics")
788
788
 
@@ -798,7 +798,7 @@ class StepMonitor(pulumi.CustomResource):
798
798
  @pulumi.getter
799
799
  def period(self) -> pulumi.Output[str]:
800
800
  """
801
- 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.
801
+ 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`.
802
802
  """
803
803
  return pulumi.get(self, "period")
804
804
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_newrelic
3
- Version: 5.27.0a1720850724
3
+ Version: 5.27.1
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
@@ -1,6 +1,6 @@
1
1
  pulumi_newrelic/__init__.py,sha256=Ekxa_c_Z6YcPWbvb7FFvd3lBPGRctMTA9rQGGzd13Ts,11328
2
- pulumi_newrelic/_inputs.py,sha256=zRPnn-XMEs1nd04vl9PLyfVnqL51TRY8z2vpmwghRwM,494775
3
- pulumi_newrelic/_utilities.py,sha256=zozFZPZGnJJ7MjOYHQPdH-l-EHcRcX5lh5TVi22oTCw,10446
2
+ pulumi_newrelic/_inputs.py,sha256=nPezJw0kkuU5rQfUyd5KxbHNWIL6V4BE5ZLc7z16uCQ,497294
3
+ pulumi_newrelic/_utilities.py,sha256=ebJyWyMCMYLpnVkJVRkMiyEceWyxZ09ZYhxd1W7MWxs,10446
4
4
  pulumi_newrelic/account_management.py,sha256=IKzAnKd0TqvKr4TkBUSDhxUyhMyWaTI6Ux4OJ5GMNn0,8789
5
5
  pulumi_newrelic/alert_channel.py,sha256=Ivzcqqc2Up7fAgwOeu7yhcwuR64gbI2XjzZ9Lbd-J70,21618
6
6
  pulumi_newrelic/alert_condition.py,sha256=JLgduj2oWsWi9NG89Ffvflzb_6W45MHNw1TJsTbX1Ng,46583
@@ -39,9 +39,9 @@ pulumi_newrelic/obfuscation_rule.py,sha256=J1951kAaBWDlmFWEQsSASz7PmjGSpQYxvqV8w
39
39
  pulumi_newrelic/one_dashboard.py,sha256=b3DpP1ryeGV6WYUghTaAN6963nMrVeWHvLeInBE42rM,20490
40
40
  pulumi_newrelic/one_dashboard_json.py,sha256=u-JceUUU1oHvQ_QT5rSy5kWw17dGR4hk_X0qg-NVT-s,12622
41
41
  pulumi_newrelic/one_dashboard_raw.py,sha256=M9TgRdqEwEDFwJtzN2retbMG3b8aNih10hL0n0MihUY,23542
42
- pulumi_newrelic/outputs.py,sha256=OGDzvf4iHvXAZcoixTcylRE5PJTz78KbHM00IQtGpoc,487065
42
+ pulumi_newrelic/outputs.py,sha256=JpXWUYvtGIcDBsy2RnZPDx-i9cAU6-JldoKRAUSbdBk,489343
43
43
  pulumi_newrelic/provider.py,sha256=Bsa8btfylF9MK4dh4DF7RFTc8PaDI7qMeaFipQxwATw,18319
44
- pulumi_newrelic/pulumi-plugin.json,sha256=8tTKj2EAWfbxh3PLcMakMC83waNvYTwZjmiiUTpW6Gk,85
44
+ pulumi_newrelic/pulumi-plugin.json,sha256=8HvhuqS6vKS0U6DbeSzKUlJX6dywyzgtr0lYl-eVlmg,68
45
45
  pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
46
  pulumi_newrelic/service_level.py,sha256=HGA0UqZYKEzclHATagPnyDpvsrQodHrjvewC6EkACHc,30071
47
47
  pulumi_newrelic/user.py,sha256=kmrrs7yU396-mOZwigKQVS4iAyJHGZgevWJJkjU_CdI,18942
@@ -70,20 +70,20 @@ pulumi_newrelic/plugins/application_settings.py,sha256=gih1hG-Rh786Uqj-csmAeOJVe
70
70
  pulumi_newrelic/plugins/outputs.py,sha256=hDj9PHWGK_VrH0RU3spmsg8GkeTCgitR70WapbIEomc,16551
71
71
  pulumi_newrelic/plugins/workload.py,sha256=yf-bG6cYs7_yFY8P8QJ_gbbczII9huKQtZ1r04MjlqY,41948
72
72
  pulumi_newrelic/synthetics/__init__.py,sha256=8O5SCapCaxLPwCnTDb8XJ3w1Vw_1avXP4bCZ3bTXxMs,680
73
- pulumi_newrelic/synthetics/_inputs.py,sha256=F8ecjlj2j3gv0oWwFNYGht9gktjMDumW-_hxoz852UE,13597
73
+ pulumi_newrelic/synthetics/_inputs.py,sha256=wG65bo-G3IZqpM38sGqptmaKOxJSSmCySyhbUJLPZt4,13645
74
74
  pulumi_newrelic/synthetics/alert_condition.py,sha256=XBqXU5foY1T2NxcytRKIU30BDnUnHACXoM1MGPZz8To,21273
75
- pulumi_newrelic/synthetics/broken_links_monitor.py,sha256=PkM-pXBSDwCg55MirUM95B9srEcURCBqyB1Th0tmLDQ,45101
76
- pulumi_newrelic/synthetics/cert_check_monitor.py,sha256=4TaeguoOOUcZysgxOoS67VNQRcddji7xuxHLBLnAEMk,47189
75
+ pulumi_newrelic/synthetics/broken_links_monitor.py,sha256=oJzi4iEUKTn0cv3XxXbh5EVjTeUTcEyHc-51KWSDyxo,45458
76
+ pulumi_newrelic/synthetics/cert_check_monitor.py,sha256=4qJtxkNhbG6WHBVqrGzje4xsbaFf9ssDam0rtdQFRmo,47546
77
77
  pulumi_newrelic/synthetics/get_private_location.py,sha256=4ZJdNrhcmeLdFlcYWauHqDlcluhpBdHKShnD3XF5eKw,5795
78
78
  pulumi_newrelic/synthetics/get_secure_credential.py,sha256=xexkDSteNi9kn0UuucFUSTIbz_NaHOzw6HTsg2yGoEU,5479
79
- pulumi_newrelic/synthetics/monitor.py,sha256=v2sRF6AS_rXK19CV2erLTgyvtJH_Ox8JtLc_sFdKBPA,65034
79
+ pulumi_newrelic/synthetics/monitor.py,sha256=aNoZlfNtZMzAOBJnwNWZyyxThRmO8pI5sGGYscVIoAM,66175
80
80
  pulumi_newrelic/synthetics/multi_location_alert_condition.py,sha256=sUgfNP5DMvIsqEtgbQ1DoRbxhq4d76pdnMm8Kaz3xkA,34959
81
- pulumi_newrelic/synthetics/outputs.py,sha256=vYBs8vBYKPBJoLpopcyZbVX8bHCXTuCx4hFehc4R_Hs,11169
81
+ pulumi_newrelic/synthetics/outputs.py,sha256=z5-aR2wEr5nl36oFpcxI1ICSDWzci3KRU5G_OAz9MUM,11217
82
82
  pulumi_newrelic/synthetics/private_location.py,sha256=Z6Pj1vjDif95ep7w4QhWu3jsQQ5USzIjhzaFCA9oGBg,17299
83
- pulumi_newrelic/synthetics/script_monitor.py,sha256=8KAKVVBTWe1DEzW1iueC6OkqTJgJB6B4hougDF4P1dI,54363
83
+ pulumi_newrelic/synthetics/script_monitor.py,sha256=xmjPoTtX4UeAoL9BsArSXYrw3k1eZXQXTJuuYYrHevU,57186
84
84
  pulumi_newrelic/synthetics/secure_credential.py,sha256=VhiFz5VYzSoyndMhYJk-aoIIoVjechXClltZUThei_8,15602
85
- pulumi_newrelic/synthetics/step_monitor.py,sha256=BpNXwyvNmb5s2EUTz-i53aAwi1CW5-lNl4wXW_4rN6A,50385
86
- pulumi_newrelic-5.27.0a1720850724.dist-info/METADATA,sha256=mlGt_QlXkOcDccY_rsbA3GEM3jhdSs40PTWk8DigdtU,3900
87
- pulumi_newrelic-5.27.0a1720850724.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
88
- pulumi_newrelic-5.27.0a1720850724.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
89
- pulumi_newrelic-5.27.0a1720850724.dist-info/RECORD,,
85
+ pulumi_newrelic/synthetics/step_monitor.py,sha256=uI8y4YcsXHaTWwk3_iEfrT2myPwiA3_isIN5nvQMftc,50742
86
+ pulumi_newrelic-5.27.1.dist-info/METADATA,sha256=MzRGK7C0PnzFi9VRYzE_r5z91DQXDGQ81N8SRniUxoc,3889
87
+ pulumi_newrelic-5.27.1.dist-info/WHEEL,sha256=-oYQCr74JF3a37z2nRlQays_SX2MqOANoqVjBBAP2yE,91
88
+ pulumi_newrelic-5.27.1.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
89
+ pulumi_newrelic-5.27.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (70.3.0)
2
+ Generator: setuptools (71.0.3)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5