pulumi-newrelic 5.44.0a1742969287__py3-none-any.whl → 5.44.0a1743218959__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 +3 -3
- pulumi_newrelic/get_notification_destination.py +1 -1
- pulumi_newrelic/notification_channel.py +61 -7
- pulumi_newrelic/notification_destination.py +7 -7
- pulumi_newrelic/outputs.py +2 -2
- pulumi_newrelic/pulumi-plugin.json +1 -1
- {pulumi_newrelic-5.44.0a1742969287.dist-info → pulumi_newrelic-5.44.0a1743218959.dist-info}/METADATA +1 -1
- {pulumi_newrelic-5.44.0a1742969287.dist-info → pulumi_newrelic-5.44.0a1743218959.dist-info}/RECORD +10 -10
- {pulumi_newrelic-5.44.0a1742969287.dist-info → pulumi_newrelic-5.44.0a1743218959.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.44.0a1742969287.dist-info → pulumi_newrelic-5.44.0a1743218959.dist-info}/top_level.txt +0 -0
pulumi_newrelic/_inputs.py
CHANGED
@@ -17041,7 +17041,7 @@ if not MYPY:
|
|
17041
17041
|
"""
|
17042
17042
|
type: NotRequired[pulumi.Input[str]]
|
17043
17043
|
"""
|
17044
|
-
(Required) The type of the destination. One of: (EMAIL, EVENT_BRIDGE, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, SERVICE_NOW, SERVICE_NOW_APP, WEBHOOK, MOBILE_PUSH, SLACK, JIRA).
|
17044
|
+
(Required) The type of the destination. One of: (EMAIL, EVENT_BRIDGE, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, SERVICE_NOW, SERVICE_NOW_APP, WEBHOOK, MOBILE_PUSH, SLACK, JIRA, MICROSOFT_TEAMS).
|
17045
17045
|
"""
|
17046
17046
|
update_original_message: NotRequired[pulumi.Input[bool]]
|
17047
17047
|
"""
|
@@ -17062,7 +17062,7 @@ class WorkflowDestinationArgs:
|
|
17062
17062
|
:param pulumi.Input[str] channel_id: (Required) Destination's channel id.
|
17063
17063
|
:param pulumi.Input[str] name: The name of the workflow.
|
17064
17064
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] notification_triggers: List of triggers to notify about in this destination configuration.
|
17065
|
-
:param pulumi.Input[str] type: (Required) The type of the destination. One of: (EMAIL, EVENT_BRIDGE, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, SERVICE_NOW, SERVICE_NOW_APP, WEBHOOK, MOBILE_PUSH, SLACK, JIRA).
|
17065
|
+
:param pulumi.Input[str] type: (Required) The type of the destination. One of: (EMAIL, EVENT_BRIDGE, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, SERVICE_NOW, SERVICE_NOW_APP, WEBHOOK, MOBILE_PUSH, SLACK, JIRA, MICROSOFT_TEAMS).
|
17066
17066
|
:param pulumi.Input[bool] update_original_message: Update original notification message (Slack channels only)
|
17067
17067
|
"""
|
17068
17068
|
pulumi.set(__self__, "channel_id", channel_id)
|
@@ -17115,7 +17115,7 @@ class WorkflowDestinationArgs:
|
|
17115
17115
|
@pulumi.getter
|
17116
17116
|
def type(self) -> Optional[pulumi.Input[str]]:
|
17117
17117
|
"""
|
17118
|
-
(Required) The type of the destination. One of: (EMAIL, EVENT_BRIDGE, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, SERVICE_NOW, SERVICE_NOW_APP, WEBHOOK, MOBILE_PUSH, SLACK, JIRA).
|
17118
|
+
(Required) The type of the destination. One of: (EMAIL, EVENT_BRIDGE, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, SERVICE_NOW, SERVICE_NOW_APP, WEBHOOK, MOBILE_PUSH, SLACK, JIRA, MICROSOFT_TEAMS).
|
17119
17119
|
"""
|
17120
17120
|
return pulumi.get(self, "type")
|
17121
17121
|
|
@@ -119,7 +119,7 @@ class GetNotificationDestinationResult:
|
|
119
119
|
@pulumi.getter
|
120
120
|
def type(self) -> str:
|
121
121
|
"""
|
122
|
-
The notification destination type, either: `EMAIL`, `SERVICE_NOW`, `SERVICE_NOW_APP`, `WEBHOOK`, `JIRA`, `MOBILE_PUSH`, `EVENT_BRIDGE`, `PAGERDUTY_ACCOUNT_INTEGRATION` or `PAGERDUTY_SERVICE_INTEGRATION`, `SLACK` and `
|
122
|
+
The notification destination type, either: `EMAIL`, `SERVICE_NOW`, `SERVICE_NOW_APP`, `WEBHOOK`, `JIRA`, `MOBILE_PUSH`, `EVENT_BRIDGE`, `PAGERDUTY_ACCOUNT_INTEGRATION` or `PAGERDUTY_SERVICE_INTEGRATION`, `SLACK`, `SLACK_COLLABORATION` and `MICROSOFT_TEAMS`.
|
123
123
|
"""
|
124
124
|
return pulumi.get(self, "type")
|
125
125
|
|
@@ -33,7 +33,7 @@ class NotificationChannelArgs:
|
|
33
33
|
:param pulumi.Input[str] destination_id: The id of the destination.
|
34
34
|
:param pulumi.Input[str] product: The type of product. One of: `DISCUSSIONS`, `ERROR_TRACKING` or `IINT` (workflows).
|
35
35
|
:param pulumi.Input[Sequence[pulumi.Input['NotificationChannelPropertyArgs']]] properties: A nested block that describes a notification channel property. See Nested property blocks below for details.
|
36
|
-
:param pulumi.Input[str] type: The type of channel. One of: `EMAIL`, `SERVICENOW_INCIDENTS`, `SERVICE_NOW_APP`, `WEBHOOK`, `JIRA_CLASSIC`, `MOBILE_PUSH`, `EVENT_BRIDGE`, `SLACK` and `SLACK_COLLABORATION`, `PAGERDUTY_ACCOUNT_INTEGRATION` or `
|
36
|
+
:param pulumi.Input[str] type: The type of channel. One of: `EMAIL`, `SERVICENOW_INCIDENTS`, `SERVICE_NOW_APP`, `WEBHOOK`, `JIRA_CLASSIC`, `MOBILE_PUSH`, `EVENT_BRIDGE`, `SLACK` and `SLACK_COLLABORATION`, `PAGERDUTY_ACCOUNT_INTEGRATION`, `PAGERDUTY_SERVICE_INTEGRATION` or `MICROSOFT_TEAMS`.
|
37
37
|
:param pulumi.Input[str] account_id: Determines the New Relic account where the notification channel will be created. Defaults to the account associated with the API key used.
|
38
38
|
:param pulumi.Input[bool] active: Indicates whether the channel is active.
|
39
39
|
:param pulumi.Input[str] name: The name of the channel.
|
@@ -89,7 +89,7 @@ class NotificationChannelArgs:
|
|
89
89
|
@pulumi.getter
|
90
90
|
def type(self) -> pulumi.Input[str]:
|
91
91
|
"""
|
92
|
-
The type of channel. One of: `EMAIL`, `SERVICENOW_INCIDENTS`, `SERVICE_NOW_APP`, `WEBHOOK`, `JIRA_CLASSIC`, `MOBILE_PUSH`, `EVENT_BRIDGE`, `SLACK` and `SLACK_COLLABORATION`, `PAGERDUTY_ACCOUNT_INTEGRATION` or `
|
92
|
+
The type of channel. One of: `EMAIL`, `SERVICENOW_INCIDENTS`, `SERVICE_NOW_APP`, `WEBHOOK`, `JIRA_CLASSIC`, `MOBILE_PUSH`, `EVENT_BRIDGE`, `SLACK` and `SLACK_COLLABORATION`, `PAGERDUTY_ACCOUNT_INTEGRATION`, `PAGERDUTY_SERVICE_INTEGRATION` or `MICROSOFT_TEAMS`.
|
93
93
|
"""
|
94
94
|
return pulumi.get(self, "type")
|
95
95
|
|
@@ -154,7 +154,7 @@ class _NotificationChannelState:
|
|
154
154
|
:param pulumi.Input[str] product: The type of product. One of: `DISCUSSIONS`, `ERROR_TRACKING` or `IINT` (workflows).
|
155
155
|
:param pulumi.Input[Sequence[pulumi.Input['NotificationChannelPropertyArgs']]] properties: A nested block that describes a notification channel property. See Nested property blocks below for details.
|
156
156
|
:param pulumi.Input[str] status: The status of the channel.
|
157
|
-
:param pulumi.Input[str] type: The type of channel. One of: `EMAIL`, `SERVICENOW_INCIDENTS`, `SERVICE_NOW_APP`, `WEBHOOK`, `JIRA_CLASSIC`, `MOBILE_PUSH`, `EVENT_BRIDGE`, `SLACK` and `SLACK_COLLABORATION`, `PAGERDUTY_ACCOUNT_INTEGRATION` or `
|
157
|
+
:param pulumi.Input[str] type: The type of channel. One of: `EMAIL`, `SERVICENOW_INCIDENTS`, `SERVICE_NOW_APP`, `WEBHOOK`, `JIRA_CLASSIC`, `MOBILE_PUSH`, `EVENT_BRIDGE`, `SLACK` and `SLACK_COLLABORATION`, `PAGERDUTY_ACCOUNT_INTEGRATION`, `PAGERDUTY_SERVICE_INTEGRATION` or `MICROSOFT_TEAMS`.
|
158
158
|
"""
|
159
159
|
if account_id is not None:
|
160
160
|
pulumi.set(__self__, "account_id", account_id)
|
@@ -261,7 +261,7 @@ class _NotificationChannelState:
|
|
261
261
|
@pulumi.getter
|
262
262
|
def type(self) -> Optional[pulumi.Input[str]]:
|
263
263
|
"""
|
264
|
-
The type of channel. One of: `EMAIL`, `SERVICENOW_INCIDENTS`, `SERVICE_NOW_APP`, `WEBHOOK`, `JIRA_CLASSIC`, `MOBILE_PUSH`, `EVENT_BRIDGE`, `SLACK` and `SLACK_COLLABORATION`, `PAGERDUTY_ACCOUNT_INTEGRATION` or `
|
264
|
+
The type of channel. One of: `EMAIL`, `SERVICENOW_INCIDENTS`, `SERVICE_NOW_APP`, `WEBHOOK`, `JIRA_CLASSIC`, `MOBILE_PUSH`, `EVENT_BRIDGE`, `SLACK` and `SLACK_COLLABORATION`, `PAGERDUTY_ACCOUNT_INTEGRATION`, `PAGERDUTY_SERVICE_INTEGRATION` or `MICROSOFT_TEAMS`.
|
265
265
|
"""
|
266
266
|
return pulumi.get(self, "type")
|
267
267
|
|
@@ -546,6 +546,33 @@ class NotificationChannel(pulumi.CustomResource):
|
|
546
546
|
])
|
547
547
|
```
|
548
548
|
|
549
|
+
#### [MICROSOFT_TEAMS]
|
550
|
+
```python
|
551
|
+
import pulumi
|
552
|
+
import pulumi_newrelic as newrelic
|
553
|
+
|
554
|
+
foo = newrelic.NotificationChannel("foo",
|
555
|
+
account_id="12345678",
|
556
|
+
name="ms-teams-example",
|
557
|
+
type="MICROSOFT_TEAMS",
|
558
|
+
destination_id="52d36b54-3d68-4ac4-9d0a-581febb91f2c",
|
559
|
+
product="IINT",
|
560
|
+
properties=[
|
561
|
+
{
|
562
|
+
"key": "teamId",
|
563
|
+
"value": "906379b4-f5ac-40fd-b242-d4faaa4d3963",
|
564
|
+
},
|
565
|
+
{
|
566
|
+
"key": "channelId",
|
567
|
+
"value": "19:wk9tU4tSr335Y1cNiXOynredbi3lFoeabu0kybfmbBA1@thread.tacv2",
|
568
|
+
},
|
569
|
+
{
|
570
|
+
"key": "customDetails",
|
571
|
+
"value": "{{ nrAccountId }}",
|
572
|
+
},
|
573
|
+
])
|
574
|
+
```
|
575
|
+
|
549
576
|
> **NOTE:** Sensitive data such as channel API keys, service keys, etc are not returned from the underlying API for security reasons and may not be set in state when importing.
|
550
577
|
|
551
578
|
## Full Scenario Example
|
@@ -619,7 +646,7 @@ class NotificationChannel(pulumi.CustomResource):
|
|
619
646
|
:param pulumi.Input[str] name: The name of the channel.
|
620
647
|
:param pulumi.Input[str] product: The type of product. One of: `DISCUSSIONS`, `ERROR_TRACKING` or `IINT` (workflows).
|
621
648
|
:param pulumi.Input[Sequence[pulumi.Input[Union['NotificationChannelPropertyArgs', 'NotificationChannelPropertyArgsDict']]]] properties: A nested block that describes a notification channel property. See Nested property blocks below for details.
|
622
|
-
:param pulumi.Input[str] type: The type of channel. One of: `EMAIL`, `SERVICENOW_INCIDENTS`, `SERVICE_NOW_APP`, `WEBHOOK`, `JIRA_CLASSIC`, `MOBILE_PUSH`, `EVENT_BRIDGE`, `SLACK` and `SLACK_COLLABORATION`, `PAGERDUTY_ACCOUNT_INTEGRATION` or `
|
649
|
+
:param pulumi.Input[str] type: The type of channel. One of: `EMAIL`, `SERVICENOW_INCIDENTS`, `SERVICE_NOW_APP`, `WEBHOOK`, `JIRA_CLASSIC`, `MOBILE_PUSH`, `EVENT_BRIDGE`, `SLACK` and `SLACK_COLLABORATION`, `PAGERDUTY_ACCOUNT_INTEGRATION`, `PAGERDUTY_SERVICE_INTEGRATION` or `MICROSOFT_TEAMS`.
|
623
650
|
"""
|
624
651
|
...
|
625
652
|
@overload
|
@@ -890,6 +917,33 @@ class NotificationChannel(pulumi.CustomResource):
|
|
890
917
|
])
|
891
918
|
```
|
892
919
|
|
920
|
+
#### [MICROSOFT_TEAMS]
|
921
|
+
```python
|
922
|
+
import pulumi
|
923
|
+
import pulumi_newrelic as newrelic
|
924
|
+
|
925
|
+
foo = newrelic.NotificationChannel("foo",
|
926
|
+
account_id="12345678",
|
927
|
+
name="ms-teams-example",
|
928
|
+
type="MICROSOFT_TEAMS",
|
929
|
+
destination_id="52d36b54-3d68-4ac4-9d0a-581febb91f2c",
|
930
|
+
product="IINT",
|
931
|
+
properties=[
|
932
|
+
{
|
933
|
+
"key": "teamId",
|
934
|
+
"value": "906379b4-f5ac-40fd-b242-d4faaa4d3963",
|
935
|
+
},
|
936
|
+
{
|
937
|
+
"key": "channelId",
|
938
|
+
"value": "19:wk9tU4tSr335Y1cNiXOynredbi3lFoeabu0kybfmbBA1@thread.tacv2",
|
939
|
+
},
|
940
|
+
{
|
941
|
+
"key": "customDetails",
|
942
|
+
"value": "{{ nrAccountId }}",
|
943
|
+
},
|
944
|
+
])
|
945
|
+
```
|
946
|
+
|
893
947
|
> **NOTE:** Sensitive data such as channel API keys, service keys, etc are not returned from the underlying API for security reasons and may not be set in state when importing.
|
894
948
|
|
895
949
|
## Full Scenario Example
|
@@ -1034,7 +1088,7 @@ class NotificationChannel(pulumi.CustomResource):
|
|
1034
1088
|
:param pulumi.Input[str] product: The type of product. One of: `DISCUSSIONS`, `ERROR_TRACKING` or `IINT` (workflows).
|
1035
1089
|
:param pulumi.Input[Sequence[pulumi.Input[Union['NotificationChannelPropertyArgs', 'NotificationChannelPropertyArgsDict']]]] properties: A nested block that describes a notification channel property. See Nested property blocks below for details.
|
1036
1090
|
:param pulumi.Input[str] status: The status of the channel.
|
1037
|
-
:param pulumi.Input[str] type: The type of channel. One of: `EMAIL`, `SERVICENOW_INCIDENTS`, `SERVICE_NOW_APP`, `WEBHOOK`, `JIRA_CLASSIC`, `MOBILE_PUSH`, `EVENT_BRIDGE`, `SLACK` and `SLACK_COLLABORATION`, `PAGERDUTY_ACCOUNT_INTEGRATION` or `
|
1091
|
+
:param pulumi.Input[str] type: The type of channel. One of: `EMAIL`, `SERVICENOW_INCIDENTS`, `SERVICE_NOW_APP`, `WEBHOOK`, `JIRA_CLASSIC`, `MOBILE_PUSH`, `EVENT_BRIDGE`, `SLACK` and `SLACK_COLLABORATION`, `PAGERDUTY_ACCOUNT_INTEGRATION`, `PAGERDUTY_SERVICE_INTEGRATION` or `MICROSOFT_TEAMS`.
|
1038
1092
|
"""
|
1039
1093
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
1040
1094
|
|
@@ -1110,7 +1164,7 @@ class NotificationChannel(pulumi.CustomResource):
|
|
1110
1164
|
@pulumi.getter
|
1111
1165
|
def type(self) -> pulumi.Output[str]:
|
1112
1166
|
"""
|
1113
|
-
The type of channel. One of: `EMAIL`, `SERVICENOW_INCIDENTS`, `SERVICE_NOW_APP`, `WEBHOOK`, `JIRA_CLASSIC`, `MOBILE_PUSH`, `EVENT_BRIDGE`, `SLACK` and `SLACK_COLLABORATION`, `PAGERDUTY_ACCOUNT_INTEGRATION` or `
|
1167
|
+
The type of channel. One of: `EMAIL`, `SERVICENOW_INCIDENTS`, `SERVICE_NOW_APP`, `WEBHOOK`, `JIRA_CLASSIC`, `MOBILE_PUSH`, `EVENT_BRIDGE`, `SLACK` and `SLACK_COLLABORATION`, `PAGERDUTY_ACCOUNT_INTEGRATION`, `PAGERDUTY_SERVICE_INTEGRATION` or `MICROSOFT_TEAMS`.
|
1114
1168
|
"""
|
1115
1169
|
return pulumi.get(self, "type")
|
1116
1170
|
|
@@ -35,7 +35,7 @@ class NotificationDestinationArgs:
|
|
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
36
|
:param pulumi.Input[str] type: (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP,
|
37
37
|
PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY,
|
38
|
-
MOBILE_PUSH, EVENT_BRIDGE).
|
38
|
+
MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS).
|
39
39
|
:param pulumi.Input[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
40
|
:param pulumi.Input[bool] active: Indicates whether the destination is active.
|
41
41
|
: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.
|
@@ -79,7 +79,7 @@ class NotificationDestinationArgs:
|
|
79
79
|
"""
|
80
80
|
(Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP,
|
81
81
|
PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY,
|
82
|
-
MOBILE_PUSH, EVENT_BRIDGE).
|
82
|
+
MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS).
|
83
83
|
"""
|
84
84
|
return pulumi.get(self, "type")
|
85
85
|
|
@@ -202,7 +202,7 @@ class _NotificationDestinationState:
|
|
202
202
|
:param pulumi.Input[str] status: The status of the destination.
|
203
203
|
:param pulumi.Input[str] type: (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP,
|
204
204
|
PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY,
|
205
|
-
MOBILE_PUSH, EVENT_BRIDGE).
|
205
|
+
MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS).
|
206
206
|
"""
|
207
207
|
if account_id is not None:
|
208
208
|
pulumi.set(__self__, "account_id", account_id)
|
@@ -367,7 +367,7 @@ class _NotificationDestinationState:
|
|
367
367
|
"""
|
368
368
|
(Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP,
|
369
369
|
PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY,
|
370
|
-
MOBILE_PUSH, EVENT_BRIDGE).
|
370
|
+
MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS).
|
371
371
|
"""
|
372
372
|
return pulumi.get(self, "type")
|
373
373
|
|
@@ -472,7 +472,7 @@ class NotificationDestination(pulumi.CustomResource):
|
|
472
472
|
: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.
|
473
473
|
:param pulumi.Input[str] type: (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP,
|
474
474
|
PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY,
|
475
|
-
MOBILE_PUSH, EVENT_BRIDGE).
|
475
|
+
MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS).
|
476
476
|
"""
|
477
477
|
...
|
478
478
|
@overload
|
@@ -640,7 +640,7 @@ class NotificationDestination(pulumi.CustomResource):
|
|
640
640
|
:param pulumi.Input[str] status: The status of the destination.
|
641
641
|
:param pulumi.Input[str] type: (Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP,
|
642
642
|
PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY,
|
643
|
-
MOBILE_PUSH, EVENT_BRIDGE).
|
643
|
+
MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS).
|
644
644
|
"""
|
645
645
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
646
646
|
|
@@ -754,7 +754,7 @@ class NotificationDestination(pulumi.CustomResource):
|
|
754
754
|
"""
|
755
755
|
(Required) The type of the destination. One of: (WEBHOOK, EMAIL, SERVICE_NOW, SERVICE_NOW_APP,
|
756
756
|
PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, JIRA, SLACK, SLACK_COLLABORATION, SLACK_LEGACY,
|
757
|
-
MOBILE_PUSH, EVENT_BRIDGE).
|
757
|
+
MOBILE_PUSH, EVENT_BRIDGE, MICROSOFT_TEAMS).
|
758
758
|
"""
|
759
759
|
return pulumi.get(self, "type")
|
760
760
|
|
pulumi_newrelic/outputs.py
CHANGED
@@ -12969,7 +12969,7 @@ class WorkflowDestination(dict):
|
|
12969
12969
|
:param str channel_id: (Required) Destination's channel id.
|
12970
12970
|
:param str name: The name of the workflow.
|
12971
12971
|
:param Sequence[str] notification_triggers: List of triggers to notify about in this destination configuration.
|
12972
|
-
:param str type: (Required) The type of the destination. One of: (EMAIL, EVENT_BRIDGE, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, SERVICE_NOW, SERVICE_NOW_APP, WEBHOOK, MOBILE_PUSH, SLACK, JIRA).
|
12972
|
+
:param str type: (Required) The type of the destination. One of: (EMAIL, EVENT_BRIDGE, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, SERVICE_NOW, SERVICE_NOW_APP, WEBHOOK, MOBILE_PUSH, SLACK, JIRA, MICROSOFT_TEAMS).
|
12973
12973
|
:param bool update_original_message: Update original notification message (Slack channels only)
|
12974
12974
|
"""
|
12975
12975
|
pulumi.set(__self__, "channel_id", channel_id)
|
@@ -13010,7 +13010,7 @@ class WorkflowDestination(dict):
|
|
13010
13010
|
@pulumi.getter
|
13011
13011
|
def type(self) -> Optional[str]:
|
13012
13012
|
"""
|
13013
|
-
(Required) The type of the destination. One of: (EMAIL, EVENT_BRIDGE, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, SERVICE_NOW, SERVICE_NOW_APP, WEBHOOK, MOBILE_PUSH, SLACK, JIRA).
|
13013
|
+
(Required) The type of the destination. One of: (EMAIL, EVENT_BRIDGE, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, SERVICE_NOW, SERVICE_NOW_APP, WEBHOOK, MOBILE_PUSH, SLACK, JIRA, MICROSOFT_TEAMS).
|
13014
13014
|
"""
|
13015
13015
|
return pulumi.get(self, "type")
|
13016
13016
|
|
{pulumi_newrelic-5.44.0a1742969287.dist-info → pulumi_newrelic-5.44.0a1743218959.dist-info}/RECORD
RENAMED
@@ -1,5 +1,5 @@
|
|
1
1
|
pulumi_newrelic/__init__.py,sha256=q0NdPqgZC1kS4XOkgRZa7J_iuaWxIkMKXQfOnC5CysU,11535
|
2
|
-
pulumi_newrelic/_inputs.py,sha256=
|
2
|
+
pulumi_newrelic/_inputs.py,sha256=j6RrgKo5X74t9pVn2qOtPe8lCqBO3Q1aqT0UH6OMT6I,813315
|
3
3
|
pulumi_newrelic/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
|
4
4
|
pulumi_newrelic/account_management.py,sha256=qFD7xsT6kNFNY3ZEO-15E4T6mSIOQ6uw_Goqf7-NkTU,8963
|
5
5
|
pulumi_newrelic/alert_channel.py,sha256=QNF_jzaDJLKD78qxtBnDpRaAVMJigmGYQtSWuCEIC7g,21825
|
@@ -21,7 +21,7 @@ pulumi_newrelic/get_cloud_account.py,sha256=yryx1I4IAlSCj0i7_Nv5zUlJ0kiECFP8gW9_
|
|
21
21
|
pulumi_newrelic/get_entity.py,sha256=0sKfbUi3l6UJloV_fb8e14OFqdHno-AqZTdWuKeiXr8,14278
|
22
22
|
pulumi_newrelic/get_group.py,sha256=dgZRsoOZ9QdSmUHwIU2Y_A8oLbIYWOfoa5LvjcczmNY,8562
|
23
23
|
pulumi_newrelic/get_key_transaction.py,sha256=za4GH-Djtpubh5kw167XBFW0_7ehK44dPJpLx6A0zgk,8316
|
24
|
-
pulumi_newrelic/get_notification_destination.py,sha256=
|
24
|
+
pulumi_newrelic/get_notification_destination.py,sha256=gSq9osjJOmG_FQIFxM2LPc3ZBswSK8I_qaSAlsliIiw,9437
|
25
25
|
pulumi_newrelic/get_obfuscation_expression.py,sha256=2yCTCtJs6YfsmjI35jz4HK6E6kjSprgowymRDKgRa_Q,5587
|
26
26
|
pulumi_newrelic/get_service_level_alert_helper.py,sha256=_Ne2qJgU5cBifZrpeEJhG693PAytcgtrYEyKhPzEByk,21177
|
27
27
|
pulumi_newrelic/get_test_grok_pattern.py,sha256=-FQz3MXiLtZTP8_WKBF_I6jlrFPUO9v-H6HTxlBbKao,6388
|
@@ -31,8 +31,8 @@ pulumi_newrelic/infra_alert_condition.py,sha256=KicN5-yNkDvxJV8M9oCSBn6hBC0ss5_o
|
|
31
31
|
pulumi_newrelic/key_transaction.py,sha256=aNZHvMoYqe0TXLeQfqlPzBkMJNKasPcfLNdbzEqqrgQ,22875
|
32
32
|
pulumi_newrelic/log_parsing_rule.py,sha256=HOCj_6SaSGNkJdhXalrETqRapE550cdnpe1PJ9r58Ks,22582
|
33
33
|
pulumi_newrelic/monitor_downtime.py,sha256=OKeKMevKKOTn4t3C2uhRX4rXuG-OikhQZTmRy6JtBfQ,40862
|
34
|
-
pulumi_newrelic/notification_channel.py,sha256=
|
35
|
-
pulumi_newrelic/notification_destination.py,sha256=
|
34
|
+
pulumi_newrelic/notification_channel.py,sha256=Htp0bqkH2H4bOVU1HA-PKTOw9vzB09fzeq_CH8_gE6k,49042
|
35
|
+
pulumi_newrelic/notification_destination.py,sha256=Hs5gwHMbKn2WjHLm7XL2i4It4EMudwXIXgE1_ztAJ2w,39300
|
36
36
|
pulumi_newrelic/nrql_alert_condition.py,sha256=R240qz9y-kkkBSQTei3Wd5Zw8zXJGhv9IopaROOgfqw,114393
|
37
37
|
pulumi_newrelic/nrql_drop_rule.py,sha256=T33XlLYt7RfQQeazJzF2_GtLrJL1lxiG1PmXRdFL8eA,17712
|
38
38
|
pulumi_newrelic/obfuscation_expression.py,sha256=V3YlnP1ZHyCbWnCgykm6uOHgyj0IUYqxpWllM7z43fE,12517
|
@@ -40,9 +40,9 @@ pulumi_newrelic/obfuscation_rule.py,sha256=HzyDhyK3-qkrgiERkAZs0HiC1ToH8vaeXXoLj
|
|
40
40
|
pulumi_newrelic/one_dashboard.py,sha256=91XJ8Dic5u66ZvUx7-uyZpNZJ306BOq9mLBULMe7-oQ,20854
|
41
41
|
pulumi_newrelic/one_dashboard_json.py,sha256=EZqg6akwsh-SqsRjCmQzDjgsjvbIfKsX2zt3vjQ8bYE,12796
|
42
42
|
pulumi_newrelic/one_dashboard_raw.py,sha256=__3ZuSPVubBaC5iPa9V6q1SG7lHFcpNdVsLXQie5c7U,23668
|
43
|
-
pulumi_newrelic/outputs.py,sha256=
|
43
|
+
pulumi_newrelic/outputs.py,sha256=R2MXogQbrCgTwmSvtAcbjUCTRAEmzEUrbPtTR3eM6H8,588643
|
44
44
|
pulumi_newrelic/provider.py,sha256=OjBqZT1L0Jt_1-c3zMSSGA03zIZjgif7RrThna-ojng,18493
|
45
|
-
pulumi_newrelic/pulumi-plugin.json,sha256=
|
45
|
+
pulumi_newrelic/pulumi-plugin.json,sha256=xYAue1ddPtgmeJnWAIcgEuGlb4-uitD2GG_LUHSNKXU,85
|
46
46
|
pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
47
47
|
pulumi_newrelic/service_level.py,sha256=Dk_AoEFTmaJAg5v8SKBN4-a4T-MGXDbPubxsnB98sFk,28980
|
48
48
|
pulumi_newrelic/user.py,sha256=guVvPGAeuR-mQ6_bA_MvBP7GY2grEmnbdNkc_5hs1us,19116
|
@@ -84,7 +84,7 @@ pulumi_newrelic/synthetics/private_location.py,sha256=-pj6W9dg9fB-jtnrTH8wnd7o_j
|
|
84
84
|
pulumi_newrelic/synthetics/script_monitor.py,sha256=fwRaviLtkQ0ViK3V1W98npxcN_qBXFevwuHgHArl3m0,66220
|
85
85
|
pulumi_newrelic/synthetics/secure_credential.py,sha256=EilBGvvvqmADHo1VPeWfQkCdc2GYRO8Dq9-lktE7Y3M,15776
|
86
86
|
pulumi_newrelic/synthetics/step_monitor.py,sha256=7tqzQ9InEMRdfAr9K_vpLm-OCPHyIKEH4f8CT2BxaLQ,49116
|
87
|
-
pulumi_newrelic-5.44.
|
88
|
-
pulumi_newrelic-5.44.
|
89
|
-
pulumi_newrelic-5.44.
|
90
|
-
pulumi_newrelic-5.44.
|
87
|
+
pulumi_newrelic-5.44.0a1743218959.dist-info/METADATA,sha256=i9xooVyABRIVCq1A-zHvl-jjhIWQMRYLKoIc_YFkEZc,3963
|
88
|
+
pulumi_newrelic-5.44.0a1743218959.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
89
|
+
pulumi_newrelic-5.44.0a1743218959.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
|
90
|
+
pulumi_newrelic-5.44.0a1743218959.dist-info/RECORD,,
|
{pulumi_newrelic-5.44.0a1742969287.dist-info → pulumi_newrelic-5.44.0a1743218959.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|