pulumi-newrelic 5.34.0__py3-none-any.whl → 5.34.0a1727847866__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 +77 -4146
- pulumi_newrelic/_utilities.py +1 -1
- pulumi_newrelic/account_management.py +0 -5
- pulumi_newrelic/alert_channel.py +0 -5
- pulumi_newrelic/alert_condition.py +0 -5
- pulumi_newrelic/alert_muting_rule.py +0 -5
- pulumi_newrelic/alert_policy.py +0 -5
- pulumi_newrelic/alert_policy_channel.py +0 -5
- pulumi_newrelic/api_access_key.py +0 -5
- pulumi_newrelic/browser_application.py +0 -5
- pulumi_newrelic/cloud/_inputs.py +8 -2203
- pulumi_newrelic/cloud/aws_govcloud_integrations.py +0 -5
- pulumi_newrelic/cloud/aws_govcloud_link_account.py +0 -5
- pulumi_newrelic/cloud/aws_integrations.py +0 -5
- pulumi_newrelic/cloud/aws_link_account.py +0 -5
- pulumi_newrelic/cloud/azure_integrations.py +0 -5
- pulumi_newrelic/cloud/azure_link_account.py +0 -5
- pulumi_newrelic/cloud/gcp_integrations.py +0 -5
- pulumi_newrelic/cloud/gcp_link_account.py +0 -5
- pulumi_newrelic/cloud/outputs.py +0 -5
- pulumi_newrelic/config/__init__.pyi +0 -5
- pulumi_newrelic/config/vars.py +0 -5
- pulumi_newrelic/data_partition_rule.py +0 -5
- pulumi_newrelic/entity_tags.py +0 -5
- pulumi_newrelic/events_to_metrics_rule.py +0 -5
- pulumi_newrelic/get_account.py +4 -16
- pulumi_newrelic/get_alert_channel.py +4 -17
- pulumi_newrelic/get_alert_policy.py +4 -18
- pulumi_newrelic/get_application.py +4 -14
- pulumi_newrelic/get_authentication_domain.py +4 -12
- pulumi_newrelic/get_cloud_account.py +4 -16
- pulumi_newrelic/get_entity.py +4 -29
- pulumi_newrelic/get_group.py +4 -15
- pulumi_newrelic/get_key_transaction.py +9 -72
- pulumi_newrelic/get_notification_destination.py +4 -22
- pulumi_newrelic/get_obfuscation_expression.py +4 -14
- pulumi_newrelic/get_service_level_alert_helper.py +4 -28
- pulumi_newrelic/get_test_grok_pattern.py +4 -17
- pulumi_newrelic/get_user.py +4 -16
- pulumi_newrelic/group.py +0 -5
- pulumi_newrelic/infra_alert_condition.py +0 -5
- pulumi_newrelic/insights/_inputs.py +0 -43
- pulumi_newrelic/insights/event.py +0 -5
- pulumi_newrelic/insights/outputs.py +0 -5
- pulumi_newrelic/key_transaction.py +0 -5
- pulumi_newrelic/log_parsing_rule.py +0 -5
- pulumi_newrelic/monitor_downtime.py +0 -5
- pulumi_newrelic/notification_channel.py +0 -5
- pulumi_newrelic/notification_destination.py +0 -5
- pulumi_newrelic/nrql_alert_condition.py +0 -5
- pulumi_newrelic/nrql_drop_rule.py +0 -5
- pulumi_newrelic/obfuscation_expression.py +0 -5
- pulumi_newrelic/obfuscation_rule.py +0 -5
- pulumi_newrelic/one_dashboard.py +0 -5
- pulumi_newrelic/one_dashboard_json.py +0 -5
- pulumi_newrelic/one_dashboard_raw.py +0 -5
- pulumi_newrelic/outputs.py +0 -5
- pulumi_newrelic/plugins/_inputs.py +0 -135
- pulumi_newrelic/plugins/application_settings.py +0 -5
- pulumi_newrelic/plugins/outputs.py +0 -5
- pulumi_newrelic/plugins/workload.py +0 -5
- pulumi_newrelic/provider.py +0 -5
- pulumi_newrelic/pulumi-plugin.json +1 -1
- pulumi_newrelic/service_level.py +0 -5
- pulumi_newrelic/synthetics/_inputs.py +0 -157
- pulumi_newrelic/synthetics/alert_condition.py +0 -5
- pulumi_newrelic/synthetics/broken_links_monitor.py +0 -5
- pulumi_newrelic/synthetics/cert_check_monitor.py +0 -5
- pulumi_newrelic/synthetics/get_private_location.py +4 -16
- pulumi_newrelic/synthetics/get_secure_credential.py +4 -16
- pulumi_newrelic/synthetics/monitor.py +0 -5
- pulumi_newrelic/synthetics/multi_location_alert_condition.py +0 -5
- pulumi_newrelic/synthetics/outputs.py +0 -5
- pulumi_newrelic/synthetics/private_location.py +0 -5
- pulumi_newrelic/synthetics/script_monitor.py +0 -5
- pulumi_newrelic/synthetics/secure_credential.py +0 -5
- pulumi_newrelic/synthetics/step_monitor.py +0 -5
- pulumi_newrelic/user.py +0 -5
- pulumi_newrelic/workflow.py +0 -5
- {pulumi_newrelic-5.34.0.dist-info → pulumi_newrelic-5.34.0a1727847866.dist-info}/METADATA +2 -3
- pulumi_newrelic-5.34.0a1727847866.dist-info/RECORD +90 -0
- pulumi_newrelic-5.34.0.dist-info/RECORD +0 -90
- {pulumi_newrelic-5.34.0.dist-info → pulumi_newrelic-5.34.0a1727847866.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.34.0.dist-info → pulumi_newrelic-5.34.0a1727847866.dist-info}/top_level.txt +0 -0
@@ -4,14 +4,9 @@
|
|
4
4
|
|
5
5
|
import copy
|
6
6
|
import warnings
|
7
|
-
import sys
|
8
7
|
import pulumi
|
9
8
|
import pulumi.runtime
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
-
if sys.version_info >= (3, 11):
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
-
else:
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
10
|
from . import _utilities
|
16
11
|
from . import outputs
|
17
12
|
from ._inputs import *
|
pulumi_newrelic/outputs.py
CHANGED
@@ -4,14 +4,9 @@
|
|
4
4
|
|
5
5
|
import copy
|
6
6
|
import warnings
|
7
|
-
import sys
|
8
7
|
import pulumi
|
9
8
|
import pulumi.runtime
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
-
if sys.version_info >= (3, 11):
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
-
else:
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
10
|
from . import _utilities
|
16
11
|
from . import outputs
|
17
12
|
|
@@ -4,46 +4,22 @@
|
|
4
4
|
|
5
5
|
import copy
|
6
6
|
import warnings
|
7
|
-
import sys
|
8
7
|
import pulumi
|
9
8
|
import pulumi.runtime
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
-
if sys.version_info >= (3, 11):
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
-
else:
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
10
|
from .. import _utilities
|
16
11
|
|
17
12
|
__all__ = [
|
18
13
|
'WorkloadEntitySearchQueryArgs',
|
19
|
-
'WorkloadEntitySearchQueryArgsDict',
|
20
14
|
'WorkloadStatusConfigAutomaticArgs',
|
21
|
-
'WorkloadStatusConfigAutomaticArgsDict',
|
22
15
|
'WorkloadStatusConfigAutomaticRemainingEntitiesRuleArgs',
|
23
|
-
'WorkloadStatusConfigAutomaticRemainingEntitiesRuleArgsDict',
|
24
16
|
'WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollupArgs',
|
25
|
-
'WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollupArgsDict',
|
26
17
|
'WorkloadStatusConfigAutomaticRuleArgs',
|
27
|
-
'WorkloadStatusConfigAutomaticRuleArgsDict',
|
28
18
|
'WorkloadStatusConfigAutomaticRuleNrqlQueryArgs',
|
29
|
-
'WorkloadStatusConfigAutomaticRuleNrqlQueryArgsDict',
|
30
19
|
'WorkloadStatusConfigAutomaticRuleRollupArgs',
|
31
|
-
'WorkloadStatusConfigAutomaticRuleRollupArgsDict',
|
32
20
|
'WorkloadStatusConfigStaticArgs',
|
33
|
-
'WorkloadStatusConfigStaticArgsDict',
|
34
21
|
]
|
35
22
|
|
36
|
-
MYPY = False
|
37
|
-
|
38
|
-
if not MYPY:
|
39
|
-
class WorkloadEntitySearchQueryArgsDict(TypedDict):
|
40
|
-
query: pulumi.Input[str]
|
41
|
-
"""
|
42
|
-
A valid entity search query; empty, and null values are considered invalid.
|
43
|
-
"""
|
44
|
-
elif False:
|
45
|
-
WorkloadEntitySearchQueryArgsDict: TypeAlias = Mapping[str, Any]
|
46
|
-
|
47
23
|
@pulumi.input_type
|
48
24
|
class WorkloadEntitySearchQueryArgs:
|
49
25
|
def __init__(__self__, *,
|
@@ -66,23 +42,6 @@ class WorkloadEntitySearchQueryArgs:
|
|
66
42
|
pulumi.set(self, "query", value)
|
67
43
|
|
68
44
|
|
69
|
-
if not MYPY:
|
70
|
-
class WorkloadStatusConfigAutomaticArgsDict(TypedDict):
|
71
|
-
enabled: pulumi.Input[bool]
|
72
|
-
"""
|
73
|
-
Whether the automatic status configuration is enabled or not.
|
74
|
-
"""
|
75
|
-
remaining_entities_rule: NotRequired[pulumi.Input['WorkloadStatusConfigAutomaticRemainingEntitiesRuleArgsDict']]
|
76
|
-
"""
|
77
|
-
An additional meta-rule that can consider all entities that haven't been evaluated by any other rule.
|
78
|
-
"""
|
79
|
-
rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkloadStatusConfigAutomaticRuleArgsDict']]]]
|
80
|
-
"""
|
81
|
-
A list of rules.
|
82
|
-
"""
|
83
|
-
elif False:
|
84
|
-
WorkloadStatusConfigAutomaticArgsDict: TypeAlias = Mapping[str, Any]
|
85
|
-
|
86
45
|
@pulumi.input_type
|
87
46
|
class WorkloadStatusConfigAutomaticArgs:
|
88
47
|
def __init__(__self__, *,
|
@@ -137,15 +96,6 @@ class WorkloadStatusConfigAutomaticArgs:
|
|
137
96
|
pulumi.set(self, "rules", value)
|
138
97
|
|
139
98
|
|
140
|
-
if not MYPY:
|
141
|
-
class WorkloadStatusConfigAutomaticRemainingEntitiesRuleArgsDict(TypedDict):
|
142
|
-
remaining_entities_rule_rollup: pulumi.Input['WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollupArgsDict']
|
143
|
-
"""
|
144
|
-
The input object used to represent a rollup strategy.
|
145
|
-
"""
|
146
|
-
elif False:
|
147
|
-
WorkloadStatusConfigAutomaticRemainingEntitiesRuleArgsDict: TypeAlias = Mapping[str, Any]
|
148
|
-
|
149
99
|
@pulumi.input_type
|
150
100
|
class WorkloadStatusConfigAutomaticRemainingEntitiesRuleArgs:
|
151
101
|
def __init__(__self__, *,
|
@@ -168,27 +118,6 @@ class WorkloadStatusConfigAutomaticRemainingEntitiesRuleArgs:
|
|
168
118
|
pulumi.set(self, "remaining_entities_rule_rollup", value)
|
169
119
|
|
170
120
|
|
171
|
-
if not MYPY:
|
172
|
-
class WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollupArgsDict(TypedDict):
|
173
|
-
group_by: pulumi.Input[str]
|
174
|
-
"""
|
175
|
-
The grouping to be applied to the remaining entities.
|
176
|
-
"""
|
177
|
-
strategy: pulumi.Input[str]
|
178
|
-
"""
|
179
|
-
The rollup strategy that is applied to a group of entities.
|
180
|
-
"""
|
181
|
-
threshold_type: NotRequired[pulumi.Input[str]]
|
182
|
-
"""
|
183
|
-
Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational.
|
184
|
-
"""
|
185
|
-
threshold_value: NotRequired[pulumi.Input[int]]
|
186
|
-
"""
|
187
|
-
Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored.
|
188
|
-
"""
|
189
|
-
elif False:
|
190
|
-
WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollupArgsDict: TypeAlias = Mapping[str, Any]
|
191
|
-
|
192
121
|
@pulumi.input_type
|
193
122
|
class WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollupArgs:
|
194
123
|
def __init__(__self__, *,
|
@@ -258,23 +187,6 @@ class WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRol
|
|
258
187
|
pulumi.set(self, "threshold_value", value)
|
259
188
|
|
260
189
|
|
261
|
-
if not MYPY:
|
262
|
-
class WorkloadStatusConfigAutomaticRuleArgsDict(TypedDict):
|
263
|
-
rollup: pulumi.Input['WorkloadStatusConfigAutomaticRuleRollupArgsDict']
|
264
|
-
"""
|
265
|
-
The input object used to represent a rollup strategy. See Nested rollup blocks below for details.
|
266
|
-
"""
|
267
|
-
entity_guids: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
268
|
-
"""
|
269
|
-
A list of entity GUIDs composing the rule. At least one of `entity_guids` or `nrql_query` must be defined.
|
270
|
-
"""
|
271
|
-
nrql_queries: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkloadStatusConfigAutomaticRuleNrqlQueryArgsDict']]]]
|
272
|
-
"""
|
273
|
-
A list of entity search queries used to retrieve the entities that compose the rule. See Nested nrql_query blocks below for details. At least one of `entity_guids` or `nrql_query` must be defined.
|
274
|
-
"""
|
275
|
-
elif False:
|
276
|
-
WorkloadStatusConfigAutomaticRuleArgsDict: TypeAlias = Mapping[str, Any]
|
277
|
-
|
278
190
|
@pulumi.input_type
|
279
191
|
class WorkloadStatusConfigAutomaticRuleArgs:
|
280
192
|
def __init__(__self__, *,
|
@@ -329,15 +241,6 @@ class WorkloadStatusConfigAutomaticRuleArgs:
|
|
329
241
|
pulumi.set(self, "nrql_queries", value)
|
330
242
|
|
331
243
|
|
332
|
-
if not MYPY:
|
333
|
-
class WorkloadStatusConfigAutomaticRuleNrqlQueryArgsDict(TypedDict):
|
334
|
-
query: pulumi.Input[str]
|
335
|
-
"""
|
336
|
-
The entity search query that is used to perform the search of a group of entities.
|
337
|
-
"""
|
338
|
-
elif False:
|
339
|
-
WorkloadStatusConfigAutomaticRuleNrqlQueryArgsDict: TypeAlias = Mapping[str, Any]
|
340
|
-
|
341
244
|
@pulumi.input_type
|
342
245
|
class WorkloadStatusConfigAutomaticRuleNrqlQueryArgs:
|
343
246
|
def __init__(__self__, *,
|
@@ -360,23 +263,6 @@ class WorkloadStatusConfigAutomaticRuleNrqlQueryArgs:
|
|
360
263
|
pulumi.set(self, "query", value)
|
361
264
|
|
362
265
|
|
363
|
-
if not MYPY:
|
364
|
-
class WorkloadStatusConfigAutomaticRuleRollupArgsDict(TypedDict):
|
365
|
-
strategy: pulumi.Input[str]
|
366
|
-
"""
|
367
|
-
The rollup strategy that is applied to a group of entities.
|
368
|
-
"""
|
369
|
-
threshold_type: NotRequired[pulumi.Input[str]]
|
370
|
-
"""
|
371
|
-
Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational.
|
372
|
-
"""
|
373
|
-
threshold_value: NotRequired[pulumi.Input[int]]
|
374
|
-
"""
|
375
|
-
Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored.
|
376
|
-
"""
|
377
|
-
elif False:
|
378
|
-
WorkloadStatusConfigAutomaticRuleRollupArgsDict: TypeAlias = Mapping[str, Any]
|
379
|
-
|
380
266
|
@pulumi.input_type
|
381
267
|
class WorkloadStatusConfigAutomaticRuleRollupArgs:
|
382
268
|
def __init__(__self__, *,
|
@@ -431,27 +317,6 @@ class WorkloadStatusConfigAutomaticRuleRollupArgs:
|
|
431
317
|
pulumi.set(self, "threshold_value", value)
|
432
318
|
|
433
319
|
|
434
|
-
if not MYPY:
|
435
|
-
class WorkloadStatusConfigStaticArgsDict(TypedDict):
|
436
|
-
enabled: pulumi.Input[bool]
|
437
|
-
"""
|
438
|
-
Whether the static status configuration is enabled or not.
|
439
|
-
"""
|
440
|
-
status: pulumi.Input[str]
|
441
|
-
"""
|
442
|
-
The status of the workload.
|
443
|
-
"""
|
444
|
-
description: NotRequired[pulumi.Input[str]]
|
445
|
-
"""
|
446
|
-
Relevant information about the workload.
|
447
|
-
"""
|
448
|
-
summary: NotRequired[pulumi.Input[str]]
|
449
|
-
"""
|
450
|
-
A short description of the status of the workload.
|
451
|
-
"""
|
452
|
-
elif False:
|
453
|
-
WorkloadStatusConfigStaticArgsDict: TypeAlias = Mapping[str, Any]
|
454
|
-
|
455
320
|
@pulumi.input_type
|
456
321
|
class WorkloadStatusConfigStaticArgs:
|
457
322
|
def __init__(__self__, *,
|
@@ -4,14 +4,9 @@
|
|
4
4
|
|
5
5
|
import copy
|
6
6
|
import warnings
|
7
|
-
import sys
|
8
7
|
import pulumi
|
9
8
|
import pulumi.runtime
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
-
if sys.version_info >= (3, 11):
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
-
else:
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
10
|
from .. import _utilities
|
16
11
|
|
17
12
|
__all__ = ['ApplicationSettingsArgs', 'ApplicationSettings']
|
@@ -4,14 +4,9 @@
|
|
4
4
|
|
5
5
|
import copy
|
6
6
|
import warnings
|
7
|
-
import sys
|
8
7
|
import pulumi
|
9
8
|
import pulumi.runtime
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
-
if sys.version_info >= (3, 11):
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
-
else:
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
10
|
from .. import _utilities
|
16
11
|
from . import outputs
|
17
12
|
|
@@ -4,14 +4,9 @@
|
|
4
4
|
|
5
5
|
import copy
|
6
6
|
import warnings
|
7
|
-
import sys
|
8
7
|
import pulumi
|
9
8
|
import pulumi.runtime
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
-
if sys.version_info >= (3, 11):
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
-
else:
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
10
|
from .. import _utilities
|
16
11
|
from . import outputs
|
17
12
|
from ._inputs import *
|
pulumi_newrelic/provider.py
CHANGED
@@ -4,14 +4,9 @@
|
|
4
4
|
|
5
5
|
import copy
|
6
6
|
import warnings
|
7
|
-
import sys
|
8
7
|
import pulumi
|
9
8
|
import pulumi.runtime
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
-
if sys.version_info >= (3, 11):
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
-
else:
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
10
|
from . import _utilities
|
16
11
|
|
17
12
|
__all__ = ['ProviderArgs', 'Provider']
|
pulumi_newrelic/service_level.py
CHANGED
@@ -4,14 +4,9 @@
|
|
4
4
|
|
5
5
|
import copy
|
6
6
|
import warnings
|
7
|
-
import sys
|
8
7
|
import pulumi
|
9
8
|
import pulumi.runtime
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
-
if sys.version_info >= (3, 11):
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
-
else:
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
10
|
from . import _utilities
|
16
11
|
from . import outputs
|
17
12
|
from ._inputs import *
|
@@ -4,56 +4,25 @@
|
|
4
4
|
|
5
5
|
import copy
|
6
6
|
import warnings
|
7
|
-
import sys
|
8
7
|
import pulumi
|
9
8
|
import pulumi.runtime
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
-
if sys.version_info >= (3, 11):
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
-
else:
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
10
|
from .. import _utilities
|
16
11
|
|
17
12
|
__all__ = [
|
18
13
|
'BrokenLinksMonitorTagArgs',
|
19
|
-
'BrokenLinksMonitorTagArgsDict',
|
20
14
|
'CertCheckMonitorTagArgs',
|
21
|
-
'CertCheckMonitorTagArgsDict',
|
22
15
|
'MonitorCustomHeaderArgs',
|
23
|
-
'MonitorCustomHeaderArgsDict',
|
24
16
|
'MonitorTagArgs',
|
25
|
-
'MonitorTagArgsDict',
|
26
17
|
'MultiLocationAlertConditionCriticalArgs',
|
27
|
-
'MultiLocationAlertConditionCriticalArgsDict',
|
28
18
|
'MultiLocationAlertConditionWarningArgs',
|
29
|
-
'MultiLocationAlertConditionWarningArgsDict',
|
30
19
|
'ScriptMonitorLocationPrivateArgs',
|
31
|
-
'ScriptMonitorLocationPrivateArgsDict',
|
32
20
|
'ScriptMonitorTagArgs',
|
33
|
-
'ScriptMonitorTagArgsDict',
|
34
21
|
'StepMonitorLocationPrivateArgs',
|
35
|
-
'StepMonitorLocationPrivateArgsDict',
|
36
22
|
'StepMonitorStepArgs',
|
37
|
-
'StepMonitorStepArgsDict',
|
38
23
|
'StepMonitorTagArgs',
|
39
|
-
'StepMonitorTagArgsDict',
|
40
24
|
]
|
41
25
|
|
42
|
-
MYPY = False
|
43
|
-
|
44
|
-
if not MYPY:
|
45
|
-
class BrokenLinksMonitorTagArgsDict(TypedDict):
|
46
|
-
key: pulumi.Input[str]
|
47
|
-
"""
|
48
|
-
Name of the tag key.
|
49
|
-
"""
|
50
|
-
values: pulumi.Input[Sequence[pulumi.Input[str]]]
|
51
|
-
"""
|
52
|
-
Values associated with the tag key.
|
53
|
-
"""
|
54
|
-
elif False:
|
55
|
-
BrokenLinksMonitorTagArgsDict: TypeAlias = Mapping[str, Any]
|
56
|
-
|
57
26
|
@pulumi.input_type
|
58
27
|
class BrokenLinksMonitorTagArgs:
|
59
28
|
def __init__(__self__, *,
|
@@ -91,19 +60,6 @@ class BrokenLinksMonitorTagArgs:
|
|
91
60
|
pulumi.set(self, "values", value)
|
92
61
|
|
93
62
|
|
94
|
-
if not MYPY:
|
95
|
-
class CertCheckMonitorTagArgsDict(TypedDict):
|
96
|
-
key: pulumi.Input[str]
|
97
|
-
"""
|
98
|
-
Name of the tag key.
|
99
|
-
"""
|
100
|
-
values: pulumi.Input[Sequence[pulumi.Input[str]]]
|
101
|
-
"""
|
102
|
-
Values associated with the tag key.
|
103
|
-
"""
|
104
|
-
elif False:
|
105
|
-
CertCheckMonitorTagArgsDict: TypeAlias = Mapping[str, Any]
|
106
|
-
|
107
63
|
@pulumi.input_type
|
108
64
|
class CertCheckMonitorTagArgs:
|
109
65
|
def __init__(__self__, *,
|
@@ -141,19 +97,6 @@ class CertCheckMonitorTagArgs:
|
|
141
97
|
pulumi.set(self, "values", value)
|
142
98
|
|
143
99
|
|
144
|
-
if not MYPY:
|
145
|
-
class MonitorCustomHeaderArgsDict(TypedDict):
|
146
|
-
name: NotRequired[pulumi.Input[str]]
|
147
|
-
"""
|
148
|
-
Header name.
|
149
|
-
"""
|
150
|
-
value: NotRequired[pulumi.Input[str]]
|
151
|
-
"""
|
152
|
-
Header Value.
|
153
|
-
"""
|
154
|
-
elif False:
|
155
|
-
MonitorCustomHeaderArgsDict: TypeAlias = Mapping[str, Any]
|
156
|
-
|
157
100
|
@pulumi.input_type
|
158
101
|
class MonitorCustomHeaderArgs:
|
159
102
|
def __init__(__self__, *,
|
@@ -193,19 +136,6 @@ class MonitorCustomHeaderArgs:
|
|
193
136
|
pulumi.set(self, "value", value)
|
194
137
|
|
195
138
|
|
196
|
-
if not MYPY:
|
197
|
-
class MonitorTagArgsDict(TypedDict):
|
198
|
-
key: pulumi.Input[str]
|
199
|
-
"""
|
200
|
-
Name of the tag key.
|
201
|
-
"""
|
202
|
-
values: pulumi.Input[Sequence[pulumi.Input[str]]]
|
203
|
-
"""
|
204
|
-
Values associated with the tag key.
|
205
|
-
"""
|
206
|
-
elif False:
|
207
|
-
MonitorTagArgsDict: TypeAlias = Mapping[str, Any]
|
208
|
-
|
209
139
|
@pulumi.input_type
|
210
140
|
class MonitorTagArgs:
|
211
141
|
def __init__(__self__, *,
|
@@ -243,15 +173,6 @@ class MonitorTagArgs:
|
|
243
173
|
pulumi.set(self, "values", value)
|
244
174
|
|
245
175
|
|
246
|
-
if not MYPY:
|
247
|
-
class MultiLocationAlertConditionCriticalArgsDict(TypedDict):
|
248
|
-
threshold: pulumi.Input[int]
|
249
|
-
"""
|
250
|
-
The minimum number of monitor locations that must be concurrently failing before an incident is opened.
|
251
|
-
"""
|
252
|
-
elif False:
|
253
|
-
MultiLocationAlertConditionCriticalArgsDict: TypeAlias = Mapping[str, Any]
|
254
|
-
|
255
176
|
@pulumi.input_type
|
256
177
|
class MultiLocationAlertConditionCriticalArgs:
|
257
178
|
def __init__(__self__, *,
|
@@ -274,15 +195,6 @@ class MultiLocationAlertConditionCriticalArgs:
|
|
274
195
|
pulumi.set(self, "threshold", value)
|
275
196
|
|
276
197
|
|
277
|
-
if not MYPY:
|
278
|
-
class MultiLocationAlertConditionWarningArgsDict(TypedDict):
|
279
|
-
threshold: pulumi.Input[int]
|
280
|
-
"""
|
281
|
-
The minimum number of monitor locations that must be concurrently failing before an incident is opened.
|
282
|
-
"""
|
283
|
-
elif False:
|
284
|
-
MultiLocationAlertConditionWarningArgsDict: TypeAlias = Mapping[str, Any]
|
285
|
-
|
286
198
|
@pulumi.input_type
|
287
199
|
class MultiLocationAlertConditionWarningArgs:
|
288
200
|
def __init__(__self__, *,
|
@@ -305,19 +217,6 @@ class MultiLocationAlertConditionWarningArgs:
|
|
305
217
|
pulumi.set(self, "threshold", value)
|
306
218
|
|
307
219
|
|
308
|
-
if not MYPY:
|
309
|
-
class ScriptMonitorLocationPrivateArgsDict(TypedDict):
|
310
|
-
guid: pulumi.Input[str]
|
311
|
-
"""
|
312
|
-
The unique identifier for the Synthetics private location in New Relic.
|
313
|
-
"""
|
314
|
-
vse_password: NotRequired[pulumi.Input[str]]
|
315
|
-
"""
|
316
|
-
The location's Verified Script Execution password, Only necessary if Verified Script Execution is enabled for the location.
|
317
|
-
"""
|
318
|
-
elif False:
|
319
|
-
ScriptMonitorLocationPrivateArgsDict: TypeAlias = Mapping[str, Any]
|
320
|
-
|
321
220
|
@pulumi.input_type
|
322
221
|
class ScriptMonitorLocationPrivateArgs:
|
323
222
|
def __init__(__self__, *,
|
@@ -356,19 +255,6 @@ class ScriptMonitorLocationPrivateArgs:
|
|
356
255
|
pulumi.set(self, "vse_password", value)
|
357
256
|
|
358
257
|
|
359
|
-
if not MYPY:
|
360
|
-
class ScriptMonitorTagArgsDict(TypedDict):
|
361
|
-
key: pulumi.Input[str]
|
362
|
-
"""
|
363
|
-
Name of the tag key.
|
364
|
-
"""
|
365
|
-
values: pulumi.Input[Sequence[pulumi.Input[str]]]
|
366
|
-
"""
|
367
|
-
Values associated with the tag key.
|
368
|
-
"""
|
369
|
-
elif False:
|
370
|
-
ScriptMonitorTagArgsDict: TypeAlias = Mapping[str, Any]
|
371
|
-
|
372
258
|
@pulumi.input_type
|
373
259
|
class ScriptMonitorTagArgs:
|
374
260
|
def __init__(__self__, *,
|
@@ -406,19 +292,6 @@ class ScriptMonitorTagArgs:
|
|
406
292
|
pulumi.set(self, "values", value)
|
407
293
|
|
408
294
|
|
409
|
-
if not MYPY:
|
410
|
-
class StepMonitorLocationPrivateArgsDict(TypedDict):
|
411
|
-
guid: pulumi.Input[str]
|
412
|
-
"""
|
413
|
-
The unique identifier for the Synthetics private location in New Relic.
|
414
|
-
"""
|
415
|
-
vse_password: NotRequired[pulumi.Input[str]]
|
416
|
-
"""
|
417
|
-
The location's Verified Script Execution password, only necessary if Verified Script Execution is enabled for the location.
|
418
|
-
"""
|
419
|
-
elif False:
|
420
|
-
StepMonitorLocationPrivateArgsDict: TypeAlias = Mapping[str, Any]
|
421
|
-
|
422
295
|
@pulumi.input_type
|
423
296
|
class StepMonitorLocationPrivateArgs:
|
424
297
|
def __init__(__self__, *,
|
@@ -457,23 +330,6 @@ class StepMonitorLocationPrivateArgs:
|
|
457
330
|
pulumi.set(self, "vse_password", value)
|
458
331
|
|
459
332
|
|
460
|
-
if not MYPY:
|
461
|
-
class StepMonitorStepArgsDict(TypedDict):
|
462
|
-
ordinal: pulumi.Input[int]
|
463
|
-
"""
|
464
|
-
The position of the step within the script ranging from 0-100.
|
465
|
-
"""
|
466
|
-
type: pulumi.Input[str]
|
467
|
-
"""
|
468
|
-
Name of the tag key. Valid values are `ASSERT_ELEMENT`, `ASSERT_MODAL`, `ASSERT_TEXT`, `ASSERT_TITLE`, `CLICK_ELEMENT`, `DISMISS_MODAL`, `DOUBLE_CLICK_ELEMENT`, `HOVER_ELEMENT`, `NAVIGATE`, `SECURE_TEXT_ENTRY`, `SELECT_ELEMENT`, `TEXT_ENTRY`.
|
469
|
-
"""
|
470
|
-
values: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
471
|
-
"""
|
472
|
-
The metadata values related to the step.
|
473
|
-
"""
|
474
|
-
elif False:
|
475
|
-
StepMonitorStepArgsDict: TypeAlias = Mapping[str, Any]
|
476
|
-
|
477
333
|
@pulumi.input_type
|
478
334
|
class StepMonitorStepArgs:
|
479
335
|
def __init__(__self__, *,
|
@@ -527,19 +383,6 @@ class StepMonitorStepArgs:
|
|
527
383
|
pulumi.set(self, "values", value)
|
528
384
|
|
529
385
|
|
530
|
-
if not MYPY:
|
531
|
-
class StepMonitorTagArgsDict(TypedDict):
|
532
|
-
key: pulumi.Input[str]
|
533
|
-
"""
|
534
|
-
Name of the tag key.
|
535
|
-
"""
|
536
|
-
values: pulumi.Input[Sequence[pulumi.Input[str]]]
|
537
|
-
"""
|
538
|
-
Values associated with the tag key.
|
539
|
-
"""
|
540
|
-
elif False:
|
541
|
-
StepMonitorTagArgsDict: TypeAlias = Mapping[str, Any]
|
542
|
-
|
543
386
|
@pulumi.input_type
|
544
387
|
class StepMonitorTagArgs:
|
545
388
|
def __init__(__self__, *,
|
@@ -4,14 +4,9 @@
|
|
4
4
|
|
5
5
|
import copy
|
6
6
|
import warnings
|
7
|
-
import sys
|
8
7
|
import pulumi
|
9
8
|
import pulumi.runtime
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
-
if sys.version_info >= (3, 11):
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
-
else:
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
10
|
from .. import _utilities
|
16
11
|
|
17
12
|
__all__ = ['AlertConditionArgs', 'AlertCondition']
|
@@ -4,14 +4,9 @@
|
|
4
4
|
|
5
5
|
import copy
|
6
6
|
import warnings
|
7
|
-
import sys
|
8
7
|
import pulumi
|
9
8
|
import pulumi.runtime
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
-
if sys.version_info >= (3, 11):
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
-
else:
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
10
|
from .. import _utilities
|
16
11
|
from . import outputs
|
17
12
|
from ._inputs import *
|
@@ -4,14 +4,9 @@
|
|
4
4
|
|
5
5
|
import copy
|
6
6
|
import warnings
|
7
|
-
import sys
|
8
7
|
import pulumi
|
9
8
|
import pulumi.runtime
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
-
if sys.version_info >= (3, 11):
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
-
else:
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
10
|
from .. import _utilities
|
16
11
|
from . import outputs
|
17
12
|
from ._inputs import *
|
@@ -4,14 +4,9 @@
|
|
4
4
|
|
5
5
|
import copy
|
6
6
|
import warnings
|
7
|
-
import sys
|
8
7
|
import pulumi
|
9
8
|
import pulumi.runtime
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
-
if sys.version_info >= (3, 11):
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
-
else:
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
10
|
from .. import _utilities
|
16
11
|
|
17
12
|
__all__ = [
|
@@ -125,6 +120,9 @@ def get_private_location(account_id: Optional[str] = None,
|
|
125
120
|
id=pulumi.get(__ret__, 'id'),
|
126
121
|
keys=pulumi.get(__ret__, 'keys'),
|
127
122
|
name=pulumi.get(__ret__, 'name'))
|
123
|
+
|
124
|
+
|
125
|
+
@_utilities.lift_output_func(get_private_location)
|
128
126
|
def get_private_location_output(account_id: Optional[pulumi.Input[Optional[str]]] = None,
|
129
127
|
keys: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
130
128
|
name: Optional[pulumi.Input[str]] = None,
|
@@ -159,14 +157,4 @@ def get_private_location_output(account_id: Optional[pulumi.Input[Optional[str]]
|
|
159
157
|
:param Sequence[str] keys: The key of the private location.
|
160
158
|
:param str name: The name of the Synthetics monitor private location.
|
161
159
|
"""
|
162
|
-
|
163
|
-
__args__['accountId'] = account_id
|
164
|
-
__args__['keys'] = keys
|
165
|
-
__args__['name'] = name
|
166
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
167
|
-
__ret__ = pulumi.runtime.invoke_output('newrelic:synthetics/getPrivateLocation:getPrivateLocation', __args__, opts=opts, typ=GetPrivateLocationResult)
|
168
|
-
return __ret__.apply(lambda __response__: GetPrivateLocationResult(
|
169
|
-
account_id=pulumi.get(__response__, 'account_id'),
|
170
|
-
id=pulumi.get(__response__, 'id'),
|
171
|
-
keys=pulumi.get(__response__, 'keys'),
|
172
|
-
name=pulumi.get(__response__, 'name')))
|
160
|
+
...
|