pulumi-newrelic 5.49.0a1754106356__py3-none-any.whl → 5.50.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-newrelic might be problematic. Click here for more details.

@@ -37,8 +37,7 @@ class MonitorDowntimeArgs:
37
37
  :param pulumi.Input[_builtins.str] mode: An identifier of the type of Monitor Downtime to be created.
38
38
  :param pulumi.Input[_builtins.str] start_time: A datetime stamp signifying the start of the Monitor Downtime.
39
39
  :param pulumi.Input[_builtins.str] time_zone: The timezone that applies to the Monitor Downtime schedule.
40
- :param pulumi.Input[_builtins.str] account_id: The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the
41
- provider{} configuration if not specified.
40
+ :param pulumi.Input[_builtins.str] account_id: The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the provider{} configuration if not specified.
42
41
  :param pulumi.Input['MonitorDowntimeEndRepeatArgs'] end_repeat: A specification of when the Monitor Downtime should end its repeat cycle, by number of occurrences or date.
43
42
  :param pulumi.Input['MonitorDowntimeFrequencyArgs'] frequency: Configuration options for which days of the month a monitor downtime will occur
44
43
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] maintenance_days: A list of maintenance days to be included with the created weekly Monitor Downtime.
@@ -114,8 +113,7 @@ class MonitorDowntimeArgs:
114
113
  @pulumi.getter(name="accountId")
115
114
  def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
116
115
  """
117
- The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the
118
- provider{} configuration if not specified.
116
+ The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the provider{} configuration if not specified.
119
117
  """
120
118
  return pulumi.get(self, "account_id")
121
119
 
@@ -199,8 +197,7 @@ class _MonitorDowntimeState:
199
197
  time_zone: Optional[pulumi.Input[_builtins.str]] = None):
200
198
  """
201
199
  Input properties used for looking up and filtering MonitorDowntime resources.
202
- :param pulumi.Input[_builtins.str] account_id: The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the
203
- provider{} configuration if not specified.
200
+ :param pulumi.Input[_builtins.str] account_id: The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the provider{} configuration if not specified.
204
201
  :param pulumi.Input['MonitorDowntimeEndRepeatArgs'] end_repeat: A specification of when the Monitor Downtime should end its repeat cycle, by number of occurrences or date.
205
202
  :param pulumi.Input[_builtins.str] end_time: A datetime stamp signifying the end of the Monitor Downtime.
206
203
  :param pulumi.Input['MonitorDowntimeFrequencyArgs'] frequency: Configuration options for which days of the month a monitor downtime will occur
@@ -236,8 +233,7 @@ class _MonitorDowntimeState:
236
233
  @pulumi.getter(name="accountId")
237
234
  def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
238
235
  """
239
- The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the
240
- provider{} configuration if not specified.
236
+ The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the provider{} configuration if not specified.
241
237
  """
242
238
  return pulumi.get(self, "account_id")
243
239
 
@@ -543,8 +539,7 @@ class MonitorDowntime(pulumi.CustomResource):
543
539
 
544
540
  :param str resource_name: The name of the resource.
545
541
  :param pulumi.ResourceOptions opts: Options for the resource.
546
- :param pulumi.Input[_builtins.str] account_id: The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the
547
- provider{} configuration if not specified.
542
+ :param pulumi.Input[_builtins.str] account_id: The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the provider{} configuration if not specified.
548
543
  :param pulumi.Input[Union['MonitorDowntimeEndRepeatArgs', 'MonitorDowntimeEndRepeatArgsDict']] end_repeat: A specification of when the Monitor Downtime should end its repeat cycle, by number of occurrences or date.
549
544
  :param pulumi.Input[_builtins.str] end_time: A datetime stamp signifying the end of the Monitor Downtime.
550
545
  :param pulumi.Input[Union['MonitorDowntimeFrequencyArgs', 'MonitorDowntimeFrequencyArgsDict']] frequency: Configuration options for which days of the month a monitor downtime will occur
@@ -810,8 +805,7 @@ class MonitorDowntime(pulumi.CustomResource):
810
805
  :param str resource_name: The unique name of the resulting resource.
811
806
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
812
807
  :param pulumi.ResourceOptions opts: Options for the resource.
813
- :param pulumi.Input[_builtins.str] account_id: The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the
814
- provider{} configuration if not specified.
808
+ :param pulumi.Input[_builtins.str] account_id: The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the provider{} configuration if not specified.
815
809
  :param pulumi.Input[Union['MonitorDowntimeEndRepeatArgs', 'MonitorDowntimeEndRepeatArgsDict']] end_repeat: A specification of when the Monitor Downtime should end its repeat cycle, by number of occurrences or date.
816
810
  :param pulumi.Input[_builtins.str] end_time: A datetime stamp signifying the end of the Monitor Downtime.
817
811
  :param pulumi.Input[Union['MonitorDowntimeFrequencyArgs', 'MonitorDowntimeFrequencyArgsDict']] frequency: Configuration options for which days of the month a monitor downtime will occur
@@ -842,8 +836,7 @@ class MonitorDowntime(pulumi.CustomResource):
842
836
  @pulumi.getter(name="accountId")
843
837
  def account_id(self) -> pulumi.Output[_builtins.str]:
844
838
  """
