pulumi-newrelic 5.42.1__py3-none-any.whl → 5.58.0a1766556761__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 +19 -1
- pulumi_newrelic/_inputs.py +4314 -3779
- pulumi_newrelic/_utilities.py +1 -1
- pulumi_newrelic/account_management.py +37 -36
- pulumi_newrelic/alert_channel.py +63 -62
- pulumi_newrelic/alert_condition.py +219 -218
- pulumi_newrelic/alert_muting_rule.py +96 -95
- pulumi_newrelic/alert_policy.py +71 -70
- pulumi_newrelic/alert_policy_channel.py +54 -53
- pulumi_newrelic/api_access_key.py +186 -201
- pulumi_newrelic/browser_application.py +115 -114
- pulumi_newrelic/cloud/__init__.py +3 -1
- pulumi_newrelic/cloud/_inputs.py +2226 -2118
- pulumi_newrelic/cloud/aws_govcloud_integrations.py +101 -96
- pulumi_newrelic/cloud/aws_govcloud_link_account.py +71 -70
- pulumi_newrelic/cloud/aws_integrations.py +240 -192
- pulumi_newrelic/cloud/aws_link_account.py +71 -70
- pulumi_newrelic/cloud/azure_integrations.py +180 -132
- pulumi_newrelic/cloud/azure_link_account.py +105 -104
- pulumi_newrelic/cloud/gcp_integrations.py +115 -114
- pulumi_newrelic/cloud/gcp_link_account.py +56 -55
- pulumi_newrelic/cloud/oci_link_account.py +926 -0
- pulumi_newrelic/cloud/outputs.py +1512 -1410
- pulumi_newrelic/config/__init__.py +2 -1
- pulumi_newrelic/config/__init__.pyi +2 -2
- pulumi_newrelic/config/vars.py +15 -15
- pulumi_newrelic/data_partition_rule.py +114 -113
- pulumi_newrelic/entity_tags.py +79 -22
- pulumi_newrelic/events_to_metrics_rule.py +97 -96
- pulumi_newrelic/get_account.py +22 -22
- pulumi_newrelic/get_alert_channel.py +53 -21
- pulumi_newrelic/get_alert_policy.py +52 -26
- pulumi_newrelic/get_application.py +14 -14
- pulumi_newrelic/get_authentication_domain.py +10 -10
- pulumi_newrelic/get_cloud_account.py +22 -22
- pulumi_newrelic/get_entity.py +53 -53
- pulumi_newrelic/get_group.py +22 -22
- pulumi_newrelic/get_key_transaction.py +26 -26
- pulumi_newrelic/get_notification_destination.py +31 -31
- pulumi_newrelic/get_obfuscation_expression.py +16 -16
- pulumi_newrelic/get_service_level_alert_helper.py +54 -54
- pulumi_newrelic/get_test_grok_pattern.py +23 -23
- pulumi_newrelic/get_user.py +22 -22
- pulumi_newrelic/group.py +54 -53
- pulumi_newrelic/infra_alert_condition.py +257 -256
- pulumi_newrelic/insights/__init__.py +2 -1
- pulumi_newrelic/insights/_inputs.py +33 -33
- pulumi_newrelic/insights/event.py +6 -5
- pulumi_newrelic/insights/outputs.py +23 -23
- pulumi_newrelic/key_transaction.py +106 -105
- pulumi_newrelic/log_parsing_rule.py +148 -147
- pulumi_newrelic/monitor_downtime.py +148 -154
- pulumi_newrelic/notification_channel.py +218 -163
- pulumi_newrelic/notification_destination.py +123 -136
- pulumi_newrelic/nrql_alert_condition.py +513 -414
- pulumi_newrelic/nrql_drop_rule.py +108 -147
- pulumi_newrelic/obfuscation_expression.py +71 -70
- pulumi_newrelic/obfuscation_rule.py +91 -90
- pulumi_newrelic/one_dashboard.py +95 -94
- pulumi_newrelic/one_dashboard_json.py +64 -63
- pulumi_newrelic/one_dashboard_raw.py +116 -115
- pulumi_newrelic/outputs.py +3026 -2665
- pulumi_newrelic/pipeline_cloud_rule.py +335 -0
- pulumi_newrelic/plugins/__init__.py +2 -1
- pulumi_newrelic/plugins/_inputs.py +159 -159
- pulumi_newrelic/plugins/application_settings.py +186 -171
- pulumi_newrelic/plugins/outputs.py +109 -109
- pulumi_newrelic/plugins/workload.py +133 -132
- pulumi_newrelic/provider.py +136 -116
- pulumi_newrelic/pulumi-plugin.json +1 -1
- pulumi_newrelic/service_level.py +78 -77
- pulumi_newrelic/synthetics/__init__.py +2 -1
- pulumi_newrelic/synthetics/_inputs.py +128 -128
- pulumi_newrelic/synthetics/alert_condition.py +97 -96
- pulumi_newrelic/synthetics/broken_links_monitor.py +218 -189
- pulumi_newrelic/synthetics/cert_check_monitor.py +226 -197
- pulumi_newrelic/synthetics/get_private_location.py +22 -22
- pulumi_newrelic/synthetics/get_secure_credential.py +20 -20
- pulumi_newrelic/synthetics/monitor.py +399 -370
- pulumi_newrelic/synthetics/multi_location_alert_condition.py +120 -119
- pulumi_newrelic/synthetics/outputs.py +86 -86
- pulumi_newrelic/synthetics/private_location.py +107 -106
- pulumi_newrelic/synthetics/script_monitor.py +385 -294
- pulumi_newrelic/synthetics/secure_credential.py +88 -87
- pulumi_newrelic/synthetics/step_monitor.py +241 -212
- pulumi_newrelic/user.py +71 -70
- pulumi_newrelic/workflow.py +141 -140
- {pulumi_newrelic-5.42.1.dist-info → pulumi_newrelic-5.58.0a1766556761.dist-info}/METADATA +4 -4
- pulumi_newrelic-5.58.0a1766556761.dist-info/RECORD +92 -0
- {pulumi_newrelic-5.42.1.dist-info → pulumi_newrelic-5.58.0a1766556761.dist-info}/WHEEL +1 -1
- pulumi_newrelic-5.42.1.dist-info/RECORD +0 -90
- {pulumi_newrelic-5.42.1.dist-info → pulumi_newrelic-5.58.0a1766556761.dist-info}/top_level.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -19,20 +19,20 @@ __all__ = ['KeyTransactionArgs', 'KeyTransaction']
|
|
|
19
19
|
@pulumi.input_type
|
|
20
20
|
class KeyTransactionArgs:
|
|
21
21
|
def __init__(__self__, *,
|
|
22
|
-
apdex_index: pulumi.Input[float],
|
|
23
|
-
application_guid: pulumi.Input[str],
|
|
24
|
-
browser_apdex_target: pulumi.Input[float],
|
|
25
|
-
metric_name: pulumi.Input[str],
|
|
26
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
22
|
+
apdex_index: pulumi.Input[_builtins.float],
|
|
23
|
+
application_guid: pulumi.Input[_builtins.str],
|
|
24
|
+
browser_apdex_target: pulumi.Input[_builtins.float],
|
|
25
|
+
metric_name: pulumi.Input[_builtins.str],
|
|
26
|
+
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
27
27
|
"""
|
|
28
28
|
The set of arguments for constructing a KeyTransaction resource.
|
|
29
|
-
:param pulumi.Input[float] apdex_index: A decimal value, measuring user satisfaction with response times, ranging from 0 (frustrated) to 1 (satisfied).
|
|
30
|
-
:param pulumi.Input[str] application_guid: The GUID of the APM Application comprising transactions, of which one would be made a key transaction.
|
|
31
|
-
:param pulumi.Input[float] browser_apdex_target: A decimal value representing the response time threshold for satisfactory experience (e.g., 0.5 seconds).
|
|
29
|
+
:param pulumi.Input[_builtins.float] apdex_index: A decimal value, measuring user satisfaction with response times, ranging from 0 (frustrated) to 1 (satisfied).
|
|
30
|
+
:param pulumi.Input[_builtins.str] application_guid: The GUID of the APM Application comprising transactions, of which one would be made a key transaction.
|
|
31
|
+
:param pulumi.Input[_builtins.float] browser_apdex_target: A decimal value representing the response time threshold for satisfactory experience (e.g., 0.5 seconds).
|
|
32
32
|
|
|
33
33
|
> **NOTE:** It may be noted that the `metric_name` and `application_guid` of a Key Transaction _cannot_ be updated in a key transaction that has already been created; since this is not supported. As a consequence, altering the values of `application_guid` and/or `metric_name` of a `KeyTransaction` resource created (to try updating these values) would result in `pulumi preview` prompting a forced destruction and re-creation of the resource.
|
|
34
|
-
:param pulumi.Input[str] metric_name: The name of the underlying metric monitored by the key transaction to be created.
|
|
35
|
-
:param pulumi.Input[str] name: The name of the key transaction.
|
|
34
|
+
:param pulumi.Input[_builtins.str] metric_name: The name of the underlying metric monitored by the key transaction to be created.
|
|
35
|
+
:param pulumi.Input[_builtins.str] name: The name of the key transaction.
|
|
36
36
|
"""
|
|
37
37
|
pulumi.set(__self__, "apdex_index", apdex_index)
|
|
38
38
|
pulumi.set(__self__, "application_guid", application_guid)
|
|
@@ -41,33 +41,33 @@ class KeyTransactionArgs:
|
|
|
41
41
|
if name is not None:
|
|
42
42
|
pulumi.set(__self__, "name", name)
|
|
43
43
|
|
|
44
|
-
@property
|
|
44
|
+
@_builtins.property
|
|
45
45
|
@pulumi.getter(name="apdexIndex")
|
|
46
|
-
def apdex_index(self) -> pulumi.Input[float]:
|
|
46
|
+
def apdex_index(self) -> pulumi.Input[_builtins.float]:
|
|
47
47
|
"""
|
|
48
48
|
A decimal value, measuring user satisfaction with response times, ranging from 0 (frustrated) to 1 (satisfied).
|
|
49
49
|
"""
|
|
50
50
|
return pulumi.get(self, "apdex_index")
|
|
51
51
|
|
|
52
52
|
@apdex_index.setter
|
|
53
|
-
def apdex_index(self, value: pulumi.Input[float]):
|
|
53
|
+
def apdex_index(self, value: pulumi.Input[_builtins.float]):
|
|
54
54
|
pulumi.set(self, "apdex_index", value)
|
|
55
55
|
|
|
56
|
-
@property
|
|
56
|
+
@_builtins.property
|
|
57
57
|
@pulumi.getter(name="applicationGuid")
|
|
58
|
-
def application_guid(self) -> pulumi.Input[str]:
|
|
58
|
+
def application_guid(self) -> pulumi.Input[_builtins.str]:
|
|
59
59
|
"""
|
|
60
60
|
The GUID of the APM Application comprising transactions, of which one would be made a key transaction.
|
|
61
61
|
"""
|
|
62
62
|
return pulumi.get(self, "application_guid")
|
|
63
63
|
|
|
64
64
|
@application_guid.setter
|
|
65
|
-
def application_guid(self, value: pulumi.Input[str]):
|
|
65
|
+
def application_guid(self, value: pulumi.Input[_builtins.str]):
|
|
66
66
|
pulumi.set(self, "application_guid", value)
|
|
67
67
|
|
|
68
|
-
@property
|
|
68
|
+
@_builtins.property
|
|
69
69
|
@pulumi.getter(name="browserApdexTarget")
|
|
70
|
-
def browser_apdex_target(self) -> pulumi.Input[float]:
|
|
70
|
+
def browser_apdex_target(self) -> pulumi.Input[_builtins.float]:
|
|
71
71
|
"""
|
|
72
72
|
A decimal value representing the response time threshold for satisfactory experience (e.g., 0.5 seconds).
|
|
73
73
|
|
|
@@ -76,55 +76,55 @@ class KeyTransactionArgs:
|
|
|
76
76
|
return pulumi.get(self, "browser_apdex_target")
|
|
77
77
|
|
|
78
78
|
@browser_apdex_target.setter
|
|
79
|
-
def browser_apdex_target(self, value: pulumi.Input[float]):
|
|
79
|
+
def browser_apdex_target(self, value: pulumi.Input[_builtins.float]):
|
|
80
80
|
pulumi.set(self, "browser_apdex_target", value)
|
|
81
81
|
|
|
82
|
-
@property
|
|
82
|
+
@_builtins.property
|
|
83
83
|
@pulumi.getter(name="metricName")
|
|
84
|
-
def metric_name(self) -> pulumi.Input[str]:
|
|
84
|
+
def metric_name(self) -> pulumi.Input[_builtins.str]:
|
|
85
85
|
"""
|
|
86
86
|
The name of the underlying metric monitored by the key transaction to be created.
|
|
87
87
|
"""
|
|
88
88
|
return pulumi.get(self, "metric_name")
|
|
89
89
|
|
|
90
90
|
@metric_name.setter
|
|
91
|
-
def metric_name(self, value: pulumi.Input[str]):
|
|
91
|
+
def metric_name(self, value: pulumi.Input[_builtins.str]):
|
|
92
92
|
pulumi.set(self, "metric_name", value)
|
|
93
93
|
|
|
94
|
-
@property
|
|
94
|
+
@_builtins.property
|
|
95
95
|
@pulumi.getter
|
|
96
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
96
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
97
97
|
"""
|
|
98
98
|
The name of the key transaction.
|
|
99
99
|
"""
|
|
100
100
|
return pulumi.get(self, "name")
|
|
101
101
|
|
|
102
102
|
@name.setter
|
|
103
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
103
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
104
104
|
pulumi.set(self, "name", value)
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
@pulumi.input_type
|
|
108
108
|
class _KeyTransactionState:
|
|
109
109
|
def __init__(__self__, *,
|
|
110
|
-
apdex_index: Optional[pulumi.Input[float]] = None,
|
|
111
|
-
application_guid: Optional[pulumi.Input[str]] = None,
|
|
112
|
-
browser_apdex_target: Optional[pulumi.Input[float]] = None,
|
|
113
|
-
domain: Optional[pulumi.Input[str]] = None,
|
|
114
|
-
metric_name: Optional[pulumi.Input[str]] = None,
|
|
115
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
116
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
110
|
+
apdex_index: Optional[pulumi.Input[_builtins.float]] = None,
|
|
111
|
+
application_guid: Optional[pulumi.Input[_builtins.str]] = None,
|
|
112
|
+
browser_apdex_target: Optional[pulumi.Input[_builtins.float]] = None,
|
|
113
|
+
domain: Optional[pulumi.Input[_builtins.str]] = None,
|
|
114
|
+
metric_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
115
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
116
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
117
117
|
"""
|
|
118
118
|
Input properties used for looking up and filtering KeyTransaction resources.
|
|
119
|
-
:param pulumi.Input[float] apdex_index: A decimal value, measuring user satisfaction with response times, ranging from 0 (frustrated) to 1 (satisfied).
|
|
120
|
-
:param pulumi.Input[str] application_guid: The GUID of the APM Application comprising transactions, of which one would be made a key transaction.
|
|
121
|
-
:param pulumi.Input[float] browser_apdex_target: A decimal value representing the response time threshold for satisfactory experience (e.g., 0.5 seconds).
|
|
119
|
+
:param pulumi.Input[_builtins.float] apdex_index: A decimal value, measuring user satisfaction with response times, ranging from 0 (frustrated) to 1 (satisfied).
|
|
120
|
+
:param pulumi.Input[_builtins.str] application_guid: The GUID of the APM Application comprising transactions, of which one would be made a key transaction.
|
|
121
|
+
:param pulumi.Input[_builtins.float] browser_apdex_target: A decimal value representing the response time threshold for satisfactory experience (e.g., 0.5 seconds).
|
|
122
122
|
|
|
123
123
|
> **NOTE:** It may be noted that the `metric_name` and `application_guid` of a Key Transaction _cannot_ be updated in a key transaction that has already been created; since this is not supported. As a consequence, altering the values of `application_guid` and/or `metric_name` of a `KeyTransaction` resource created (to try updating these values) would result in `pulumi preview` prompting a forced destruction and re-creation of the resource.
|
|
124
|
-
:param pulumi.Input[str] domain: The domain of the entity monitored by the key transaction.
|
|
125
|
-
:param pulumi.Input[str] metric_name: The name of the underlying metric monitored by the key transaction to be created.
|
|
126
|
-
:param pulumi.Input[str] name: The name of the key transaction.
|
|
127
|
-
:param pulumi.Input[str] type: The type of the entity monitored by the key transaction.
|
|
124
|
+
:param pulumi.Input[_builtins.str] domain: The domain of the entity monitored by the key transaction.
|
|
125
|
+
:param pulumi.Input[_builtins.str] metric_name: The name of the underlying metric monitored by the key transaction to be created.
|
|
126
|
+
:param pulumi.Input[_builtins.str] name: The name of the key transaction.
|
|
127
|
+
:param pulumi.Input[_builtins.str] type: The type of the entity monitored by the key transaction.
|
|
128
128
|
"""
|
|
129
129
|
if apdex_index is not None:
|
|
130
130
|
pulumi.set(__self__, "apdex_index", apdex_index)
|
|
@@ -141,33 +141,33 @@ class _KeyTransactionState:
|
|
|
141
141
|
if type is not None:
|
|
142
142
|
pulumi.set(__self__, "type", type)
|
|
143
143
|
|
|
144
|
-
@property
|
|
144
|
+
@_builtins.property
|
|
145
145
|
@pulumi.getter(name="apdexIndex")
|
|
146
|
-
def apdex_index(self) -> Optional[pulumi.Input[float]]:
|
|
146
|
+
def apdex_index(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
147
147
|
"""
|
|
148
148
|
A decimal value, measuring user satisfaction with response times, ranging from 0 (frustrated) to 1 (satisfied).
|
|
149
149
|
"""
|
|
150
150
|
return pulumi.get(self, "apdex_index")
|
|
151
151
|
|
|
152
152
|
@apdex_index.setter
|
|
153
|
-
def apdex_index(self, value: Optional[pulumi.Input[float]]):
|
|
153
|
+
def apdex_index(self, value: Optional[pulumi.Input[_builtins.float]]):
|
|
154
154
|
pulumi.set(self, "apdex_index", value)
|
|
155
155
|
|
|
156
|
-
@property
|
|
156
|
+
@_builtins.property
|
|
157
157
|
@pulumi.getter(name="applicationGuid")
|
|
158
|
-
def application_guid(self) -> Optional[pulumi.Input[str]]:
|
|
158
|
+
def application_guid(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
159
159
|
"""
|
|
160
160
|
The GUID of the APM Application comprising transactions, of which one would be made a key transaction.
|
|
161
161
|
"""
|
|
162
162
|
return pulumi.get(self, "application_guid")
|
|
163
163
|
|
|
164
164
|
@application_guid.setter
|
|
165
|
-
def application_guid(self, value: Optional[pulumi.Input[str]]):
|
|
165
|
+
def application_guid(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
166
166
|
pulumi.set(self, "application_guid", value)
|
|
167
167
|
|
|
168
|
-
@property
|
|
168
|
+
@_builtins.property
|
|
169
169
|
@pulumi.getter(name="browserApdexTarget")
|
|
170
|
-
def browser_apdex_target(self) -> Optional[pulumi.Input[float]]:
|
|
170
|
+
def browser_apdex_target(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
171
171
|
"""
|
|
172
172
|
A decimal value representing the response time threshold for satisfactory experience (e.g., 0.5 seconds).
|
|
173
173
|
|
|
@@ -176,68 +176,69 @@ class _KeyTransactionState:
|
|
|
176
176
|
return pulumi.get(self, "browser_apdex_target")
|
|
177
177
|
|
|
178
178
|
@browser_apdex_target.setter
|
|
179
|
-
def browser_apdex_target(self, value: Optional[pulumi.Input[float]]):
|
|
179
|
+
def browser_apdex_target(self, value: Optional[pulumi.Input[_builtins.float]]):
|
|
180
180
|
pulumi.set(self, "browser_apdex_target", value)
|
|
181
181
|
|
|
182
|
-
@property
|
|
182
|
+
@_builtins.property
|
|
183
183
|
@pulumi.getter
|
|
184
|
-
def domain(self) -> Optional[pulumi.Input[str]]:
|
|
184
|
+
def domain(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
185
185
|
"""
|
|
186
186
|
The domain of the entity monitored by the key transaction.
|
|
187
187
|
"""
|
|
188
188
|
return pulumi.get(self, "domain")
|
|
189
189
|
|
|
190
190
|
@domain.setter
|
|
191
|
-
def domain(self, value: Optional[pulumi.Input[str]]):
|
|
191
|
+
def domain(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
192
192
|
pulumi.set(self, "domain", value)
|
|
193
193
|
|
|
194
|
-
@property
|
|
194
|
+
@_builtins.property
|
|
195
195
|
@pulumi.getter(name="metricName")
|
|
196
|
-
def metric_name(self) -> Optional[pulumi.Input[str]]:
|
|
196
|
+
def metric_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
197
197
|
"""
|
|
198
198
|
The name of the underlying metric monitored by the key transaction to be created.
|
|
199
199
|
"""
|
|
200
200
|
return pulumi.get(self, "metric_name")
|
|
201
201
|
|
|
202
202
|
@metric_name.setter
|
|
203
|
-
def metric_name(self, value: Optional[pulumi.Input[str]]):
|
|
203
|
+
def metric_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
204
204
|
pulumi.set(self, "metric_name", value)
|
|
205
205
|
|
|
206
|
-
@property
|
|
206
|
+
@_builtins.property
|
|
207
207
|
@pulumi.getter
|
|
208
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
208
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
209
209
|
"""
|
|
210
210
|
The name of the key transaction.
|
|
211
211
|
"""
|
|
212
212
|
return pulumi.get(self, "name")
|
|
213
213
|
|
|
214
214
|
@name.setter
|
|
215
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
215
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
216
216
|
pulumi.set(self, "name", value)
|
|
217
217
|
|
|
218
|
-
@property
|
|
218
|
+
@_builtins.property
|
|
219
219
|
@pulumi.getter
|
|
220
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
220
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
221
221
|
"""
|
|
222
222
|
The type of the entity monitored by the key transaction.
|
|
223
223
|
"""
|
|
224
224
|
return pulumi.get(self, "type")
|
|
225
225
|
|
|
226
226
|
@type.setter
|
|
227
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
227
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
228
228
|
pulumi.set(self, "type", value)
|
|
229
229
|
|
|
230
230
|
|
|
231
|
+
@pulumi.type_token("newrelic:index/keyTransaction:KeyTransaction")
|
|
231
232
|
class KeyTransaction(pulumi.CustomResource):
|
|
232
233
|
@overload
|
|
233
234
|
def __init__(__self__,
|
|
234
235
|
resource_name: str,
|
|
235
236
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
236
|
-
apdex_index: Optional[pulumi.Input[float]] = None,
|
|
237
|
-
application_guid: Optional[pulumi.Input[str]] = None,
|
|
238
|
-
browser_apdex_target: Optional[pulumi.Input[float]] = None,
|
|
239
|
-
metric_name: Optional[pulumi.Input[str]] = None,
|
|
240
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
237
|
+
apdex_index: Optional[pulumi.Input[_builtins.float]] = None,
|
|
238
|
+
application_guid: Optional[pulumi.Input[_builtins.str]] = None,
|
|
239
|
+
browser_apdex_target: Optional[pulumi.Input[_builtins.float]] = None,
|
|
240
|
+
metric_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
241
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
241
242
|
__props__=None):
|
|
242
243
|
"""
|
|
243
244
|
Use this resource to create a new Key Transaction in New Relic.
|
|
@@ -270,13 +271,13 @@ class KeyTransaction(pulumi.CustomResource):
|
|
|
270
271
|
|
|
271
272
|
:param str resource_name: The name of the resource.
|
|
272
273
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
273
|
-
:param pulumi.Input[float] apdex_index: A decimal value, measuring user satisfaction with response times, ranging from 0 (frustrated) to 1 (satisfied).
|
|
274
|
-
:param pulumi.Input[str] application_guid: The GUID of the APM Application comprising transactions, of which one would be made a key transaction.
|
|
275
|
-
:param pulumi.Input[float] browser_apdex_target: A decimal value representing the response time threshold for satisfactory experience (e.g., 0.5 seconds).
|
|
274
|
+
:param pulumi.Input[_builtins.float] apdex_index: A decimal value, measuring user satisfaction with response times, ranging from 0 (frustrated) to 1 (satisfied).
|
|
275
|
+
:param pulumi.Input[_builtins.str] application_guid: The GUID of the APM Application comprising transactions, of which one would be made a key transaction.
|
|
276
|
+
:param pulumi.Input[_builtins.float] browser_apdex_target: A decimal value representing the response time threshold for satisfactory experience (e.g., 0.5 seconds).
|
|
276
277
|
|
|
277
278
|
> **NOTE:** It may be noted that the `metric_name` and `application_guid` of a Key Transaction _cannot_ be updated in a key transaction that has already been created; since this is not supported. As a consequence, altering the values of `application_guid` and/or `metric_name` of a `KeyTransaction` resource created (to try updating these values) would result in `pulumi preview` prompting a forced destruction and re-creation of the resource.
|
|
278
|
-
:param pulumi.Input[str] metric_name: The name of the underlying metric monitored by the key transaction to be created.
|
|
279
|
-
:param pulumi.Input[str] name: The name of the key transaction.
|
|
279
|
+
:param pulumi.Input[_builtins.str] metric_name: The name of the underlying metric monitored by the key transaction to be created.
|
|
280
|
+
:param pulumi.Input[_builtins.str] name: The name of the key transaction.
|
|
280
281
|
"""
|
|
281
282
|
...
|
|
282
283
|
@overload
|
|
@@ -328,11 +329,11 @@ class KeyTransaction(pulumi.CustomResource):
|
|
|
328
329
|
def _internal_init(__self__,
|
|
329
330
|
resource_name: str,
|
|
330
331
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
331
|
-
apdex_index: Optional[pulumi.Input[float]] = None,
|
|
332
|
-
application_guid: Optional[pulumi.Input[str]] = None,
|
|
333
|
-
browser_apdex_target: Optional[pulumi.Input[float]] = None,
|
|
334
|
-
metric_name: Optional[pulumi.Input[str]] = None,
|
|
335
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
332
|
+
apdex_index: Optional[pulumi.Input[_builtins.float]] = None,
|
|
333
|
+
application_guid: Optional[pulumi.Input[_builtins.str]] = None,
|
|
334
|
+
browser_apdex_target: Optional[pulumi.Input[_builtins.float]] = None,
|
|
335
|
+
metric_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
336
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
336
337
|
__props__=None):
|
|
337
338
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
338
339
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -367,13 +368,13 @@ class KeyTransaction(pulumi.CustomResource):
|
|
|
367
368
|
def get(resource_name: str,
|
|
368
369
|
id: pulumi.Input[str],
|
|
369
370
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
370
|
-
apdex_index: Optional[pulumi.Input[float]] = None,
|
|
371
|
-
application_guid: Optional[pulumi.Input[str]] = None,
|
|
372
|
-
browser_apdex_target: Optional[pulumi.Input[float]] = None,
|
|
373
|
-
domain: Optional[pulumi.Input[str]] = None,
|
|
374
|
-
metric_name: Optional[pulumi.Input[str]] = None,
|
|
375
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
376
|
-
type: Optional[pulumi.Input[str]] = None) -> 'KeyTransaction':
|
|
371
|
+
apdex_index: Optional[pulumi.Input[_builtins.float]] = None,
|
|
372
|
+
application_guid: Optional[pulumi.Input[_builtins.str]] = None,
|
|
373
|
+
browser_apdex_target: Optional[pulumi.Input[_builtins.float]] = None,
|
|
374
|
+
domain: Optional[pulumi.Input[_builtins.str]] = None,
|
|
375
|
+
metric_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
376
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
377
|
+
type: Optional[pulumi.Input[_builtins.str]] = None) -> 'KeyTransaction':
|
|
377
378
|
"""
|
|
378
379
|
Get an existing KeyTransaction resource's state with the given name, id, and optional extra
|
|
379
380
|
properties used to qualify the lookup.
|
|
@@ -381,15 +382,15 @@ class KeyTransaction(pulumi.CustomResource):
|
|
|
381
382
|
:param str resource_name: The unique name of the resulting resource.
|
|
382
383
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
383
384
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
384
|
-
:param pulumi.Input[float] apdex_index: A decimal value, measuring user satisfaction with response times, ranging from 0 (frustrated) to 1 (satisfied).
|
|
385
|
-
:param pulumi.Input[str] application_guid: The GUID of the APM Application comprising transactions, of which one would be made a key transaction.
|
|
386
|
-
:param pulumi.Input[float] browser_apdex_target: A decimal value representing the response time threshold for satisfactory experience (e.g., 0.5 seconds).
|
|
385
|
+
:param pulumi.Input[_builtins.float] apdex_index: A decimal value, measuring user satisfaction with response times, ranging from 0 (frustrated) to 1 (satisfied).
|
|
386
|
+
:param pulumi.Input[_builtins.str] application_guid: The GUID of the APM Application comprising transactions, of which one would be made a key transaction.
|
|
387
|
+
:param pulumi.Input[_builtins.float] browser_apdex_target: A decimal value representing the response time threshold for satisfactory experience (e.g., 0.5 seconds).
|
|
387
388
|
|
|
388
389
|
> **NOTE:** It may be noted that the `metric_name` and `application_guid` of a Key Transaction _cannot_ be updated in a key transaction that has already been created; since this is not supported. As a consequence, altering the values of `application_guid` and/or `metric_name` of a `KeyTransaction` resource created (to try updating these values) would result in `pulumi preview` prompting a forced destruction and re-creation of the resource.
|
|
389
|
-
:param pulumi.Input[str] domain: The domain of the entity monitored by the key transaction.
|
|
390
|
-
:param pulumi.Input[str] metric_name: The name of the underlying metric monitored by the key transaction to be created.
|
|
391
|
-
:param pulumi.Input[str] name: The name of the key transaction.
|
|
392
|
-
:param pulumi.Input[str] type: The type of the entity monitored by the key transaction.
|
|
390
|
+
:param pulumi.Input[_builtins.str] domain: The domain of the entity monitored by the key transaction.
|
|
391
|
+
:param pulumi.Input[_builtins.str] metric_name: The name of the underlying metric monitored by the key transaction to be created.
|
|
392
|
+
:param pulumi.Input[_builtins.str] name: The name of the key transaction.
|
|
393
|
+
:param pulumi.Input[_builtins.str] type: The type of the entity monitored by the key transaction.
|
|
393
394
|
"""
|
|
394
395
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
395
396
|
|
|
@@ -404,25 +405,25 @@ class KeyTransaction(pulumi.CustomResource):
|
|
|
404
405
|
__props__.__dict__["type"] = type
|
|
405
406
|
return KeyTransaction(resource_name, opts=opts, __props__=__props__)
|
|
406
407
|
|
|
407
|
-
@property
|
|
408
|
+
@_builtins.property
|
|
408
409
|
@pulumi.getter(name="apdexIndex")
|
|
409
|
-
def apdex_index(self) -> pulumi.Output[float]:
|
|
410
|
+
def apdex_index(self) -> pulumi.Output[_builtins.float]:
|
|
410
411
|
"""
|
|
411
412
|
A decimal value, measuring user satisfaction with response times, ranging from 0 (frustrated) to 1 (satisfied).
|
|
412
413
|
"""
|
|
413
414
|
return pulumi.get(self, "apdex_index")
|
|
414
415
|
|
|
415
|
-
@property
|
|
416
|
+
@_builtins.property
|
|
416
417
|
@pulumi.getter(name="applicationGuid")
|
|
417
|
-
def application_guid(self) -> pulumi.Output[str]:
|
|
418
|
+
def application_guid(self) -> pulumi.Output[_builtins.str]:
|
|
418
419
|
"""
|
|
419
420
|
The GUID of the APM Application comprising transactions, of which one would be made a key transaction.
|
|
420
421
|
"""
|
|
421
422
|
return pulumi.get(self, "application_guid")
|
|
422
423
|
|
|
423
|
-
@property
|
|
424
|
+
@_builtins.property
|
|
424
425
|
@pulumi.getter(name="browserApdexTarget")
|
|
425
|
-
def browser_apdex_target(self) -> pulumi.Output[float]:
|
|
426
|
+
def browser_apdex_target(self) -> pulumi.Output[_builtins.float]:
|
|
426
427
|
"""
|
|
427
428
|
A decimal value representing the response time threshold for satisfactory experience (e.g., 0.5 seconds).
|
|
428
429
|
|
|
@@ -430,33 +431,33 @@ class KeyTransaction(pulumi.CustomResource):
|
|
|
430
431
|
"""
|
|
431
432
|
return pulumi.get(self, "browser_apdex_target")
|
|
432
433
|
|
|
433
|
-
@property
|
|
434
|
+
@_builtins.property
|
|
434
435
|
@pulumi.getter
|
|
435
|
-
def domain(self) -> pulumi.Output[str]:
|
|
436
|
+
def domain(self) -> pulumi.Output[_builtins.str]:
|
|
436
437
|
"""
|
|
437
438
|
The domain of the entity monitored by the key transaction.
|
|
438
439
|
"""
|
|
439
440
|
return pulumi.get(self, "domain")
|
|
440
441
|
|
|
441
|
-
@property
|
|
442
|
+
@_builtins.property
|
|
442
443
|
@pulumi.getter(name="metricName")
|
|
443
|
-
def metric_name(self) -> pulumi.Output[str]:
|
|
444
|
+
def metric_name(self) -> pulumi.Output[_builtins.str]:
|
|
444
445
|
"""
|
|
445
446
|
The name of the underlying metric monitored by the key transaction to be created.
|
|
446
447
|
"""
|
|
447
448
|
return pulumi.get(self, "metric_name")
|
|
448
449
|
|
|
449
|
-
@property
|
|
450
|
+
@_builtins.property
|
|
450
451
|
@pulumi.getter
|
|
451
|
-
def name(self) -> pulumi.Output[str]:
|
|
452
|
+
def name(self) -> pulumi.Output[_builtins.str]:
|
|
452
453
|
"""
|
|
453
454
|
The name of the key transaction.
|
|
454
455
|
"""
|
|
455
456
|
return pulumi.get(self, "name")
|
|
456
457
|
|
|
457
|
-
@property
|
|
458
|
+
@_builtins.property
|
|
458
459
|
@pulumi.getter
|
|
459
|
-
def type(self) -> pulumi.Output[str]:
|
|
460
|
+
def type(self) -> pulumi.Output[_builtins.str]:
|
|
460
461
|
"""
|
|
461
462
|
The type of the entity monitored by the key transaction.
|
|
462
463
|
"""
|