pulumi-newrelic 5.23.0__py3-none-any.whl → 5.23.0a1711605988__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.
- pulumi_newrelic/_inputs.py +270 -183
- pulumi_newrelic/account_management.py +20 -20
- pulumi_newrelic/alert_channel.py +92 -76
- pulumi_newrelic/alert_condition.py +163 -104
- pulumi_newrelic/alert_muting_rule.py +35 -33
- pulumi_newrelic/alert_policy.py +43 -68
- pulumi_newrelic/alert_policy_channel.py +8 -12
- pulumi_newrelic/cloud/_inputs.py +1072 -322
- pulumi_newrelic/cloud/aws_govcloud_link_account.py +6 -4
- pulumi_newrelic/cloud/aws_integrations.py +15 -13
- pulumi_newrelic/cloud/aws_link_account.py +6 -4
- pulumi_newrelic/cloud/azure_integrations.py +12 -10
- pulumi_newrelic/cloud/azure_link_account.py +6 -4
- pulumi_newrelic/cloud/gcp_integrations.py +6 -6
- pulumi_newrelic/cloud/gcp_link_account.py +6 -4
- pulumi_newrelic/cloud/outputs.py +1072 -322
- pulumi_newrelic/data_partition_rule.py +4 -0
- pulumi_newrelic/entity_tags.py +17 -13
- pulumi_newrelic/events_to_metrics_rule.py +4 -2
- pulumi_newrelic/get_account.py +4 -0
- pulumi_newrelic/get_application.py +10 -8
- pulumi_newrelic/get_authentication_domain.py +8 -4
- pulumi_newrelic/get_cloud_account.py +4 -0
- pulumi_newrelic/get_entity.py +33 -48
- pulumi_newrelic/get_group.py +8 -42
- pulumi_newrelic/get_key_transaction.py +10 -8
- pulumi_newrelic/get_notification_destination.py +1 -20
- pulumi_newrelic/get_obfuscation_expression.py +4 -2
- pulumi_newrelic/get_service_level_alert_helper.py +46 -22
- pulumi_newrelic/get_test_grok_pattern.py +6 -4
- pulumi_newrelic/get_user.py +4 -0
- pulumi_newrelic/group.py +42 -40
- pulumi_newrelic/infra_alert_condition.py +145 -154
- pulumi_newrelic/insights/event.py +25 -8
- pulumi_newrelic/log_parsing_rule.py +10 -6
- pulumi_newrelic/monitor_downtime.py +193 -174
- pulumi_newrelic/notification_channel.py +150 -124
- pulumi_newrelic/notification_destination.py +1 -95
- pulumi_newrelic/nrql_alert_condition.py +48 -38
- pulumi_newrelic/nrql_drop_rule.py +38 -34
- pulumi_newrelic/obfuscation_expression.py +4 -2
- pulumi_newrelic/obfuscation_rule.py +4 -4
- pulumi_newrelic/one_dashboard.py +48 -42
- pulumi_newrelic/one_dashboard_raw.py +86 -86
- pulumi_newrelic/outputs.py +270 -180
- pulumi_newrelic/plugins/_inputs.py +16 -16
- pulumi_newrelic/plugins/application_settings.py +36 -20
- pulumi_newrelic/plugins/outputs.py +16 -16
- pulumi_newrelic/plugins/workload.py +40 -158
- pulumi_newrelic/service_level.py +123 -38
- pulumi_newrelic/synthetics/alert_condition.py +78 -34
- pulumi_newrelic/synthetics/broken_links_monitor.py +20 -18
- pulumi_newrelic/synthetics/cert_check_monitor.py +18 -16
- pulumi_newrelic/synthetics/get_private_location.py +8 -0
- pulumi_newrelic/synthetics/get_secure_credential.py +12 -0
- pulumi_newrelic/synthetics/monitor.py +52 -48
- pulumi_newrelic/synthetics/multi_location_alert_condition.py +83 -69
- pulumi_newrelic/synthetics/private_location.py +6 -6
- pulumi_newrelic/synthetics/script_monitor.py +42 -38
- pulumi_newrelic/synthetics/secure_credential.py +22 -25
- pulumi_newrelic/synthetics/step_monitor.py +20 -18
- pulumi_newrelic/user.py +10 -8
- pulumi_newrelic/workflow.py +24 -20
- {pulumi_newrelic-5.23.0.dist-info → pulumi_newrelic-5.23.0a1711605988.dist-info}/METADATA +1 -1
- pulumi_newrelic-5.23.0a1711605988.dist-info/RECORD +89 -0
- pulumi_newrelic-5.23.0.dist-info/RECORD +0 -89
- {pulumi_newrelic-5.23.0.dist-info → pulumi_newrelic-5.23.0a1711605988.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.23.0.dist-info → pulumi_newrelic-5.23.0a1711605988.dist-info}/top_level.txt +0 -0
pulumi_newrelic/outputs.py
CHANGED
@@ -24,10 +24,8 @@ __all__ = [
|
|
24
24
|
'MonitorDowntimeFrequencyDaysOfWeek',
|
25
25
|
'NotificationChannelProperty',
|
26
26
|
'NotificationDestinationAuthBasic',
|
27
|
-
'NotificationDestinationAuthCustomHeader',
|
28
27
|
'NotificationDestinationAuthToken',
|
29
28
|
'NotificationDestinationProperty',
|
30
|
-
'NotificationDestinationSecureUrl',
|
31
29
|
'NrqlAlertConditionCritical',
|
32
30
|
'NrqlAlertConditionNrql',
|
33
31
|
'NrqlAlertConditionTerm',
|
@@ -170,7 +168,6 @@ __all__ = [
|
|
170
168
|
'GetAlertChannelConfigResult',
|
171
169
|
'GetEntityTagResult',
|
172
170
|
'GetNotificationDestinationPropertyResult',
|
173
|
-
'GetNotificationDestinationSecureUrlResult',
|
174
171
|
'GetTestGrokPatternTestGrokResult',
|
175
172
|
'GetTestGrokPatternTestGrokAttributeResult',
|
176
173
|
]
|
@@ -240,25 +237,25 @@ class AlertChannelConfig(dict):
|
|
240
237
|
user_id: Optional[str] = None):
|
241
238
|
"""
|
242
239
|
:param str api_key: The API key for integrating with OpsGenie.
|
243
|
-
:param str auth_password: Specifies an authentication password for use with a channel.
|
244
|
-
:param str auth_type: Specifies an authentication method for use with a channel.
|
245
|
-
:param str auth_username: Specifies an authentication username for use with a channel.
|
240
|
+
:param str auth_password: Specifies an authentication password for use with a channel. Supported by the `webhook` channel type.
|
241
|
+
:param str auth_type: Specifies an authentication method for use with a channel. Supported by the `webhook` channel type. Only HTTP basic authentication is currently supported via the value `BASIC`.
|
242
|
+
:param str auth_username: Specifies an authentication username for use with a channel. Supported by the `webhook` channel type.
|
246
243
|
:param str base_url: The base URL of the webhook destination.
|
247
244
|
:param str channel: The Slack channel to send notifications to.
|
248
245
|
:param Mapping[str, str] headers: A map of key/value pairs that represents extra HTTP headers to be sent along with the webhook payload.
|
249
|
-
:param str headers_string: Use instead of headers if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects).
|
250
|
-
:param str include_json_attachment: true or false
|
246
|
+
:param str headers_string: Use instead of `headers` if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with `headers`.
|
247
|
+
:param str include_json_attachment: `true` or `false`. Flag for whether or not to attach a JSON document containing information about the associated alert to the email that is sent to recipients.
|
251
248
|
:param str key: The key for integrating with VictorOps.
|
252
|
-
:param Mapping[str, str] payload: A map of key/value pairs that represents the webhook payload.
|
253
|
-
:param str payload_string: Use instead of payload if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects).
|
254
|
-
:param str payload_type: Can either be application/json or application/x-www-form-urlencoded
|
255
|
-
:param str recipients: A set of recipients for targeting notifications.
|
256
|
-
:param str region: The data center region to store your data.
|
249
|
+
:param Mapping[str, str] payload: A map of key/value pairs that represents the webhook payload. Must provide `payload_type` if setting this argument.
|
250
|
+
:param str payload_string: Use instead of `payload` if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with `payload`.
|
251
|
+
:param str payload_type: Can either be `application/json` or `application/x-www-form-urlencoded`. The `payload_type` argument is _required_ if `payload` is set.
|
252
|
+
:param str recipients: A set of recipients for targeting notifications. Multiple values are comma separated.
|
253
|
+
:param str region: The data center region to store your data. Valid values are `US` and `EU`. Default is `US`.
|
257
254
|
:param str route_key: The route key for integrating with VictorOps.
|
258
255
|
:param str service_key: Specifies the service key for integrating with Pagerduty.
|
259
256
|
:param str tags: A set of tags for targeting notifications. Multiple values are comma separated.
|
260
257
|
:param str teams: A set of teams for targeting notifications. Multiple values are comma separated.
|
261
|
-
:param str url:
|
258
|
+
:param str url: [Slack Webhook URL](https://slack.com/intl/en-es/help/articles/115005265063-Incoming-webhooks-for-Slack).
|
262
259
|
:param str user_id: The user ID for use with the user channel type.
|
263
260
|
"""
|
264
261
|
if api_key is not None:
|
@@ -316,7 +313,7 @@ class AlertChannelConfig(dict):
|
|
316
313
|
@pulumi.getter(name="authPassword")
|
317
314
|
def auth_password(self) -> Optional[str]:
|
318
315
|
"""
|
319
|
-
Specifies an authentication password for use with a channel.
|
316
|
+
Specifies an authentication password for use with a channel. Supported by the `webhook` channel type.
|
320
317
|
"""
|
321
318
|
return pulumi.get(self, "auth_password")
|
322
319
|
|
@@ -324,7 +321,7 @@ class AlertChannelConfig(dict):
|
|
324
321
|
@pulumi.getter(name="authType")
|
325
322
|
def auth_type(self) -> Optional[str]:
|
326
323
|
"""
|
327
|
-
Specifies an authentication method for use with a channel.
|
324
|
+
Specifies an authentication method for use with a channel. Supported by the `webhook` channel type. Only HTTP basic authentication is currently supported via the value `BASIC`.
|
328
325
|
"""
|
329
326
|
return pulumi.get(self, "auth_type")
|
330
327
|
|
@@ -332,7 +329,7 @@ class AlertChannelConfig(dict):
|
|
332
329
|
@pulumi.getter(name="authUsername")
|
333
330
|
def auth_username(self) -> Optional[str]:
|
334
331
|
"""
|
335
|
-
Specifies an authentication username for use with a channel.
|
332
|
+
Specifies an authentication username for use with a channel. Supported by the `webhook` channel type.
|
336
333
|
"""
|
337
334
|
return pulumi.get(self, "auth_username")
|
338
335
|
|
@@ -364,7 +361,7 @@ class AlertChannelConfig(dict):
|
|
364
361
|
@pulumi.getter(name="headersString")
|
365
362
|
def headers_string(self) -> Optional[str]:
|
366
363
|
"""
|
367
|
-
Use instead of headers if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects).
|
364
|
+
Use instead of `headers` if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with `headers`.
|
368
365
|
"""
|
369
366
|
return pulumi.get(self, "headers_string")
|
370
367
|
|
@@ -372,7 +369,7 @@ class AlertChannelConfig(dict):
|
|
372
369
|
@pulumi.getter(name="includeJsonAttachment")
|
373
370
|
def include_json_attachment(self) -> Optional[str]:
|
374
371
|
"""
|
375
|
-
true or false
|
372
|
+
`true` or `false`. Flag for whether or not to attach a JSON document containing information about the associated alert to the email that is sent to recipients.
|
376
373
|
"""
|
377
374
|
return pulumi.get(self, "include_json_attachment")
|
378
375
|
|
@@ -388,7 +385,7 @@ class AlertChannelConfig(dict):
|
|
388
385
|
@pulumi.getter
|
389
386
|
def payload(self) -> Optional[Mapping[str, str]]:
|
390
387
|
"""
|
391
|
-
A map of key/value pairs that represents the webhook payload.
|
388
|
+
A map of key/value pairs that represents the webhook payload. Must provide `payload_type` if setting this argument.
|
392
389
|
"""
|
393
390
|
return pulumi.get(self, "payload")
|
394
391
|
|
@@ -396,7 +393,7 @@ class AlertChannelConfig(dict):
|
|
396
393
|
@pulumi.getter(name="payloadString")
|
397
394
|
def payload_string(self) -> Optional[str]:
|
398
395
|
"""
|
399
|
-
Use instead of payload if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects).
|
396
|
+
Use instead of `payload` if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with `payload`.
|
400
397
|
"""
|
401
398
|
return pulumi.get(self, "payload_string")
|
402
399
|
|
@@ -404,7 +401,7 @@ class AlertChannelConfig(dict):
|
|
404
401
|
@pulumi.getter(name="payloadType")
|
405
402
|
def payload_type(self) -> Optional[str]:
|
406
403
|
"""
|
407
|
-
Can either be application/json or application/x-www-form-urlencoded
|
404
|
+
Can either be `application/json` or `application/x-www-form-urlencoded`. The `payload_type` argument is _required_ if `payload` is set.
|
408
405
|
"""
|
409
406
|
return pulumi.get(self, "payload_type")
|
410
407
|
|
@@ -412,7 +409,7 @@ class AlertChannelConfig(dict):
|
|
412
409
|
@pulumi.getter
|
413
410
|
def recipients(self) -> Optional[str]:
|
414
411
|
"""
|
415
|
-
A set of recipients for targeting notifications.
|
412
|
+
A set of recipients for targeting notifications. Multiple values are comma separated.
|
416
413
|
"""
|
417
414
|
return pulumi.get(self, "recipients")
|
418
415
|
|
@@ -420,7 +417,7 @@ class AlertChannelConfig(dict):
|
|
420
417
|
@pulumi.getter
|
421
418
|
def region(self) -> Optional[str]:
|
422
419
|
"""
|
423
|
-
The data center region to store your data.
|
420
|
+
The data center region to store your data. Valid values are `US` and `EU`. Default is `US`.
|
424
421
|
"""
|
425
422
|
return pulumi.get(self, "region")
|
426
423
|
|
@@ -460,7 +457,7 @@ class AlertChannelConfig(dict):
|
|
460
457
|
@pulumi.getter
|
461
458
|
def url(self) -> Optional[str]:
|
462
459
|
"""
|
463
|
-
|
460
|
+
[Slack Webhook URL](https://slack.com/intl/en-es/help/articles/115005265063-Incoming-webhooks-for-Slack).
|
464
461
|
"""
|
465
462
|
return pulumi.get(self, "url")
|
466
463
|
|
@@ -560,8 +557,8 @@ class AlertMutingRuleCondition(dict):
|
|
560
557
|
conditions: Sequence['outputs.AlertMutingRuleConditionCondition'],
|
561
558
|
operator: str):
|
562
559
|
"""
|
563
|
-
:param Sequence['AlertMutingRuleConditionConditionArgs'] conditions: The individual MutingRuleConditions within the group.
|
564
|
-
:param str operator: The operator used to combine all the MutingRuleConditions within the group.
|
560
|
+
:param Sequence['AlertMutingRuleConditionConditionArgs'] conditions: The individual MutingRuleConditions within the group. See Nested conditions blocks below for details.
|
561
|
+
:param str operator: The operator used to combine all the MutingRuleConditions within the group. Valid values are `AND`, `OR`.
|
565
562
|
"""
|
566
563
|
pulumi.set(__self__, "conditions", conditions)
|
567
564
|
pulumi.set(__self__, "operator", operator)
|
@@ -570,7 +567,7 @@ class AlertMutingRuleCondition(dict):
|
|
570
567
|
@pulumi.getter
|
571
568
|
def conditions(self) -> Sequence['outputs.AlertMutingRuleConditionCondition']:
|
572
569
|
"""
|
573
|
-
The individual MutingRuleConditions within the group.
|
570
|
+
The individual MutingRuleConditions within the group. See Nested conditions blocks below for details.
|
574
571
|
"""
|
575
572
|
return pulumi.get(self, "conditions")
|
576
573
|
|
@@ -578,7 +575,7 @@ class AlertMutingRuleCondition(dict):
|
|
578
575
|
@pulumi.getter
|
579
576
|
def operator(self) -> str:
|
580
577
|
"""
|
581
|
-
The operator used to combine all the MutingRuleConditions within the group.
|
578
|
+
The operator used to combine all the MutingRuleConditions within the group. Valid values are `AND`, `OR`.
|
582
579
|
"""
|
583
580
|
return pulumi.get(self, "operator")
|
584
581
|
|
@@ -590,8 +587,8 @@ class AlertMutingRuleConditionCondition(dict):
|
|
590
587
|
operator: str,
|
591
588
|
values: Sequence[str]):
|
592
589
|
"""
|
593
|
-
:param str attribute: The attribute on an incident.
|
594
|
-
:param str operator: The operator used to
|
590
|
+
:param str attribute: The attribute on an incident. Valid values are `accountId`, `conditionId`, `conditionName`, `conditionRunbookUrl`, `conditionType`, `entity.guid`, `nrqlEventType`, `nrqlQuery`, `policyId`, `policyName`, `product`, `tags.<NAME>`, `targetId`, `targetName`
|
591
|
+
:param str operator: The operator used to combine all the MutingRuleConditions within the group. Valid values are `AND`, `OR`.
|
595
592
|
:param Sequence[str] values: The value(s) to compare against the attribute's value.
|
596
593
|
"""
|
597
594
|
pulumi.set(__self__, "attribute", attribute)
|
@@ -602,7 +599,7 @@ class AlertMutingRuleConditionCondition(dict):
|
|
602
599
|
@pulumi.getter
|
603
600
|
def attribute(self) -> str:
|
604
601
|
"""
|
605
|
-
The attribute on an incident.
|
602
|
+
The attribute on an incident. Valid values are `accountId`, `conditionId`, `conditionName`, `conditionRunbookUrl`, `conditionType`, `entity.guid`, `nrqlEventType`, `nrqlQuery`, `policyId`, `policyName`, `product`, `tags.<NAME>`, `targetId`, `targetName`
|
606
603
|
"""
|
607
604
|
return pulumi.get(self, "attribute")
|
608
605
|
|
@@ -610,7 +607,7 @@ class AlertMutingRuleConditionCondition(dict):
|
|
610
607
|
@pulumi.getter
|
611
608
|
def operator(self) -> str:
|
612
609
|
"""
|
613
|
-
The operator used to
|
610
|
+
The operator used to combine all the MutingRuleConditions within the group. Valid values are `AND`, `OR`.
|
614
611
|
"""
|
615
612
|
return pulumi.get(self, "operator")
|
616
613
|
|
@@ -884,8 +881,10 @@ class MonitorDowntimeEndRepeat(dict):
|
|
884
881
|
on_date: Optional[str] = None,
|
885
882
|
on_repeat: Optional[int] = None):
|
886
883
|
"""
|
887
|
-
:param str on_date:
|
888
|
-
:param int on_repeat:
|
884
|
+
:param str on_date: The date on which the monitor downtime's repeat cycle would need to come to an end, a string in `DDDD-MM-YY` format.
|
885
|
+
:param int on_repeat: An integer that specifies the number of occurrences, after which the monitor downtime's repeat cycle would need to come to an end.
|
886
|
+
|
887
|
+
> **NOTE:** `end_repeat` **can only be used with the modes** `DAILY`, `MONTHLY` and `WEEKLY` and **is an optional argument** when monitor downtimes of these modes are created. Additionally, **either** `on_date` or `on_repeat` **are required to be specified with** `end_repeat`, but not both, as `on_date` and `on_repeat` are mutually exclusive.
|
889
888
|
"""
|
890
889
|
if on_date is not None:
|
891
890
|
pulumi.set(__self__, "on_date", on_date)
|
@@ -896,7 +895,7 @@ class MonitorDowntimeEndRepeat(dict):
|
|
896
895
|
@pulumi.getter(name="onDate")
|
897
896
|
def on_date(self) -> Optional[str]:
|
898
897
|
"""
|
899
|
-
|
898
|
+
The date on which the monitor downtime's repeat cycle would need to come to an end, a string in `DDDD-MM-YY` format.
|
900
899
|
"""
|
901
900
|
return pulumi.get(self, "on_date")
|
902
901
|
|
@@ -904,7 +903,9 @@ class MonitorDowntimeEndRepeat(dict):
|
|
904
903
|
@pulumi.getter(name="onRepeat")
|
905
904
|
def on_repeat(self) -> Optional[int]:
|
906
905
|
"""
|
907
|
-
|
906
|
+
An integer that specifies the number of occurrences, after which the monitor downtime's repeat cycle would need to come to an end.
|
907
|
+
|
908
|
+
> **NOTE:** `end_repeat` **can only be used with the modes** `DAILY`, `MONTHLY` and `WEEKLY` and **is an optional argument** when monitor downtimes of these modes are created. Additionally, **either** `on_date` or `on_repeat` **are required to be specified with** `end_repeat`, but not both, as `on_date` and `on_repeat` are mutually exclusive.
|
908
909
|
"""
|
909
910
|
return pulumi.get(self, "on_repeat")
|
910
911
|
|
@@ -934,8 +935,8 @@ class MonitorDowntimeFrequency(dict):
|
|
934
935
|
days_of_months: Optional[Sequence[int]] = None,
|
935
936
|
days_of_week: Optional['outputs.MonitorDowntimeFrequencyDaysOfWeek'] = None):
|
936
937
|
"""
|
937
|
-
:param Sequence[int] days_of_months: A
|
938
|
-
:param 'MonitorDowntimeFrequencyDaysOfWeekArgs' days_of_week:
|
938
|
+
:param Sequence[int] days_of_months: A list of integers, specifying the days of a month on which the monthly monitor downtime would function, e.g. [3, 6, 14, 23].
|
939
|
+
:param 'MonitorDowntimeFrequencyDaysOfWeekArgs' days_of_week: An argument that specifies a day of a week and its occurrence in a month, on which the monthly monitor downtime would function. This argument, further, comprises the following nested arguments -
|
939
940
|
"""
|
940
941
|
if days_of_months is not None:
|
941
942
|
pulumi.set(__self__, "days_of_months", days_of_months)
|
@@ -946,7 +947,7 @@ class MonitorDowntimeFrequency(dict):
|
|
946
947
|
@pulumi.getter(name="daysOfMonths")
|
947
948
|
def days_of_months(self) -> Optional[Sequence[int]]:
|
948
949
|
"""
|
949
|
-
A
|
950
|
+
A list of integers, specifying the days of a month on which the monthly monitor downtime would function, e.g. [3, 6, 14, 23].
|
950
951
|
"""
|
951
952
|
return pulumi.get(self, "days_of_months")
|
952
953
|
|
@@ -954,7 +955,7 @@ class MonitorDowntimeFrequency(dict):
|
|
954
955
|
@pulumi.getter(name="daysOfWeek")
|
955
956
|
def days_of_week(self) -> Optional['outputs.MonitorDowntimeFrequencyDaysOfWeek']:
|
956
957
|
"""
|
957
|
-
|
958
|
+
An argument that specifies a day of a week and its occurrence in a month, on which the monthly monitor downtime would function. This argument, further, comprises the following nested arguments -
|
958
959
|
"""
|
959
960
|
return pulumi.get(self, "days_of_week")
|
960
961
|
|
@@ -984,8 +985,10 @@ class MonitorDowntimeFrequencyDaysOfWeek(dict):
|
|
984
985
|
ordinal_day_of_month: str,
|
985
986
|
week_day: str):
|
986
987
|
"""
|
987
|
-
:param str ordinal_day_of_month:
|
988
|
-
|
988
|
+
:param str ordinal_day_of_month: The occurrence of `week_day` in a month (one of `"FIRST"`, `"SECOND"`, `"THIRD"`, `"FOURTH"`, `"LAST"`).
|
989
|
+
|
990
|
+
> **NOTE:** `frequency` **can only be used with the mode** `MONTHLY`, and **is a required argument** with monthly monitor downtimes (if the `mode` is `MONTHLY`). Additionally, **either** `days_of_month` or `days_of_week` **are required to be specified with** `frequency`, but not both, as `days_of_month` and `days_of_week` are mutually exclusive. If `days_of_week` is specified, values of **both** of its nested arguments, `week_day` and `ordinal_day_of_month` **would need to be specified** too.
|
991
|
+
:param str week_day: A day of the week (one of `"SUNDAY"`, `"MONDAY"`, `"TUESDAY"`, `"WEDNESDAY"`, `"THURSDAY"`, `"FRIDAY"` or `"SATURDAY"`).
|
989
992
|
"""
|
990
993
|
pulumi.set(__self__, "ordinal_day_of_month", ordinal_day_of_month)
|
991
994
|
pulumi.set(__self__, "week_day", week_day)
|
@@ -994,7 +997,9 @@ class MonitorDowntimeFrequencyDaysOfWeek(dict):
|
|
994
997
|
@pulumi.getter(name="ordinalDayOfMonth")
|
995
998
|
def ordinal_day_of_month(self) -> str:
|
996
999
|
"""
|
997
|
-
|
1000
|
+
The occurrence of `week_day` in a month (one of `"FIRST"`, `"SECOND"`, `"THIRD"`, `"FOURTH"`, `"LAST"`).
|
1001
|
+
|
1002
|
+
> **NOTE:** `frequency` **can only be used with the mode** `MONTHLY`, and **is a required argument** with monthly monitor downtimes (if the `mode` is `MONTHLY`). Additionally, **either** `days_of_month` or `days_of_week` **are required to be specified with** `frequency`, but not both, as `days_of_month` and `days_of_week` are mutually exclusive. If `days_of_week` is specified, values of **both** of its nested arguments, `week_day` and `ordinal_day_of_month` **would need to be specified** too.
|
998
1003
|
"""
|
999
1004
|
return pulumi.get(self, "ordinal_day_of_month")
|
1000
1005
|
|
@@ -1002,7 +1007,7 @@ class MonitorDowntimeFrequencyDaysOfWeek(dict):
|
|
1002
1007
|
@pulumi.getter(name="weekDay")
|
1003
1008
|
def week_day(self) -> str:
|
1004
1009
|
"""
|
1005
|
-
|
1010
|
+
A day of the week (one of `"SUNDAY"`, `"MONDAY"`, `"TUESDAY"`, `"WEDNESDAY"`, `"THURSDAY"`, `"FRIDAY"` or `"SATURDAY"`).
|
1006
1011
|
"""
|
1007
1012
|
return pulumi.get(self, "week_day")
|
1008
1013
|
|
@@ -1032,10 +1037,12 @@ class NotificationChannelProperty(dict):
|
|
1032
1037
|
display_value: Optional[str] = None,
|
1033
1038
|
label: Optional[str] = None):
|
1034
1039
|
"""
|
1035
|
-
:param str key:
|
1036
|
-
:param str value:
|
1037
|
-
:param str display_value:
|
1038
|
-
|
1040
|
+
:param str key: The notification property key.
|
1041
|
+
:param str value: The notification property value.
|
1042
|
+
:param str display_value: The notification property display value.
|
1043
|
+
|
1044
|
+
Each notification channel type supports a specific set of arguments for the `property` block:
|
1045
|
+
:param str label: The notification property label.
|
1039
1046
|
"""
|
1040
1047
|
pulumi.set(__self__, "key", key)
|
1041
1048
|
pulumi.set(__self__, "value", value)
|
@@ -1048,7 +1055,7 @@ class NotificationChannelProperty(dict):
|
|
1048
1055
|
@pulumi.getter
|
1049
1056
|
def key(self) -> str:
|
1050
1057
|
"""
|
1051
|
-
|
1058
|
+
The notification property key.
|
1052
1059
|
"""
|
1053
1060
|
return pulumi.get(self, "key")
|
1054
1061
|
|
@@ -1056,7 +1063,7 @@ class NotificationChannelProperty(dict):
|
|
1056
1063
|
@pulumi.getter
|
1057
1064
|
def value(self) -> str:
|
1058
1065
|
"""
|
1059
|
-
|
1066
|
+
The notification property value.
|
1060
1067
|
"""
|
1061
1068
|
return pulumi.get(self, "value")
|
1062
1069
|
|
@@ -1064,7 +1071,9 @@ class NotificationChannelProperty(dict):
|
|
1064
1071
|
@pulumi.getter(name="displayValue")
|
1065
1072
|
def display_value(self) -> Optional[str]:
|
1066
1073
|
"""
|
1067
|
-
|
1074
|
+
The notification property display value.
|
1075
|
+
|
1076
|
+
Each notification channel type supports a specific set of arguments for the `property` block:
|
1068
1077
|
"""
|
1069
1078
|
return pulumi.get(self, "display_value")
|
1070
1079
|
|
@@ -1072,7 +1081,7 @@ class NotificationChannelProperty(dict):
|
|
1072
1081
|
@pulumi.getter
|
1073
1082
|
def label(self) -> Optional[str]:
|
1074
1083
|
"""
|
1075
|
-
|
1084
|
+
The notification property label.
|
1076
1085
|
"""
|
1077
1086
|
return pulumi.get(self, "label")
|
1078
1087
|
|
@@ -1082,44 +1091,38 @@ class NotificationDestinationAuthBasic(dict):
|
|
1082
1091
|
def __init__(__self__, *,
|
1083
1092
|
password: str,
|
1084
1093
|
user: str):
|
1094
|
+
"""
|
1095
|
+
:param str password: Specifies an authentication password for use with a destination.
|
1096
|
+
:param str user: The username of the basic auth.
|
1097
|
+
"""
|
1085
1098
|
pulumi.set(__self__, "password", password)
|
1086
1099
|
pulumi.set(__self__, "user", user)
|
1087
1100
|
|
1088
1101
|
@property
|
1089
1102
|
@pulumi.getter
|
1090
1103
|
def password(self) -> str:
|
1104
|
+
"""
|
1105
|
+
Specifies an authentication password for use with a destination.
|
1106
|
+
"""
|
1091
1107
|
return pulumi.get(self, "password")
|
1092
1108
|
|
1093
1109
|
@property
|
1094
1110
|
@pulumi.getter
|
1095
1111
|
def user(self) -> str:
|
1112
|
+
"""
|
1113
|
+
The username of the basic auth.
|
1114
|
+
"""
|
1096
1115
|
return pulumi.get(self, "user")
|
1097
1116
|
|
1098
1117
|
|
1099
|
-
@pulumi.output_type
|
1100
|
-
class NotificationDestinationAuthCustomHeader(dict):
|
1101
|
-
def __init__(__self__, *,
|
1102
|
-
key: str,
|
1103
|
-
value: str):
|
1104
|
-
pulumi.set(__self__, "key", key)
|
1105
|
-
pulumi.set(__self__, "value", value)
|
1106
|
-
|
1107
|
-
@property
|
1108
|
-
@pulumi.getter
|
1109
|
-
def key(self) -> str:
|
1110
|
-
return pulumi.get(self, "key")
|
1111
|
-
|
1112
|
-
@property
|
1113
|
-
@pulumi.getter
|
1114
|
-
def value(self) -> str:
|
1115
|
-
return pulumi.get(self, "value")
|
1116
|
-
|
1117
|
-
|
1118
1118
|
@pulumi.output_type
|
1119
1119
|
class NotificationDestinationAuthToken(dict):
|
1120
1120
|
def __init__(__self__, *,
|
1121
1121
|
token: str,
|
1122
1122
|
prefix: Optional[str] = None):
|
1123
|
+
"""
|
1124
|
+
:param str prefix: The prefix of the token auth.
|
1125
|
+
"""
|
1123
1126
|
pulumi.set(__self__, "token", token)
|
1124
1127
|
if prefix is not None:
|
1125
1128
|
pulumi.set(__self__, "prefix", prefix)
|
@@ -1132,6 +1135,9 @@ class NotificationDestinationAuthToken(dict):
|
|
1132
1135
|
@property
|
1133
1136
|
@pulumi.getter
|
1134
1137
|
def prefix(self) -> Optional[str]:
|
1138
|
+
"""
|
1139
|
+
The prefix of the token auth.
|
1140
|
+
"""
|
1135
1141
|
return pulumi.get(self, "prefix")
|
1136
1142
|
|
1137
1143
|
|
@@ -1160,10 +1166,12 @@ class NotificationDestinationProperty(dict):
|
|
1160
1166
|
display_value: Optional[str] = None,
|
1161
1167
|
label: Optional[str] = None):
|
1162
1168
|
"""
|
1163
|
-
:param str key:
|
1164
|
-
:param str value:
|
1165
|
-
:param str display_value:
|
1166
|
-
|
1169
|
+
:param str key: The notification property key.
|
1170
|
+
:param str value: The notification property value.
|
1171
|
+
:param str display_value: The notification property display value.
|
1172
|
+
|
1173
|
+
Each notification destination type supports a specific set of arguments for the `property` block. See Additional Examples below for details:
|
1174
|
+
:param str label: The notification property label.
|
1167
1175
|
"""
|
1168
1176
|
pulumi.set(__self__, "key", key)
|
1169
1177
|
pulumi.set(__self__, "value", value)
|
@@ -1176,7 +1184,7 @@ class NotificationDestinationProperty(dict):
|
|
1176
1184
|
@pulumi.getter
|
1177
1185
|
def key(self) -> str:
|
1178
1186
|
"""
|
1179
|
-
|
1187
|
+
The notification property key.
|
1180
1188
|
"""
|
1181
1189
|
return pulumi.get(self, "key")
|
1182
1190
|
|
@@ -1184,7 +1192,7 @@ class NotificationDestinationProperty(dict):
|
|
1184
1192
|
@pulumi.getter
|
1185
1193
|
def value(self) -> str:
|
1186
1194
|
"""
|
1187
|
-
|
1195
|
+
The notification property value.
|
1188
1196
|
"""
|
1189
1197
|
return pulumi.get(self, "value")
|
1190
1198
|
|
@@ -1192,7 +1200,9 @@ class NotificationDestinationProperty(dict):
|
|
1192
1200
|
@pulumi.getter(name="displayValue")
|
1193
1201
|
def display_value(self) -> Optional[str]:
|
1194
1202
|
"""
|
1195
|
-
|
1203
|
+
The notification property display value.
|
1204
|
+
|
1205
|
+
Each notification destination type supports a specific set of arguments for the `property` block. See Additional Examples below for details:
|
1196
1206
|
"""
|
1197
1207
|
return pulumi.get(self, "display_value")
|
1198
1208
|
|
@@ -1200,47 +1210,11 @@ class NotificationDestinationProperty(dict):
|
|
1200
1210
|
@pulumi.getter
|
1201
1211
|
def label(self) -> Optional[str]:
|
1202
1212
|
"""
|
1203
|
-
|
1213
|
+
The notification property label.
|
1204
1214
|
"""
|
1205
1215
|
return pulumi.get(self, "label")
|
1206
1216
|
|
1207
1217
|
|
1208
|
-
@pulumi.output_type
|
1209
|
-
class NotificationDestinationSecureUrl(dict):
|
1210
|
-
@staticmethod
|
1211
|
-
def __key_warning(key: str):
|
1212
|
-
suggest = None
|
1213
|
-
if key == "secureSuffix":
|
1214
|
-
suggest = "secure_suffix"
|
1215
|
-
|
1216
|
-
if suggest:
|
1217
|
-
pulumi.log.warn(f"Key '{key}' not found in NotificationDestinationSecureUrl. Access the value via the '{suggest}' property getter instead.")
|
1218
|
-
|
1219
|
-
def __getitem__(self, key: str) -> Any:
|
1220
|
-
NotificationDestinationSecureUrl.__key_warning(key)
|
1221
|
-
return super().__getitem__(key)
|
1222
|
-
|
1223
|
-
def get(self, key: str, default = None) -> Any:
|
1224
|
-
NotificationDestinationSecureUrl.__key_warning(key)
|
1225
|
-
return super().get(key, default)
|
1226
|
-
|
1227
|
-
def __init__(__self__, *,
|
1228
|
-
prefix: str,
|
1229
|
-
secure_suffix: str):
|
1230
|
-
pulumi.set(__self__, "prefix", prefix)
|
1231
|
-
pulumi.set(__self__, "secure_suffix", secure_suffix)
|
1232
|
-
|
1233
|
-
@property
|
1234
|
-
@pulumi.getter
|
1235
|
-
def prefix(self) -> str:
|
1236
|
-
return pulumi.get(self, "prefix")
|
1237
|
-
|
1238
|
-
@property
|
1239
|
-
@pulumi.getter(name="secureSuffix")
|
1240
|
-
def secure_suffix(self) -> str:
|
1241
|
-
return pulumi.get(self, "secure_suffix")
|
1242
|
-
|
1243
|
-
|
1244
1218
|
@pulumi.output_type
|
1245
1219
|
class NrqlAlertConditionCritical(dict):
|
1246
1220
|
@staticmethod
|
@@ -1752,8 +1726,8 @@ class OneDashboardPage(dict):
|
|
1752
1726
|
widget_stacked_bars: Optional[Sequence['outputs.OneDashboardPageWidgetStackedBar']] = None,
|
1753
1727
|
widget_tables: Optional[Sequence['outputs.OneDashboardPageWidgetTable']] = None):
|
1754
1728
|
"""
|
1755
|
-
:param str name:
|
1756
|
-
:param str description:
|
1729
|
+
:param str name: The title of the dashboard.
|
1730
|
+
:param str description: Brief text describing the dashboard.
|
1757
1731
|
:param str guid: The unique entity identifier of the dashboard page in New Relic.
|
1758
1732
|
:param Sequence['OneDashboardPageWidgetAreaArgs'] widget_areas: An area widget.
|
1759
1733
|
:param Sequence['OneDashboardPageWidgetBarArgs'] widget_bars: A bar widget.
|
@@ -1808,7 +1782,7 @@ class OneDashboardPage(dict):
|
|
1808
1782
|
@pulumi.getter
|
1809
1783
|
def name(self) -> str:
|
1810
1784
|
"""
|
1811
|
-
|
1785
|
+
The title of the dashboard.
|
1812
1786
|
"""
|
1813
1787
|
return pulumi.get(self, "name")
|
1814
1788
|
|
@@ -1816,7 +1790,7 @@ class OneDashboardPage(dict):
|
|
1816
1790
|
@pulumi.getter
|
1817
1791
|
def description(self) -> Optional[str]:
|
1818
1792
|
"""
|
1819
|
-
|
1793
|
+
Brief text describing the dashboard.
|
1820
1794
|
"""
|
1821
1795
|
return pulumi.get(self, "description")
|
1822
1796
|
|
@@ -2269,7 +2243,7 @@ class OneDashboardPageWidgetAreaNrqlQuery(dict):
|
|
2269
2243
|
account_id: Optional[int] = None):
|
2270
2244
|
"""
|
2271
2245
|
:param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
|
2272
|
-
:param int account_id:
|
2246
|
+
:param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
2273
2247
|
"""
|
2274
2248
|
pulumi.set(__self__, "query", query)
|
2275
2249
|
if account_id is not None:
|
@@ -2287,7 +2261,7 @@ class OneDashboardPageWidgetAreaNrqlQuery(dict):
|
|
2287
2261
|
@pulumi.getter(name="accountId")
|
2288
2262
|
def account_id(self) -> Optional[int]:
|
2289
2263
|
"""
|
2290
|
-
|
2264
|
+
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
2291
2265
|
"""
|
2292
2266
|
return pulumi.get(self, "account_id")
|
2293
2267
|
|
@@ -2844,7 +2818,7 @@ class OneDashboardPageWidgetBarNrqlQuery(dict):
|
|
2844
2818
|
account_id: Optional[int] = None):
|
2845
2819
|
"""
|
2846
2820
|
:param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
|
2847
|
-
:param int account_id:
|
2821
|
+
:param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
2848
2822
|
"""
|
2849
2823
|
pulumi.set(__self__, "query", query)
|
2850
2824
|
if account_id is not None:
|
@@ -2862,7 +2836,7 @@ class OneDashboardPageWidgetBarNrqlQuery(dict):
|
|
2862
2836
|
@pulumi.getter(name="accountId")
|
2863
2837
|
def account_id(self) -> Optional[int]:
|
2864
2838
|
"""
|
2865
|
-
|
2839
|
+
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
2866
2840
|
"""
|
2867
2841
|
return pulumi.get(self, "account_id")
|
2868
2842
|
|
@@ -3415,7 +3389,7 @@ class OneDashboardPageWidgetBillboardNrqlQuery(dict):
|
|
3415
3389
|
account_id: Optional[int] = None):
|
3416
3390
|
"""
|
3417
3391
|
:param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
|
3418
|
-
:param int account_id:
|
3392
|
+
:param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
3419
3393
|
"""
|
3420
3394
|
pulumi.set(__self__, "query", query)
|
3421
3395
|
if account_id is not None:
|
@@ -3433,7 +3407,7 @@ class OneDashboardPageWidgetBillboardNrqlQuery(dict):
|
|
3433
3407
|
@pulumi.getter(name="accountId")
|
3434
3408
|
def account_id(self) -> Optional[int]:
|
3435
3409
|
"""
|
3436
|
-
|
3410
|
+
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
3437
3411
|
"""
|
3438
3412
|
return pulumi.get(self, "account_id")
|
3439
3413
|
|
@@ -3973,7 +3947,7 @@ class OneDashboardPageWidgetBulletNrqlQuery(dict):
|
|
3973
3947
|
account_id: Optional[int] = None):
|
3974
3948
|
"""
|
3975
3949
|
:param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
|
3976
|
-
:param int account_id:
|
3950
|
+
:param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
3977
3951
|
"""
|
3978
3952
|
pulumi.set(__self__, "query", query)
|
3979
3953
|
if account_id is not None:
|
@@ -3991,7 +3965,7 @@ class OneDashboardPageWidgetBulletNrqlQuery(dict):
|
|
3991
3965
|
@pulumi.getter(name="accountId")
|
3992
3966
|
def account_id(self) -> Optional[int]:
|
3993
3967
|
"""
|
3994
|
-
|
3968
|
+
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
3995
3969
|
"""
|
3996
3970
|
return pulumi.get(self, "account_id")
|
3997
3971
|
|
@@ -4520,7 +4494,7 @@ class OneDashboardPageWidgetFunnelNrqlQuery(dict):
|
|
4520
4494
|
account_id: Optional[int] = None):
|
4521
4495
|
"""
|
4522
4496
|
:param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
|
4523
|
-
:param int account_id:
|
4497
|
+
:param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
4524
4498
|
"""
|
4525
4499
|
pulumi.set(__self__, "query", query)
|
4526
4500
|
if account_id is not None:
|
@@ -4538,7 +4512,7 @@ class OneDashboardPageWidgetFunnelNrqlQuery(dict):
|
|
4538
4512
|
@pulumi.getter(name="accountId")
|
4539
4513
|
def account_id(self) -> Optional[int]:
|
4540
4514
|
"""
|
4541
|
-
|
4515
|
+
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
4542
4516
|
"""
|
4543
4517
|
return pulumi.get(self, "account_id")
|
4544
4518
|
|
@@ -5095,7 +5069,7 @@ class OneDashboardPageWidgetHeatmapNrqlQuery(dict):
|
|
5095
5069
|
account_id: Optional[int] = None):
|
5096
5070
|
"""
|
5097
5071
|
:param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
|
5098
|
-
:param int account_id:
|
5072
|
+
:param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
5099
5073
|
"""
|
5100
5074
|
pulumi.set(__self__, "query", query)
|
5101
5075
|
if account_id is not None:
|
@@ -5113,7 +5087,7 @@ class OneDashboardPageWidgetHeatmapNrqlQuery(dict):
|
|
5113
5087
|
@pulumi.getter(name="accountId")
|
5114
5088
|
def account_id(self) -> Optional[int]:
|
5115
5089
|
"""
|
5116
|
-
|
5090
|
+
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
5117
5091
|
"""
|
5118
5092
|
return pulumi.get(self, "account_id")
|
5119
5093
|
|
@@ -5642,7 +5616,7 @@ class OneDashboardPageWidgetHistogramNrqlQuery(dict):
|
|
5642
5616
|
account_id: Optional[int] = None):
|
5643
5617
|
"""
|
5644
5618
|
:param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
|
5645
|
-
:param int account_id:
|
5619
|
+
:param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
5646
5620
|
"""
|
5647
5621
|
pulumi.set(__self__, "query", query)
|
5648
5622
|
if account_id is not None:
|
@@ -5660,7 +5634,7 @@ class OneDashboardPageWidgetHistogramNrqlQuery(dict):
|
|
5660
5634
|
@pulumi.getter(name="accountId")
|
5661
5635
|
def account_id(self) -> Optional[int]:
|
5662
5636
|
"""
|
5663
|
-
|
5637
|
+
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
5664
5638
|
"""
|
5665
5639
|
return pulumi.get(self, "account_id")
|
5666
5640
|
|
@@ -6189,7 +6163,7 @@ class OneDashboardPageWidgetJsonNrqlQuery(dict):
|
|
6189
6163
|
account_id: Optional[int] = None):
|
6190
6164
|
"""
|
6191
6165
|
:param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
|
6192
|
-
:param int account_id:
|
6166
|
+
:param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
6193
6167
|
"""
|
6194
6168
|
pulumi.set(__self__, "query", query)
|
6195
6169
|
if account_id is not None:
|
@@ -6207,7 +6181,7 @@ class OneDashboardPageWidgetJsonNrqlQuery(dict):
|
|
6207
6181
|
@pulumi.getter(name="accountId")
|
6208
6182
|
def account_id(self) -> Optional[int]:
|
6209
6183
|
"""
|
6210
|
-
|
6184
|
+
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
6211
6185
|
"""
|
6212
6186
|
return pulumi.get(self, "account_id")
|
6213
6187
|
|
@@ -6750,7 +6724,7 @@ class OneDashboardPageWidgetLineNrqlQuery(dict):
|
|
6750
6724
|
account_id: Optional[int] = None):
|
6751
6725
|
"""
|
6752
6726
|
:param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
|
6753
|
-
:param int account_id:
|
6727
|
+
:param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
6754
6728
|
"""
|
6755
6729
|
pulumi.set(__self__, "query", query)
|
6756
6730
|
if account_id is not None:
|
@@ -6768,7 +6742,7 @@ class OneDashboardPageWidgetLineNrqlQuery(dict):
|
|
6768
6742
|
@pulumi.getter(name="accountId")
|
6769
6743
|
def account_id(self) -> Optional[int]:
|
6770
6744
|
"""
|
6771
|
-
|
6745
|
+
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
6772
6746
|
"""
|
6773
6747
|
return pulumi.get(self, "account_id")
|
6774
6748
|
|
@@ -7297,7 +7271,7 @@ class OneDashboardPageWidgetLogTableNrqlQuery(dict):
|
|
7297
7271
|
account_id: Optional[int] = None):
|
7298
7272
|
"""
|
7299
7273
|
:param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
|
7300
|
-
:param int account_id:
|
7274
|
+
:param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
7301
7275
|
"""
|
7302
7276
|
pulumi.set(__self__, "query", query)
|
7303
7277
|
if account_id is not None:
|
@@ -7315,7 +7289,7 @@ class OneDashboardPageWidgetLogTableNrqlQuery(dict):
|
|
7315
7289
|
@pulumi.getter(name="accountId")
|
7316
7290
|
def account_id(self) -> Optional[int]:
|
7317
7291
|
"""
|
7318
|
-
|
7292
|
+
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
7319
7293
|
"""
|
7320
7294
|
return pulumi.get(self, "account_id")
|
7321
7295
|
|
@@ -8370,7 +8344,7 @@ class OneDashboardPageWidgetPyNrqlQuery(dict):
|
|
8370
8344
|
account_id: Optional[int] = None):
|
8371
8345
|
"""
|
8372
8346
|
:param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
|
8373
|
-
:param int account_id:
|
8347
|
+
:param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
8374
8348
|
"""
|
8375
8349
|
pulumi.set(__self__, "query", query)
|
8376
8350
|
if account_id is not None:
|
@@ -8388,7 +8362,7 @@ class OneDashboardPageWidgetPyNrqlQuery(dict):
|
|
8388
8362
|
@pulumi.getter(name="accountId")
|
8389
8363
|
def account_id(self) -> Optional[int]:
|
8390
8364
|
"""
|
8391
|
-
|
8365
|
+
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
8392
8366
|
"""
|
8393
8367
|
return pulumi.get(self, "account_id")
|
8394
8368
|
|
@@ -8917,7 +8891,7 @@ class OneDashboardPageWidgetStackedBarNrqlQuery(dict):
|
|
8917
8891
|
account_id: Optional[int] = None):
|
8918
8892
|
"""
|
8919
8893
|
:param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
|
8920
|
-
:param int account_id:
|
8894
|
+
:param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
8921
8895
|
"""
|
8922
8896
|
pulumi.set(__self__, "query", query)
|
8923
8897
|
if account_id is not None:
|
@@ -8935,7 +8909,7 @@ class OneDashboardPageWidgetStackedBarNrqlQuery(dict):
|
|
8935
8909
|
@pulumi.getter(name="accountId")
|
8936
8910
|
def account_id(self) -> Optional[int]:
|
8937
8911
|
"""
|
8938
|
-
|
8912
|
+
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
8939
8913
|
"""
|
8940
8914
|
return pulumi.get(self, "account_id")
|
8941
8915
|
|
@@ -9492,7 +9466,7 @@ class OneDashboardPageWidgetTableNrqlQuery(dict):
|
|
9492
9466
|
account_id: Optional[int] = None):
|
9493
9467
|
"""
|
9494
9468
|
:param str query: (Required) Valid NRQL query string. See [Writing NRQL Queries](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/using-nrql/introduction-nrql) for help.
|
9495
|
-
:param int account_id:
|
9469
|
+
:param int account_id: Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
9496
9470
|
"""
|
9497
9471
|
pulumi.set(__self__, "query", query)
|
9498
9472
|
if account_id is not None:
|
@@ -9510,7 +9484,7 @@ class OneDashboardPageWidgetTableNrqlQuery(dict):
|
|
9510
9484
|
@pulumi.getter(name="accountId")
|
9511
9485
|
def account_id(self) -> Optional[int]:
|
9512
9486
|
"""
|
9513
|
-
|
9487
|
+
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
|
9514
9488
|
"""
|
9515
9489
|
return pulumi.get(self, "account_id")
|
9516
9490
|
|
@@ -9930,7 +9904,7 @@ class OneDashboardVariable(dict):
|
|
9930
9904
|
nrql_query: Optional['outputs.OneDashboardVariableNrqlQuery'] = None,
|
9931
9905
|
options: Optional[Sequence['outputs.OneDashboardVariableOption']] = None):
|
9932
9906
|
"""
|
9933
|
-
:param str name:
|
9907
|
+
:param str name: The title of the dashboard.
|
9934
9908
|
:param str replacement_strategy: (Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of `default`, `identifier`, `number` or `string`.
|
9935
9909
|
:param str title: (Optional) A human-friendly display string for this value.
|
9936
9910
|
:param str type: (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
|
@@ -9959,7 +9933,7 @@ class OneDashboardVariable(dict):
|
|
9959
9933
|
@pulumi.getter
|
9960
9934
|
def name(self) -> str:
|
9961
9935
|
"""
|
9962
|
-
|
9936
|
+
The title of the dashboard.
|
9963
9937
|
"""
|
9964
9938
|
return pulumi.get(self, "name")
|
9965
9939
|
|
@@ -10171,6 +10145,13 @@ class ServiceLevelEvents(dict):
|
|
10171
10145
|
valid_events: 'outputs.ServiceLevelEventsValidEvents',
|
10172
10146
|
bad_events: Optional['outputs.ServiceLevelEventsBadEvents'] = None,
|
10173
10147
|
good_events: Optional['outputs.ServiceLevelEventsGoodEvents'] = None):
|
10148
|
+
"""
|
10149
|
+
:param int account_id: The ID of the account where the entity (e.g, APM Service, Browser application, Workload, etc.) belongs to,
|
10150
|
+
and that contains the NRDB data for the SLI/SLO calculations. Note that changing the account ID will force a new resource.
|
10151
|
+
:param 'ServiceLevelEventsValidEventsArgs' valid_events: The definition of valid requests.
|
10152
|
+
:param 'ServiceLevelEventsBadEventsArgs' bad_events: The definition of the bad responses. If you define an SLI from valid and bad events, you must leave the good events argument empty.
|
10153
|
+
:param 'ServiceLevelEventsGoodEventsArgs' good_events: The definition of good responses. If you define an SLI from valid and good events, you must leave the bad events argument empty.
|
10154
|
+
"""
|
10174
10155
|
pulumi.set(__self__, "account_id", account_id)
|
10175
10156
|
pulumi.set(__self__, "valid_events", valid_events)
|
10176
10157
|
if bad_events is not None:
|
@@ -10181,21 +10162,34 @@ class ServiceLevelEvents(dict):
|
|
10181
10162
|
@property
|
10182
10163
|
@pulumi.getter(name="accountId")
|
10183
10164
|
def account_id(self) -> int:
|
10165
|
+
"""
|
10166
|
+
The ID of the account where the entity (e.g, APM Service, Browser application, Workload, etc.) belongs to,
|
10167
|
+
and that contains the NRDB data for the SLI/SLO calculations. Note that changing the account ID will force a new resource.
|
10168
|
+
"""
|
10184
10169
|
return pulumi.get(self, "account_id")
|
10185
10170
|
|
10186
10171
|
@property
|
10187
10172
|
@pulumi.getter(name="validEvents")
|
10188
10173
|
def valid_events(self) -> 'outputs.ServiceLevelEventsValidEvents':
|
10174
|
+
"""
|
10175
|
+
The definition of valid requests.
|
10176
|
+
"""
|
10189
10177
|
return pulumi.get(self, "valid_events")
|
10190
10178
|
|
10191
10179
|
@property
|
10192
10180
|
@pulumi.getter(name="badEvents")
|
10193
10181
|
def bad_events(self) -> Optional['outputs.ServiceLevelEventsBadEvents']:
|
10182
|
+
"""
|
10183
|
+
The definition of the bad responses. If you define an SLI from valid and bad events, you must leave the good events argument empty.
|
10184
|
+
"""
|
10194
10185
|
return pulumi.get(self, "bad_events")
|
10195
10186
|
|
10196
10187
|
@property
|
10197
10188
|
@pulumi.getter(name="goodEvents")
|
10198
10189
|
def good_events(self) -> Optional['outputs.ServiceLevelEventsGoodEvents']:
|
10190
|
+
"""
|
10191
|
+
The definition of good responses. If you define an SLI from valid and good events, you must leave the bad events argument empty.
|
10192
|
+
"""
|
10199
10193
|
return pulumi.get(self, "good_events")
|
10200
10194
|
|
10201
10195
|
|
@@ -10222,6 +10216,12 @@ class ServiceLevelEventsBadEvents(dict):
|
|
10222
10216
|
from_: str,
|
10223
10217
|
select: Optional['outputs.ServiceLevelEventsBadEventsSelect'] = None,
|
10224
10218
|
where: Optional[str] = None):
|
10219
|
+
"""
|
10220
|
+
:param str from_: The event type where NRDB data will be fetched from.
|
10221
|
+
:param 'ServiceLevelEventsBadEventsSelectArgs' select: The NRQL SELECT clause to aggregate events.
|
10222
|
+
:param str where: A filter that narrows down the NRDB events just to those that are considered bad responses (e.g, those that refer to
|
10223
|
+
a particular entity and returned an error).
|
10224
|
+
"""
|
10225
10225
|
pulumi.set(__self__, "from_", from_)
|
10226
10226
|
if select is not None:
|
10227
10227
|
pulumi.set(__self__, "select", select)
|
@@ -10231,16 +10231,26 @@ class ServiceLevelEventsBadEvents(dict):
|
|
10231
10231
|
@property
|
10232
10232
|
@pulumi.getter(name="from")
|
10233
10233
|
def from_(self) -> str:
|
10234
|
+
"""
|
10235
|
+
The event type where NRDB data will be fetched from.
|
10236
|
+
"""
|
10234
10237
|
return pulumi.get(self, "from_")
|
10235
10238
|
|
10236
10239
|
@property
|
10237
10240
|
@pulumi.getter
|
10238
10241
|
def select(self) -> Optional['outputs.ServiceLevelEventsBadEventsSelect']:
|
10242
|
+
"""
|
10243
|
+
The NRQL SELECT clause to aggregate events.
|
10244
|
+
"""
|
10239
10245
|
return pulumi.get(self, "select")
|
10240
10246
|
|
10241
10247
|
@property
|
10242
10248
|
@pulumi.getter
|
10243
10249
|
def where(self) -> Optional[str]:
|
10250
|
+
"""
|
10251
|
+
A filter that narrows down the NRDB events just to those that are considered bad responses (e.g, those that refer to
|
10252
|
+
a particular entity and returned an error).
|
10253
|
+
"""
|
10244
10254
|
return pulumi.get(self, "where")
|
10245
10255
|
|
10246
10256
|
|
@@ -10251,7 +10261,9 @@ class ServiceLevelEventsBadEventsSelect(dict):
|
|
10251
10261
|
attribute: Optional[str] = None,
|
10252
10262
|
threshold: Optional[float] = None):
|
10253
10263
|
"""
|
10254
|
-
:param
|
10264
|
+
:param str function: The function to use in the SELECT clause. Valid values are `COUNT`, `SUM`, `GET_FIELD`, and `GET_CDF_COUNT`.
|
10265
|
+
:param str attribute: The event attribute to use in the SELECT clause.
|
10266
|
+
:param float threshold: Limit for values to be counter by `GET_CDF_COUNT` function.
|
10255
10267
|
"""
|
10256
10268
|
pulumi.set(__self__, "function", function)
|
10257
10269
|
if attribute is not None:
|
@@ -10262,18 +10274,24 @@ class ServiceLevelEventsBadEventsSelect(dict):
|
|
10262
10274
|
@property
|
10263
10275
|
@pulumi.getter
|
10264
10276
|
def function(self) -> str:
|
10277
|
+
"""
|
10278
|
+
The function to use in the SELECT clause. Valid values are `COUNT`, `SUM`, `GET_FIELD`, and `GET_CDF_COUNT`.
|
10279
|
+
"""
|
10265
10280
|
return pulumi.get(self, "function")
|
10266
10281
|
|
10267
10282
|
@property
|
10268
10283
|
@pulumi.getter
|
10269
10284
|
def attribute(self) -> Optional[str]:
|
10285
|
+
"""
|
10286
|
+
The event attribute to use in the SELECT clause.
|
10287
|
+
"""
|
10270
10288
|
return pulumi.get(self, "attribute")
|
10271
10289
|
|
10272
10290
|
@property
|
10273
10291
|
@pulumi.getter
|
10274
10292
|
def threshold(self) -> Optional[float]:
|
10275
10293
|
"""
|
10276
|
-
|
10294
|
+
Limit for values to be counter by `GET_CDF_COUNT` function.
|
10277
10295
|
"""
|
10278
10296
|
return pulumi.get(self, "threshold")
|
10279
10297
|
|
@@ -10301,6 +10319,12 @@ class ServiceLevelEventsGoodEvents(dict):
|
|
10301
10319
|
from_: str,
|
10302
10320
|
select: Optional['outputs.ServiceLevelEventsGoodEventsSelect'] = None,
|
10303
10321
|
where: Optional[str] = None):
|
10322
|
+
"""
|
10323
|
+
:param str from_: The event type where NRDB data will be fetched from.
|
10324
|
+
:param 'ServiceLevelEventsGoodEventsSelectArgs' select: The NRQL SELECT clause to aggregate events.
|
10325
|
+
:param str where: A filter that narrows down the NRDB events just to those that are considered bad responses (e.g, those that refer to
|
10326
|
+
a particular entity and returned an error).
|
10327
|
+
"""
|
10304
10328
|
pulumi.set(__self__, "from_", from_)
|
10305
10329
|
if select is not None:
|
10306
10330
|
pulumi.set(__self__, "select", select)
|
@@ -10310,16 +10334,26 @@ class ServiceLevelEventsGoodEvents(dict):
|
|
10310
10334
|
@property
|
10311
10335
|
@pulumi.getter(name="from")
|
10312
10336
|
def from_(self) -> str:
|
10337
|
+
"""
|
10338
|
+
The event type where NRDB data will be fetched from.
|
10339
|
+
"""
|
10313
10340
|
return pulumi.get(self, "from_")
|
10314
10341
|
|
10315
10342
|
@property
|
10316
10343
|
@pulumi.getter
|
10317
10344
|
def select(self) -> Optional['outputs.ServiceLevelEventsGoodEventsSelect']:
|
10345
|
+
"""
|
10346
|
+
The NRQL SELECT clause to aggregate events.
|
10347
|
+
"""
|
10318
10348
|
return pulumi.get(self, "select")
|
10319
10349
|
|
10320
10350
|
@property
|
10321
10351
|
@pulumi.getter
|
10322
10352
|
def where(self) -> Optional[str]:
|
10353
|
+
"""
|
10354
|
+
A filter that narrows down the NRDB events just to those that are considered bad responses (e.g, those that refer to
|
10355
|
+
a particular entity and returned an error).
|
10356
|
+
"""
|
10323
10357
|
return pulumi.get(self, "where")
|
10324
10358
|
|
10325
10359
|
|
@@ -10330,7 +10364,9 @@ class ServiceLevelEventsGoodEventsSelect(dict):
|
|
10330
10364
|
attribute: Optional[str] = None,
|
10331
10365
|
threshold: Optional[float] = None):
|
10332
10366
|
"""
|
10333
|
-
:param
|
10367
|
+
:param str function: The function to use in the SELECT clause. Valid values are `COUNT`, `SUM`, `GET_FIELD`, and `GET_CDF_COUNT`.
|
10368
|
+
:param str attribute: The event attribute to use in the SELECT clause.
|
10369
|
+
:param float threshold: Limit for values to be counter by `GET_CDF_COUNT` function.
|
10334
10370
|
"""
|
10335
10371
|
pulumi.set(__self__, "function", function)
|
10336
10372
|
if attribute is not None:
|
@@ -10341,18 +10377,24 @@ class ServiceLevelEventsGoodEventsSelect(dict):
|
|
10341
10377
|
@property
|
10342
10378
|
@pulumi.getter
|
10343
10379
|
def function(self) -> str:
|
10380
|
+
"""
|
10381
|
+
The function to use in the SELECT clause. Valid values are `COUNT`, `SUM`, `GET_FIELD`, and `GET_CDF_COUNT`.
|
10382
|
+
"""
|
10344
10383
|
return pulumi.get(self, "function")
|
10345
10384
|
|
10346
10385
|
@property
|
10347
10386
|
@pulumi.getter
|
10348
10387
|
def attribute(self) -> Optional[str]:
|
10388
|
+
"""
|
10389
|
+
The event attribute to use in the SELECT clause.
|
10390
|
+
"""
|
10349
10391
|
return pulumi.get(self, "attribute")
|
10350
10392
|
|
10351
10393
|
@property
|
10352
10394
|
@pulumi.getter
|
10353
10395
|
def threshold(self) -> Optional[float]:
|
10354
10396
|
"""
|
10355
|
-
|
10397
|
+
Limit for values to be counter by `GET_CDF_COUNT` function.
|
10356
10398
|
"""
|
10357
10399
|
return pulumi.get(self, "threshold")
|
10358
10400
|
|
@@ -10380,6 +10422,12 @@ class ServiceLevelEventsValidEvents(dict):
|
|
10380
10422
|
from_: str,
|
10381
10423
|
select: Optional['outputs.ServiceLevelEventsValidEventsSelect'] = None,
|
10382
10424
|
where: Optional[str] = None):
|
10425
|
+
"""
|
10426
|
+
:param str from_: The event type where NRDB data will be fetched from.
|
10427
|
+
:param 'ServiceLevelEventsValidEventsSelectArgs' select: The NRQL SELECT clause to aggregate events.
|
10428
|
+
:param str where: A filter that narrows down the NRDB events just to those that are considered bad responses (e.g, those that refer to
|
10429
|
+
a particular entity and returned an error).
|
10430
|
+
"""
|
10383
10431
|
pulumi.set(__self__, "from_", from_)
|
10384
10432
|
if select is not None:
|
10385
10433
|
pulumi.set(__self__, "select", select)
|
@@ -10389,16 +10437,26 @@ class ServiceLevelEventsValidEvents(dict):
|
|
10389
10437
|
@property
|
10390
10438
|
@pulumi.getter(name="from")
|
10391
10439
|
def from_(self) -> str:
|
10440
|
+
"""
|
10441
|
+
The event type where NRDB data will be fetched from.
|
10442
|
+
"""
|
10392
10443
|
return pulumi.get(self, "from_")
|
10393
10444
|
|
10394
10445
|
@property
|
10395
10446
|
@pulumi.getter
|
10396
10447
|
def select(self) -> Optional['outputs.ServiceLevelEventsValidEventsSelect']:
|
10448
|
+
"""
|
10449
|
+
The NRQL SELECT clause to aggregate events.
|
10450
|
+
"""
|
10397
10451
|
return pulumi.get(self, "select")
|
10398
10452
|
|
10399
10453
|
@property
|
10400
10454
|
@pulumi.getter
|
10401
10455
|
def where(self) -> Optional[str]:
|
10456
|
+
"""
|
10457
|
+
A filter that narrows down the NRDB events just to those that are considered bad responses (e.g, those that refer to
|
10458
|
+
a particular entity and returned an error).
|
10459
|
+
"""
|
10402
10460
|
return pulumi.get(self, "where")
|
10403
10461
|
|
10404
10462
|
|
@@ -10409,7 +10467,9 @@ class ServiceLevelEventsValidEventsSelect(dict):
|
|
10409
10467
|
attribute: Optional[str] = None,
|
10410
10468
|
threshold: Optional[float] = None):
|
10411
10469
|
"""
|
10412
|
-
:param
|
10470
|
+
:param str function: The function to use in the SELECT clause. Valid values are `COUNT`, `SUM`, `GET_FIELD`, and `GET_CDF_COUNT`.
|
10471
|
+
:param str attribute: The event attribute to use in the SELECT clause.
|
10472
|
+
:param float threshold: Limit for values to be counter by `GET_CDF_COUNT` function.
|
10413
10473
|
"""
|
10414
10474
|
pulumi.set(__self__, "function", function)
|
10415
10475
|
if attribute is not None:
|
@@ -10420,18 +10480,24 @@ class ServiceLevelEventsValidEventsSelect(dict):
|
|
10420
10480
|
@property
|
10421
10481
|
@pulumi.getter
|
10422
10482
|
def function(self) -> str:
|
10483
|
+
"""
|
10484
|
+
The function to use in the SELECT clause. Valid values are `COUNT`, `SUM`, `GET_FIELD`, and `GET_CDF_COUNT`.
|
10485
|
+
"""
|
10423
10486
|
return pulumi.get(self, "function")
|
10424
10487
|
|
10425
10488
|
@property
|
10426
10489
|
@pulumi.getter
|
10427
10490
|
def attribute(self) -> Optional[str]:
|
10491
|
+
"""
|
10492
|
+
The event attribute to use in the SELECT clause.
|
10493
|
+
"""
|
10428
10494
|
return pulumi.get(self, "attribute")
|
10429
10495
|
|
10430
10496
|
@property
|
10431
10497
|
@pulumi.getter
|
10432
10498
|
def threshold(self) -> Optional[float]:
|
10433
10499
|
"""
|
10434
|
-
|
10500
|
+
Limit for values to be counter by `GET_CDF_COUNT` function.
|
10435
10501
|
"""
|
10436
10502
|
return pulumi.get(self, "threshold")
|
10437
10503
|
|
@@ -10460,6 +10526,12 @@ class ServiceLevelObjective(dict):
|
|
10460
10526
|
time_window: 'outputs.ServiceLevelObjectiveTimeWindow',
|
10461
10527
|
description: Optional[str] = None,
|
10462
10528
|
name: Optional[str] = None):
|
10529
|
+
"""
|
10530
|
+
:param float target: The target of the objective, valid values between `0` and `100`. Up to 5 decimals accepted.
|
10531
|
+
:param 'ServiceLevelObjectiveTimeWindowArgs' time_window: Time window is the period of the objective.
|
10532
|
+
:param str description: The description of the SLI.
|
10533
|
+
:param str name: A short name for the SLI that will help anyone understand what it is about.
|
10534
|
+
"""
|
10463
10535
|
pulumi.set(__self__, "target", target)
|
10464
10536
|
pulumi.set(__self__, "time_window", time_window)
|
10465
10537
|
if description is not None:
|
@@ -10470,21 +10542,33 @@ class ServiceLevelObjective(dict):
|
|
10470
10542
|
@property
|
10471
10543
|
@pulumi.getter
|
10472
10544
|
def target(self) -> float:
|
10545
|
+
"""
|
10546
|
+
The target of the objective, valid values between `0` and `100`. Up to 5 decimals accepted.
|
10547
|
+
"""
|
10473
10548
|
return pulumi.get(self, "target")
|
10474
10549
|
|
10475
10550
|
@property
|
10476
10551
|
@pulumi.getter(name="timeWindow")
|
10477
10552
|
def time_window(self) -> 'outputs.ServiceLevelObjectiveTimeWindow':
|
10553
|
+
"""
|
10554
|
+
Time window is the period of the objective.
|
10555
|
+
"""
|
10478
10556
|
return pulumi.get(self, "time_window")
|
10479
10557
|
|
10480
10558
|
@property
|
10481
10559
|
@pulumi.getter
|
10482
10560
|
def description(self) -> Optional[str]:
|
10561
|
+
"""
|
10562
|
+
The description of the SLI.
|
10563
|
+
"""
|
10483
10564
|
return pulumi.get(self, "description")
|
10484
10565
|
|
10485
10566
|
@property
|
10486
10567
|
@pulumi.getter
|
10487
10568
|
def name(self) -> Optional[str]:
|
10569
|
+
"""
|
10570
|
+
A short name for the SLI that will help anyone understand what it is about.
|
10571
|
+
"""
|
10488
10572
|
return pulumi.get(self, "name")
|
10489
10573
|
|
10490
10574
|
|
@@ -10492,11 +10576,17 @@ class ServiceLevelObjective(dict):
|
|
10492
10576
|
class ServiceLevelObjectiveTimeWindow(dict):
|
10493
10577
|
def __init__(__self__, *,
|
10494
10578
|
rolling: 'outputs.ServiceLevelObjectiveTimeWindowRolling'):
|
10579
|
+
"""
|
10580
|
+
:param 'ServiceLevelObjectiveTimeWindowRollingArgs' rolling: Rolling window.
|
10581
|
+
"""
|
10495
10582
|
pulumi.set(__self__, "rolling", rolling)
|
10496
10583
|
|
10497
10584
|
@property
|
10498
10585
|
@pulumi.getter
|
10499
10586
|
def rolling(self) -> 'outputs.ServiceLevelObjectiveTimeWindowRolling':
|
10587
|
+
"""
|
10588
|
+
Rolling window.
|
10589
|
+
"""
|
10500
10590
|
return pulumi.get(self, "rolling")
|
10501
10591
|
|
10502
10592
|
|
@@ -10505,17 +10595,27 @@ class ServiceLevelObjectiveTimeWindowRolling(dict):
|
|
10505
10595
|
def __init__(__self__, *,
|
10506
10596
|
count: int,
|
10507
10597
|
unit: str):
|
10598
|
+
"""
|
10599
|
+
:param int count: Valid values are `1`, `7` and `28`.
|
10600
|
+
:param str unit: The only supported value is `DAY`.
|
10601
|
+
"""
|
10508
10602
|
pulumi.set(__self__, "count", count)
|
10509
10603
|
pulumi.set(__self__, "unit", unit)
|
10510
10604
|
|
10511
10605
|
@property
|
10512
10606
|
@pulumi.getter
|
10513
10607
|
def count(self) -> int:
|
10608
|
+
"""
|
10609
|
+
Valid values are `1`, `7` and `28`.
|
10610
|
+
"""
|
10514
10611
|
return pulumi.get(self, "count")
|
10515
10612
|
|
10516
10613
|
@property
|
10517
10614
|
@pulumi.getter
|
10518
10615
|
def unit(self) -> str:
|
10616
|
+
"""
|
10617
|
+
The only supported value is `DAY`.
|
10618
|
+
"""
|
10519
10619
|
return pulumi.get(self, "unit")
|
10520
10620
|
|
10521
10621
|
|
@@ -10546,10 +10646,11 @@ class WorkflowDestination(dict):
|
|
10546
10646
|
notification_triggers: Optional[Sequence[str]] = None,
|
10547
10647
|
type: Optional[str] = None):
|
10548
10648
|
"""
|
10549
|
-
:param str channel_id:
|
10649
|
+
:param str channel_id: Id of a notification_channel to use for notifications. Please note that you have to use a
|
10650
|
+
**notification** channel, not an `alert_channel`.
|
10550
10651
|
:param str name: The name of the workflow.
|
10551
|
-
:param Sequence[str] notification_triggers:
|
10552
|
-
:param str type:
|
10652
|
+
:param Sequence[str] notification_triggers: Issue events to notify on. The value is a list of possible issue events. See Notification Triggers below for details.
|
10653
|
+
:param str type: Type of the filter. Please just set this field to `FILTER`. The field is likely to be deprecated/removed in the near future.
|
10553
10654
|
"""
|
10554
10655
|
pulumi.set(__self__, "channel_id", channel_id)
|
10555
10656
|
if name is not None:
|
@@ -10563,7 +10664,8 @@ class WorkflowDestination(dict):
|
|
10563
10664
|
@pulumi.getter(name="channelId")
|
10564
10665
|
def channel_id(self) -> str:
|
10565
10666
|
"""
|
10566
|
-
|
10667
|
+
Id of a notification_channel to use for notifications. Please note that you have to use a
|
10668
|
+
**notification** channel, not an `alert_channel`.
|
10567
10669
|
"""
|
10568
10670
|
return pulumi.get(self, "channel_id")
|
10569
10671
|
|
@@ -10579,7 +10681,7 @@ class WorkflowDestination(dict):
|
|
10579
10681
|
@pulumi.getter(name="notificationTriggers")
|
10580
10682
|
def notification_triggers(self) -> Optional[Sequence[str]]:
|
10581
10683
|
"""
|
10582
|
-
|
10684
|
+
Issue events to notify on. The value is a list of possible issue events. See Notification Triggers below for details.
|
10583
10685
|
"""
|
10584
10686
|
return pulumi.get(self, "notification_triggers")
|
10585
10687
|
|
@@ -10587,7 +10689,7 @@ class WorkflowDestination(dict):
|
|
10587
10689
|
@pulumi.getter
|
10588
10690
|
def type(self) -> Optional[str]:
|
10589
10691
|
"""
|
10590
|
-
|
10692
|
+
Type of the filter. Please just set this field to `FILTER`. The field is likely to be deprecated/removed in the near future.
|
10591
10693
|
"""
|
10592
10694
|
return pulumi.get(self, "type")
|
10593
10695
|
|
@@ -10597,7 +10699,7 @@ class WorkflowEnrichments(dict):
|
|
10597
10699
|
def __init__(__self__, *,
|
10598
10700
|
nrqls: Sequence['outputs.WorkflowEnrichmentsNrql']):
|
10599
10701
|
"""
|
10600
|
-
:param Sequence['WorkflowEnrichmentsNrqlArgs'] nrqls:
|
10702
|
+
:param Sequence['WorkflowEnrichmentsNrqlArgs'] nrqls: a wrapper block
|
10601
10703
|
"""
|
10602
10704
|
pulumi.set(__self__, "nrqls", nrqls)
|
10603
10705
|
|
@@ -10605,7 +10707,7 @@ class WorkflowEnrichments(dict):
|
|
10605
10707
|
@pulumi.getter
|
10606
10708
|
def nrqls(self) -> Sequence['outputs.WorkflowEnrichmentsNrql']:
|
10607
10709
|
"""
|
10608
|
-
|
10710
|
+
a wrapper block
|
10609
10711
|
"""
|
10610
10712
|
return pulumi.get(self, "nrqls")
|
10611
10713
|
|
@@ -10638,11 +10740,11 @@ class WorkflowEnrichmentsNrql(dict):
|
|
10638
10740
|
enrichment_id: Optional[str] = None,
|
10639
10741
|
type: Optional[str] = None):
|
10640
10742
|
"""
|
10641
|
-
:param Sequence['WorkflowEnrichmentsNrqlConfigurationArgs'] configurations:
|
10743
|
+
:param Sequence['WorkflowEnrichmentsNrqlConfigurationArgs'] configurations: Another wrapper block
|
10642
10744
|
:param str name: The name of the workflow.
|
10643
10745
|
:param int account_id: Determines the New Relic account in which the workflow is created. Defaults to the account defined in the provider section.
|
10644
10746
|
:param str enrichment_id: Enrichment's id.
|
10645
|
-
:param str type:
|
10747
|
+
:param str type: Type of the filter. Please just set this field to `FILTER`. The field is likely to be deprecated/removed in the near future.
|
10646
10748
|
"""
|
10647
10749
|
pulumi.set(__self__, "configurations", configurations)
|
10648
10750
|
pulumi.set(__self__, "name", name)
|
@@ -10657,7 +10759,7 @@ class WorkflowEnrichmentsNrql(dict):
|
|
10657
10759
|
@pulumi.getter
|
10658
10760
|
def configurations(self) -> Sequence['outputs.WorkflowEnrichmentsNrqlConfiguration']:
|
10659
10761
|
"""
|
10660
|
-
|
10762
|
+
Another wrapper block
|
10661
10763
|
"""
|
10662
10764
|
return pulumi.get(self, "configurations")
|
10663
10765
|
|
@@ -10689,7 +10791,7 @@ class WorkflowEnrichmentsNrql(dict):
|
|
10689
10791
|
@pulumi.getter
|
10690
10792
|
def type(self) -> Optional[str]:
|
10691
10793
|
"""
|
10692
|
-
|
10794
|
+
Type of the filter. Please just set this field to `FILTER`. The field is likely to be deprecated/removed in the near future.
|
10693
10795
|
"""
|
10694
10796
|
return pulumi.get(self, "type")
|
10695
10797
|
|
@@ -10699,7 +10801,7 @@ class WorkflowEnrichmentsNrqlConfiguration(dict):
|
|
10699
10801
|
def __init__(__self__, *,
|
10700
10802
|
query: str):
|
10701
10803
|
"""
|
10702
|
-
:param str query:
|
10804
|
+
:param str query: An NRQL query to run
|
10703
10805
|
"""
|
10704
10806
|
pulumi.set(__self__, "query", query)
|
10705
10807
|
|
@@ -10707,7 +10809,7 @@ class WorkflowEnrichmentsNrqlConfiguration(dict):
|
|
10707
10809
|
@pulumi.getter
|
10708
10810
|
def query(self) -> str:
|
10709
10811
|
"""
|
10710
|
-
|
10812
|
+
An NRQL query to run
|
10711
10813
|
"""
|
10712
10814
|
return pulumi.get(self, "query")
|
10713
10815
|
|
@@ -11069,18 +11171,6 @@ class GetNotificationDestinationPropertyResult(dict):
|
|
11069
11171
|
return pulumi.get(self, "label")
|
11070
11172
|
|
11071
11173
|
|
11072
|
-
@pulumi.output_type
|
11073
|
-
class GetNotificationDestinationSecureUrlResult(dict):
|
11074
|
-
def __init__(__self__, *,
|
11075
|
-
prefix: str):
|
11076
|
-
pulumi.set(__self__, "prefix", prefix)
|
11077
|
-
|
11078
|
-
@property
|
11079
|
-
@pulumi.getter
|
11080
|
-
def prefix(self) -> str:
|
11081
|
-
return pulumi.get(self, "prefix")
|
11082
|
-
|
11083
|
-
|
11084
11174
|
@pulumi.output_type
|
11085
11175
|
class GetTestGrokPatternTestGrokResult(dict):
|
11086
11176
|
def __init__(__self__, *,
|