845
- The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the
846
- provider{} configuration if not specified.
839
+ The ID of the New Relic account in which the Monitor Downtime shall be created. Defaults to the `account_id` in the provider{} configuration if not specified.
847
840
  """
848
841
  return pulumi.get(self, "account_id")
849
842
 
@@ -33,9 +33,7 @@ class NotificationDestinationArgs:
33
33
  """
34
34
  The set of arguments for constructing a NotificationDestination resource.
35
35
  :param pulumi.Input[Sequence[pulumi.Input['NotificationDestinationPropertyArgs']]] properties: A nested block that describes a notification destination property. See Nested property blocks below for details.
36
- :param pulumi.Input[_builtins.str] type: (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP,
37
- PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY,
38
- MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION).
36
+ :param pulumi.Input[_builtins.str] type: (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION).
39
37
  :param pulumi.Input[_builtins.str] account_id: Determines the New Relic account where the notification destination will be created. Defaults to the account associated with the API key used.
40
38
  :param pulumi.Input[_builtins.bool] active: Indicates whether the destination is active.
41
39
  :param pulumi.Input['NotificationDestinationAuthBasicArgs'] auth_basic: A nested block that describes a basic username and password authentication credentials. Only one auth_basic block is permitted per notification destination definition. See Nested auth_basic blocks below for details.
@@ -77,9 +75,7 @@ class NotificationDestinationArgs:
77
75
  @pulumi.getter
78
76
  def type(self) -> pulumi.Input[_builtins.str]:
79
77
  """
80
- (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP,
81
- PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY,
82
- MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION).
78
+ (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION).
83
79
  """
84
80
  return pulumi.get(self, "type")
85
81
 
@@ -200,9 +196,7 @@ class _NotificationDestinationState:
200
196
  :param pulumi.Input[Sequence[pulumi.Input['NotificationDestinationPropertyArgs']]] properties: A nested block that describes a notification destination property. See Nested property blocks below for details.
201
197
  :param pulumi.Input['NotificationDestinationSecureUrlArgs'] secure_url: A nested block that describes a URL that contains sensitive data at the path or parameters. Only one secure_url block is permitted per notification destination definition. See Nested secure_url blocks below for details.
202
198
  :param pulumi.Input[_builtins.str] status: The status of the destination.
203
- :param pulumi.Input[_builtins.str] type: (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP,
204
- PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY,
205
- MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION).
199
+ :param pulumi.Input[_builtins.str] type: (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION).
206
200
  """
207
201
  if account_id is not None:
208
202
  pulumi.set(__self__, "account_id", account_id)
@@ -365,9 +359,7 @@ class _NotificationDestinationState:
365
359
  @pulumi.getter
366
360
  def type(self) -> Optional[pulumi.Input[_builtins.str]]:
367
361
  """
