pulumi-newrelic 5.44.0a1743218959__py3-none-any.whl → 5.44.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_newrelic/__init__.py +1 -0
- pulumi_newrelic/_inputs.py +2961 -2960
- pulumi_newrelic/account_management.py +29 -28
- pulumi_newrelic/alert_channel.py +43 -42
- pulumi_newrelic/alert_condition.py +176 -175
- pulumi_newrelic/alert_muting_rule.py +71 -70
- pulumi_newrelic/alert_policy.py +57 -56
- pulumi_newrelic/alert_policy_channel.py +43 -42
- pulumi_newrelic/api_access_key.py +92 -91
- pulumi_newrelic/browser_application.py +92 -91
- pulumi_newrelic/cloud/__init__.py +1 -0
- pulumi_newrelic/cloud/_inputs.py +1765 -1764
- pulumi_newrelic/cloud/aws_govcloud_integrations.py +29 -28
- pulumi_newrelic/cloud/aws_govcloud_link_account.py +57 -56
- pulumi_newrelic/cloud/aws_integrations.py +29 -28
- pulumi_newrelic/cloud/aws_link_account.py +57 -56
- pulumi_newrelic/cloud/azure_integrations.py +29 -28
- pulumi_newrelic/cloud/azure_link_account.py +85 -84
- pulumi_newrelic/cloud/gcp_integrations.py +29 -28
- pulumi_newrelic/cloud/gcp_link_account.py +45 -44
- pulumi_newrelic/cloud/outputs.py +1057 -1056
- pulumi_newrelic/config/__init__.py +1 -0
- pulumi_newrelic/config/__init__.pyi +1 -0
- pulumi_newrelic/config/vars.py +1 -0
- pulumi_newrelic/data_partition_rule.py +92 -91
- pulumi_newrelic/entity_tags.py +15 -14
- pulumi_newrelic/events_to_metrics_rule.py +78 -77
- pulumi_newrelic/get_account.py +17 -16
- pulumi_newrelic/get_alert_channel.py +14 -13
- pulumi_newrelic/get_alert_policy.py +19 -18
- pulumi_newrelic/get_application.py +9 -8
- pulumi_newrelic/get_authentication_domain.py +7 -6
- pulumi_newrelic/get_cloud_account.py +17 -16
- pulumi_newrelic/get_entity.py +40 -39
- pulumi_newrelic/get_group.py +13 -12
- pulumi_newrelic/get_key_transaction.py +19 -18
- pulumi_newrelic/get_notification_destination.py +20 -19
- pulumi_newrelic/get_obfuscation_expression.py +12 -11
- pulumi_newrelic/get_service_level_alert_helper.py +41 -40
- pulumi_newrelic/get_test_grok_pattern.py +17 -16
- pulumi_newrelic/get_user.py +17 -16
- pulumi_newrelic/group.py +43 -42
- pulumi_newrelic/infra_alert_condition.py +204 -203
- pulumi_newrelic/insights/__init__.py +1 -0
- pulumi_newrelic/insights/_inputs.py +26 -25
- pulumi_newrelic/insights/event.py +1 -0
- pulumi_newrelic/insights/outputs.py +16 -15
- pulumi_newrelic/key_transaction.py +85 -84
- pulumi_newrelic/log_parsing_rule.py +120 -119
- pulumi_newrelic/monitor_downtime.py +113 -112
- pulumi_newrelic/notification_channel.py +92 -91
- pulumi_newrelic/notification_destination.py +78 -77
- pulumi_newrelic/nrql_alert_condition.py +330 -329
- pulumi_newrelic/nrql_drop_rule.py +64 -63
- pulumi_newrelic/obfuscation_expression.py +57 -56
- pulumi_newrelic/obfuscation_rule.py +71 -70
- pulumi_newrelic/one_dashboard.py +71 -70
- pulumi_newrelic/one_dashboard_json.py +50 -49
- pulumi_newrelic/one_dashboard_raw.py +71 -70
- pulumi_newrelic/outputs.py +1831 -1830
- pulumi_newrelic/plugins/__init__.py +1 -0
- pulumi_newrelic/plugins/_inputs.py +126 -125
- pulumi_newrelic/plugins/application_settings.py +132 -131
- pulumi_newrelic/plugins/outputs.py +76 -75
- pulumi_newrelic/plugins/workload.py +99 -98
- pulumi_newrelic/provider.py +80 -79
- pulumi_newrelic/pulumi-plugin.json +1 -1
- pulumi_newrelic/service_level.py +57 -56
- pulumi_newrelic/synthetics/__init__.py +1 -0
- pulumi_newrelic/synthetics/_inputs.py +106 -105
- pulumi_newrelic/synthetics/alert_condition.py +78 -77
- pulumi_newrelic/synthetics/broken_links_monitor.py +179 -150
- pulumi_newrelic/synthetics/cert_check_monitor.py +186 -157
- pulumi_newrelic/synthetics/get_private_location.py +17 -16
- pulumi_newrelic/synthetics/get_secure_credential.py +14 -13
- pulumi_newrelic/synthetics/monitor.py +326 -297
- pulumi_newrelic/synthetics/multi_location_alert_condition.py +92 -91
- pulumi_newrelic/synthetics/outputs.py +64 -63
- pulumi_newrelic/synthetics/private_location.py +85 -84
- pulumi_newrelic/synthetics/script_monitor.py +263 -234
- pulumi_newrelic/synthetics/secure_credential.py +71 -70
- pulumi_newrelic/synthetics/step_monitor.py +193 -164
- pulumi_newrelic/user.py +57 -56
- pulumi_newrelic/workflow.py +106 -105
- {pulumi_newrelic-5.44.0a1743218959.dist-info → pulumi_newrelic-5.44.1.dist-info}/METADATA +1 -1
- pulumi_newrelic-5.44.1.dist-info/RECORD +90 -0
- pulumi_newrelic-5.44.0a1743218959.dist-info/RECORD +0 -90
- {pulumi_newrelic-5.44.0a1743218959.dist-info → pulumi_newrelic-5.44.1.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.44.0a1743218959.dist-info → pulumi_newrelic-5.44.1.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
from .. import _utilities
|
6
7
|
import typing
|
7
8
|
# Export this package's modules as members:
|
@@ -2,6 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -29,11 +30,11 @@ if not MYPY:
|
|
29
30
|
"""
|
30
31
|
An attribute to include in your event payload. Multiple attribute blocks can be defined for an event.
|
31
32
|
"""
|
32
|
-
type: pulumi.Input[str]
|
33
|
+
type: pulumi.Input[builtins.str]
|
33
34
|
"""
|
34
35
|
The event's name. Can be a combination of alphanumeric characters, underscores, and colons.
|
35
36
|
"""
|
36
|
-
timestamp: NotRequired[pulumi.Input[int]]
|
37
|
+
timestamp: NotRequired[pulumi.Input[builtins.int]]
|
37
38
|
"""
|
38
39
|
Must be a Unix epoch timestamp. You can define timestamps either in seconds or in milliseconds.
|
39
40
|
"""
|
@@ -44,12 +45,12 @@ elif False:
|
|
44
45
|
class EventEventArgs:
|
45
46
|
def __init__(__self__, *,
|
46
47
|
attributes: pulumi.Input[Sequence[pulumi.Input['EventEventAttributeArgs']]],
|
47
|
-
type: pulumi.Input[str],
|
48
|
-
timestamp: Optional[pulumi.Input[int]] = None):
|
48
|
+
type: pulumi.Input[builtins.str],
|
49
|
+
timestamp: Optional[pulumi.Input[builtins.int]] = None):
|
49
50
|
"""
|
50
51
|
:param pulumi.Input[Sequence[pulumi.Input['EventEventAttributeArgs']]] attributes: An attribute to include in your event payload. Multiple attribute blocks can be defined for an event.
|
51
|
-
:param pulumi.Input[str] type: The event's name. Can be a combination of alphanumeric characters, underscores, and colons.
|
52
|
-
:param pulumi.Input[int] timestamp: Must be a Unix epoch timestamp. You can define timestamps either in seconds or in milliseconds.
|
52
|
+
:param pulumi.Input[builtins.str] type: The event's name. Can be a combination of alphanumeric characters, underscores, and colons.
|
53
|
+
:param pulumi.Input[builtins.int] timestamp: Must be a Unix epoch timestamp. You can define timestamps either in seconds or in milliseconds.
|
53
54
|
"""
|
54
55
|
pulumi.set(__self__, "attributes", attributes)
|
55
56
|
pulumi.set(__self__, "type", type)
|
@@ -70,40 +71,40 @@ class EventEventArgs:
|
|
70
71
|
|
71
72
|
@property
|
72
73
|
@pulumi.getter
|
73
|
-
def type(self) -> pulumi.Input[str]:
|
74
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
74
75
|
"""
|
75
76
|
The event's name. Can be a combination of alphanumeric characters, underscores, and colons.
|
76
77
|
"""
|
77
78
|
return pulumi.get(self, "type")
|
78
79
|
|
79
80
|
@type.setter
|
80
|
-
def type(self, value: pulumi.Input[str]):
|
81
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
81
82
|
pulumi.set(self, "type", value)
|
82
83
|
|
83
84
|
@property
|
84
85
|
@pulumi.getter
|
85
|
-
def timestamp(self) -> Optional[pulumi.Input[int]]:
|
86
|
+
def timestamp(self) -> Optional[pulumi.Input[builtins.int]]:
|
86
87
|
"""
|
87
88
|
Must be a Unix epoch timestamp. You can define timestamps either in seconds or in milliseconds.
|
88
89
|
"""
|
89
90
|
return pulumi.get(self, "timestamp")
|
90
91
|
|
91
92
|
@timestamp.setter
|
92
|
-
def timestamp(self, value: Optional[pulumi.Input[int]]):
|
93
|
+
def timestamp(self, value: Optional[pulumi.Input[builtins.int]]):
|
93
94
|
pulumi.set(self, "timestamp", value)
|
94
95
|
|
95
96
|
|
96
97
|
if not MYPY:
|
97
98
|
class EventEventAttributeArgsDict(TypedDict):
|
98
|
-
key: pulumi.Input[str]
|
99
|
+
key: pulumi.Input[builtins.str]
|
99
100
|
"""
|
100
101
|
The name of the attribute.
|
101
102
|
"""
|
102
|
-
value: pulumi.Input[str]
|
103
|
+
value: pulumi.Input[builtins.str]
|
103
104
|
"""
|
104
105
|
The value of the attribute.
|
105
106
|
"""
|
106
|
-
type: NotRequired[pulumi.Input[str]]
|
107
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
107
108
|
"""
|
108
109
|
Specify the type for the attribute value. This is useful when passing integer or float values to Insights. Allowed values are string, int, or float. Defaults to string.
|
109
110
|
"""
|
@@ -113,13 +114,13 @@ elif False:
|
|
113
114
|
@pulumi.input_type
|
114
115
|
class EventEventAttributeArgs:
|
115
116
|
def __init__(__self__, *,
|
116
|
-
key: pulumi.Input[str],
|
117
|
-
value: pulumi.Input[str],
|
118
|
-
type: Optional[pulumi.Input[str]] = None):
|
117
|
+
key: pulumi.Input[builtins.str],
|
118
|
+
value: pulumi.Input[builtins.str],
|
119
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
119
120
|
"""
|
120
|
-
:param pulumi.Input[str] key: The name of the attribute.
|
121
|
-
:param pulumi.Input[str] value: The value of the attribute.
|
122
|
-
:param pulumi.Input[str] type: Specify the type for the attribute value. This is useful when passing integer or float values to Insights. Allowed values are string, int, or float. Defaults to string.
|
121
|
+
:param pulumi.Input[builtins.str] key: The name of the attribute.
|
122
|
+
:param pulumi.Input[builtins.str] value: The value of the attribute.
|
123
|
+
:param pulumi.Input[builtins.str] type: Specify the type for the attribute value. This is useful when passing integer or float values to Insights. Allowed values are string, int, or float. Defaults to string.
|
123
124
|
"""
|
124
125
|
pulumi.set(__self__, "key", key)
|
125
126
|
pulumi.set(__self__, "value", value)
|
@@ -128,38 +129,38 @@ class EventEventAttributeArgs:
|
|
128
129
|
|
129
130
|
@property
|
130
131
|
@pulumi.getter
|
131
|
-
def key(self) -> pulumi.Input[str]:
|
132
|
+
def key(self) -> pulumi.Input[builtins.str]:
|
132
133
|
"""
|
133
134
|
The name of the attribute.
|
134
135
|
"""
|
135
136
|
return pulumi.get(self, "key")
|
136
137
|
|
137
138
|
@key.setter
|
138
|
-
def key(self, value: pulumi.Input[str]):
|
139
|
+
def key(self, value: pulumi.Input[builtins.str]):
|
139
140
|
pulumi.set(self, "key", value)
|
140
141
|
|
141
142
|
@property
|
142
143
|
@pulumi.getter
|
143
|
-
def value(self) -> pulumi.Input[str]:
|
144
|
+
def value(self) -> pulumi.Input[builtins.str]:
|
144
145
|
"""
|
145
146
|
The value of the attribute.
|
146
147
|
"""
|
147
148
|
return pulumi.get(self, "value")
|
148
149
|
|
149
150
|
@value.setter
|
150
|
-
def value(self, value: pulumi.Input[str]):
|
151
|
+
def value(self, value: pulumi.Input[builtins.str]):
|
151
152
|
pulumi.set(self, "value", value)
|
152
153
|
|
153
154
|
@property
|
154
155
|
@pulumi.getter
|
155
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
156
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
156
157
|
"""
|
157
158
|
Specify the type for the attribute value. This is useful when passing integer or float values to Insights. Allowed values are string, int, or float. Defaults to string.
|
158
159
|
"""
|
159
160
|
return pulumi.get(self, "type")
|
160
161
|
|
161
162
|
@type.setter
|
162
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
163
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
163
164
|
pulumi.set(self, "type", value)
|
164
165
|
|
165
166
|
|
@@ -2,6 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -24,12 +25,12 @@ __all__ = [
|
|
24
25
|
class EventEvent(dict):
|
25
26
|
def __init__(__self__, *,
|
26
27
|
attributes: Sequence['outputs.EventEventAttribute'],
|
27
|
-
type: str,
|
28
|
-
timestamp: Optional[int] = None):
|
28
|
+
type: builtins.str,
|
29
|
+
timestamp: Optional[builtins.int] = None):
|
29
30
|
"""
|
30
31
|
:param Sequence['EventEventAttributeArgs'] attributes: An attribute to include in your event payload. Multiple attribute blocks can be defined for an event.
|
31
|
-
:param str type: The event's name. Can be a combination of alphanumeric characters, underscores, and colons.
|
32
|
-
:param int timestamp: Must be a Unix epoch timestamp. You can define timestamps either in seconds or in milliseconds.
|
32
|
+
:param builtins.str type: The event's name. Can be a combination of alphanumeric characters, underscores, and colons.
|
33
|
+
:param builtins.int timestamp: Must be a Unix epoch timestamp. You can define timestamps either in seconds or in milliseconds.
|
33
34
|
"""
|
34
35
|
pulumi.set(__self__, "attributes", attributes)
|
35
36
|
pulumi.set(__self__, "type", type)
|
@@ -46,7 +47,7 @@ class EventEvent(dict):
|
|
46
47
|
|
47
48
|
@property
|
48
49
|
@pulumi.getter
|
49
|
-
def type(self) -> str:
|
50
|
+
def type(self) -> builtins.str:
|
50
51
|
"""
|
51
52
|
The event's name. Can be a combination of alphanumeric characters, underscores, and colons.
|
52
53
|
"""
|
@@ -54,7 +55,7 @@ class EventEvent(dict):
|
|
54
55
|
|
55
56
|
@property
|
56
57
|
@pulumi.getter
|
57
|
-
def timestamp(self) -> Optional[int]:
|
58
|
+
def timestamp(self) -> Optional[builtins.int]:
|
58
59
|
"""
|
59
60
|
Must be a Unix epoch timestamp. You can define timestamps either in seconds or in milliseconds.
|
60
61
|
"""
|
@@ -64,13 +65,13 @@ class EventEvent(dict):
|
|
64
65
|
@pulumi.output_type
|
65
66
|
class EventEventAttribute(dict):
|
66
67
|
def __init__(__self__, *,
|
67
|
-
key: str,
|
68
|
-
value: str,
|
69
|
-
type: Optional[str] = None):
|
68
|
+
key: builtins.str,
|
69
|
+
value: builtins.str,
|
70
|
+
type: Optional[builtins.str] = None):
|
70
71
|
"""
|
71
|
-
:param str key: The name of the attribute.
|
72
|
-
:param str value: The value of the attribute.
|
73
|
-
:param str type: Specify the type for the attribute value. This is useful when passing integer or float values to Insights. Allowed values are string, int, or float. Defaults to string.
|
72
|
+
:param builtins.str key: The name of the attribute.
|
73
|
+
:param builtins.str value: The value of the attribute.
|
74
|
+
:param builtins.str type: Specify the type for the attribute value. This is useful when passing integer or float values to Insights. Allowed values are string, int, or float. Defaults to string.
|
74
75
|
"""
|
75
76
|
pulumi.set(__self__, "key", key)
|
76
77
|
pulumi.set(__self__, "value", value)
|
@@ -79,7 +80,7 @@ class EventEventAttribute(dict):
|
|
79
80
|
|
80
81
|
@property
|
81
82
|
@pulumi.getter
|
82
|
-
def key(self) -> str:
|
83
|
+
def key(self) -> builtins.str:
|
83
84
|
"""
|
84
85
|
The name of the attribute.
|
85
86
|
"""
|
@@ -87,7 +88,7 @@ class EventEventAttribute(dict):
|
|
87
88
|
|
88
89
|
@property
|
89
90
|
@pulumi.getter
|
90
|
-
def value(self) -> str:
|
91
|
+
def value(self) -> builtins.str:
|
91
92
|
"""
|
92
93
|
The value of the attribute.
|
93
94
|
"""
|
@@ -95,7 +96,7 @@ class EventEventAttribute(dict):
|
|
95
96
|
|
96
97
|
@property
|
97
98
|
@pulumi.getter
|
98
|
-
def type(self) -> Optional[str]:
|
99
|
+
def type(self) -> Optional[builtins.str]:
|
99
100
|
"""
|
100
101
|
Specify the type for the attribute value. This is useful when passing integer or float values to Insights. Allowed values are string, int, or float. Defaults to string.
|
101
102
|
"""
|