368
- (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP,
369
- PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY,
370
- MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION).
362
+ (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION).
371
363
  """
372
364
  return pulumi.get(self, "type")
373
365
 
@@ -471,9 +463,7 @@ class NotificationDestination(pulumi.CustomResource):
471
463
  :param pulumi.Input[_builtins.str] name: The name of the destination.
472
464
  :param pulumi.Input[Sequence[pulumi.Input[Union['NotificationDestinationPropertyArgs', 'NotificationDestinationPropertyArgsDict']]]] properties: A nested block that describes a notification destination property. See Nested property blocks below for details.
473
465
  :param pulumi.Input[Union['NotificationDestinationSecureUrlArgs', 'NotificationDestinationSecureUrlArgsDict']] secure_url: A nested block that describes a URL that contains sensitive data at the path or parameters. Only one secure_url block is permitted per notification destination definition. See Nested secure_url blocks below for details.
474
- :param pulumi.Input[_builtins.str] type: (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP,
475
- PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY,
476
- MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION).
466
+ :param pulumi.Input[_builtins.str] type: (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION).
477
467
  """
478
468
  ...
479
469
  @overload
@@ -639,9 +629,7 @@ class NotificationDestination(pulumi.CustomResource):
639
629
  :param pulumi.Input[Sequence[pulumi.Input[Union['NotificationDestinationPropertyArgs', 'NotificationDestinationPropertyArgsDict']]]] properties: A nested block that describes a notification destination property. See Nested property blocks below for details.
640
630
  :param pulumi.Input[Union['NotificationDestinationSecureUrlArgs', 'NotificationDestinationSecureUrlArgsDict']] secure_url: A nested block that describes a URL that contains sensitive data at the path or parameters. Only one secure_url block is permitted per notification destination definition. See Nested secure_url blocks below for details.
641
631
  :param pulumi.Input[_builtins.str] status: The status of the destination.
642
- :param pulumi.Input[_builtins.str] type: (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP,
643
- PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY,
644
- MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION).
632
+ :param pulumi.Input[_builtins.str] type: (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION).
645
633
  """
646
634
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
647
635
 
@@ -753,9 +741,7 @@ class NotificationDestination(pulumi.CustomResource):
753
741
  @pulumi.getter
754
742
  def type(self) -> pulumi.Output[_builtins.str]:
755
743
  """
756
- (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP,
757
- PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY,
758
- MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION).
744
+ (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY, MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION).
759
745
  """
760
746
  return pulumi.get(self, "type")
761
747
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "newrelic",
4
- "version": "5.49.0-alpha.1754106356"
4
+ "version": "5.50.0"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_newrelic
3
- Version: 5.49.0a1754106356
3
+ Version: 5.50.0
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
@@ -30,9 +30,9 @@ pulumi_newrelic/group.py,sha256=M5BqW6ttIcS5tMwGOJDCKS5VU41MkYgmLGhQwxuHptI,1593
30
30
  pulumi_newrelic/infra_alert_condition.py,sha256=mPbYmGo3LU7CvqQIsXGa5-oQSYwKLWBkVcqe2FJKSB4,60804
31
31
  pulumi_newrelic/key_transaction.py,sha256=ZADTOG_stp94ZW6sAjYedutDk6xhF2Md3x3zilVg3hE,23971
32
32
  pulumi_newrelic/log_parsing_rule.py,sha256=LisajAtcaL3tI4IfxDr2m1qV7ILxbmYS4aWZ7xitiBk,24098
33
- pulumi_newrelic/monitor_downtime.py,sha256=eqqhVY0n_Vf3coh0B0SK21_eRWTL2BqBJSRaLNP6irQ,42350
33
+ pulumi_newrelic/monitor_downtime.py,sha256=eFrGb_WimQE5et66GvIIG29BS0-zlU7gxGvBY_c6gSc,42266
34
34
  pulumi_newrelic/notification_channel.py,sha256=s7iHV_50OqFi0vK82IXoY94s2qIOmYVC_GGVilEAnFA,50583
35
- pulumi_newrelic/notification_destination.py,sha256=DPXI5Ja7BmxAwvd9C5h7LUEx1Iwr9fH-YuPlsNHymHk,41429
35
+ pulumi_newrelic/notification_destination.py,sha256=CIgQtK9zP7Bc7BBTAhSYXGnjZyy1EuOQBhmKa4H1iUs,41261
36
36
  pulumi_newrelic/nrql_alert_condition.py,sha256=mHH83HYqV0MwTt3x65IYDSqmCJ4D182aUwVk4ruif5o,123317
37
37
  pulumi_newrelic/nrql_drop_rule.py,sha256=94jXXbW-CjcZUhUlQtrm4CdVhZunV1QRVmVTqJaAkcA,18544
38
38
  pulumi_newrelic/obfuscation_expression.py,sha256=_IemP9OPdRPD2KtWoebyKr3BIyuVp7-YC71-IiBRDcc,13277
@@ -42,7 +42,7 @@ pulumi_newrelic/one_dashboard_json.py,sha256=jZ3BH18YiQjUzS0AyJGpFcyj3Ai8ZlKuVrM
42
42
  pulumi_newrelic/one_dashboard_raw.py,sha256=bTp__xyOtRYfwLR81YQLYyi_9NQNpTee7B_dIhnMGaM,24626
43
43
  pulumi_newrelic/outputs.py,sha256=lTP4XwC_1Mjxk0x2AQcZGRm9YoNWAHys4ZHHqAkNX9w,621054
44
44
  pulumi_newrelic/provider.py,sha256=644yJkWitRT_BZOlW_q-_W0x_bnLAIfOrFx_O1V_CEA,20441
45
- pulumi_newrelic/pulumi-plugin.json,sha256=IFTHhhAReSMlJmG0Z1SCP_ZWMugB0Ky9HUheTCnFDxE,85
45
+ pulumi_newrelic/pulumi-plugin.json,sha256=6XNG9uQSIHwLQFUFYFzWS3_jJ1CgmG8APfbpjqSpO4M,68
46
46
  pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
47
  pulumi_newrelic/service_level.py,sha256=gxclcbnMv1zxbt3ZSR1QCHSzcKiYXUCJfFjbyn3mKvE,29792
48
48
  pulumi_newrelic/user.py,sha256=CTl-KJ2yLDl8dwmRGksYCHCQ2KvUyA8U81WV4cGpaj4,19842
@@ -84,7 +84,7 @@ pulumi_newrelic/synthetics/private_location.py,sha256=RInZWYYxloyzGmgaVTsEO_fGrn
84
84
  pulumi_newrelic/synthetics/script_monitor.py,sha256=3yEDZqm5R__WEsgb-EhB5kla7eyd9RdO9eauqfFqB7I,70607
85
85
  pulumi_newrelic/synthetics/secure_credential.py,sha256=f4gs62_FcBaeO6YMZLMKwBuOS73qxpKmudoelXbmtso,16701
86
86
  pulumi_newrelic/synthetics/step_monitor.py,sha256=1PtSgEInngOinmSSPaPqIxwJx2iSRoMSa9Fw6zlh-rQ,52671
87
- pulumi_newrelic-5.49.0a1754106356.dist-info/METADATA,sha256=eIOFUlyWSDjyALZleOC0l6F6sul-Ebw-wHPZ6UW3Ycs,3966
88
- pulumi_newrelic-5.49.0a1754106356.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
89
- pulumi_newrelic-5.49.0a1754106356.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
90
- pulumi_newrelic-5.49.0a1754106356.dist-info/RECORD,,
87
+ pulumi_newrelic-5.50.0.dist-info/METADATA,sha256=rys1hEWvvUTYO_NiJWFxl-2E9C7PejmHkhP834Uo9eM,3955
88
+ pulumi_newrelic-5.50.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
89
+ pulumi_newrelic-5.50.0.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
90
+ pulumi_newrelic-5.50.0.dist-info/RECORD,,