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
|
|
@@ -40,30 +40,30 @@ class GetPrivateLocationResult:
|
|
|
40
40
|
raise TypeError("Expected argument 'name' to be a str")
|
|
41
41
|
pulumi.set(__self__, "name", name)
|
|
42
42
|
|
|
43
|
-
@property
|
|
43
|
+
@_builtins.property
|
|
44
44
|
@pulumi.getter(name="accountId")
|
|
45
|
-
def account_id(self) -> Optional[str]:
|
|
45
|
+
def account_id(self) -> Optional[_builtins.str]:
|
|
46
46
|
return pulumi.get(self, "account_id")
|
|
47
47
|
|
|
48
|
-
@property
|
|
48
|
+
@_builtins.property
|
|
49
49
|
@pulumi.getter
|
|
50
|
-
def id(self) -> str:
|
|
50
|
+
def id(self) -> _builtins.str:
|
|
51
51
|
"""
|
|
52
52
|
The provider-assigned unique ID for this managed resource.
|
|
53
53
|
"""
|
|
54
54
|
return pulumi.get(self, "id")
|
|
55
55
|
|
|
56
|
-
@property
|
|
56
|
+
@_builtins.property
|
|
57
57
|
@pulumi.getter
|
|
58
|
-
def keys(self) -> Sequence[str]:
|
|
58
|
+
def keys(self) -> Sequence[_builtins.str]:
|
|
59
59
|
"""
|
|
60
60
|
The key of the private location.
|
|
61
61
|
"""
|
|
62
62
|
return pulumi.get(self, "keys")
|
|
63
63
|
|
|
64
|
-
@property
|
|
64
|
+
@_builtins.property
|
|
65
65
|
@pulumi.getter
|
|
66
|
-
def name(self) -> str:
|
|
66
|
+
def name(self) -> _builtins.str:
|
|
67
67
|
return pulumi.get(self, "name")
|
|
68
68
|
|
|
69
69
|
|
|
@@ -79,9 +79,9 @@ class AwaitableGetPrivateLocationResult(GetPrivateLocationResult):
|
|
|
79
79
|
name=self.name)
|
|
80
80
|
|
|
81
81
|
|
|
82
|
-
def get_private_location(account_id: Optional[str] = None,
|
|
83
|
-
keys: Optional[Sequence[str]] = None,
|
|
84
|
-
name: Optional[str] = None,
|
|
82
|
+
def get_private_location(account_id: Optional[_builtins.str] = None,
|
|
83
|
+
keys: Optional[Sequence[_builtins.str]] = None,
|
|
84
|
+
name: Optional[_builtins.str] = None,
|
|
85
85
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateLocationResult:
|
|
86
86
|
"""
|
|
87
87
|
Use this data source to get information about a specific Synthetics monitor private location in New Relic that already exists.
|
|
@@ -109,9 +109,9 @@ def get_private_location(account_id: Optional[str] = None,
|
|
|
109
109
|
```
|
|
110
110
|
|
|
111
111
|
|
|
112
|
-
:param str account_id: The New Relic account ID of the associated private location. If left empty will default to account ID specified in provider level configuration.
|
|
113
|
-
:param Sequence[str] keys: The key of the private location.
|
|
114
|
-
:param str name: The name of the Synthetics monitor private location.
|
|
112
|
+
:param _builtins.str account_id: The New Relic account ID of the associated private location. If left empty will default to account ID specified in provider level configuration.
|
|
113
|
+
:param Sequence[_builtins.str] keys: The key of the private location.
|
|
114
|
+
:param _builtins.str name: The name of the Synthetics monitor private location.
|
|
115
115
|
"""
|
|
116
116
|
__args__ = dict()
|
|
117
117
|
__args__['accountId'] = account_id
|
|
@@ -125,9 +125,9 @@ def get_private_location(account_id: Optional[str] = None,
|
|
|
125
125
|
id=pulumi.get(__ret__, 'id'),
|
|
126
126
|
keys=pulumi.get(__ret__, 'keys'),
|
|
127
127
|
name=pulumi.get(__ret__, 'name'))
|
|
128
|
-
def get_private_location_output(account_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
129
|
-
keys: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
|
130
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
128
|
+
def get_private_location_output(account_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
129
|
+
keys: Optional[pulumi.Input[Optional[Sequence[_builtins.str]]]] = None,
|
|
130
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
131
131
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPrivateLocationResult]:
|
|
132
132
|
"""
|
|
133
133
|
Use this data source to get information about a specific Synthetics monitor private location in New Relic that already exists.
|
|
@@ -155,9 +155,9 @@ def get_private_location_output(account_id: Optional[pulumi.Input[Optional[str]]
|
|
|
155
155
|
```
|
|
156
156
|
|
|
157
157
|
|
|
158
|
-
:param str account_id: The New Relic account ID of the associated private location. If left empty will default to account ID specified in provider level configuration.
|
|
159
|
-
:param Sequence[str] keys: The key of the private location.
|
|
160
|
-
:param str name: The name of the Synthetics monitor private location.
|
|
158
|
+
:param _builtins.str account_id: The New Relic account ID of the associated private location. If left empty will default to account ID specified in provider level configuration.
|
|
159
|
+
:param Sequence[_builtins.str] keys: The key of the private location.
|
|
160
|
+
:param _builtins.str name: The name of the Synthetics monitor private location.
|
|
161
161
|
"""
|
|
162
162
|
__args__ = dict()
|
|
163
163
|
__args__['accountId'] = account_id
|
|
@@ -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
|
|
@@ -43,35 +43,35 @@ class GetSecureCredentialResult:
|
|
|
43
43
|
raise TypeError("Expected argument 'last_updated' to be a str")
|
|
44
44
|
pulumi.set(__self__, "last_updated", last_updated)
|
|
45
45
|
|
|
46
|
-
@property
|
|
46
|
+
@_builtins.property
|
|
47
47
|
@pulumi.getter(name="accountId")
|
|
48
|
-
def account_id(self) -> str:
|
|
48
|
+
def account_id(self) -> _builtins.str:
|
|
49
49
|
return pulumi.get(self, "account_id")
|
|
50
50
|
|
|
51
|
-
@property
|
|
51
|
+
@_builtins.property
|
|
52
52
|
@pulumi.getter
|
|
53
|
-
def description(self) -> str:
|
|
53
|
+
def description(self) -> _builtins.str:
|
|
54
54
|
"""
|
|
55
55
|
The secure credential's description.
|
|
56
56
|
"""
|
|
57
57
|
return pulumi.get(self, "description")
|
|
58
58
|
|
|
59
|
-
@property
|
|
59
|
+
@_builtins.property
|
|
60
60
|
@pulumi.getter
|
|
61
|
-
def id(self) -> str:
|
|
61
|
+
def id(self) -> _builtins.str:
|
|
62
62
|
"""
|
|
63
63
|
The provider-assigned unique ID for this managed resource.
|
|
64
64
|
"""
|
|
65
65
|
return pulumi.get(self, "id")
|
|
66
66
|
|
|
67
|
-
@property
|
|
67
|
+
@_builtins.property
|
|
68
68
|
@pulumi.getter
|
|
69
|
-
def key(self) -> str:
|
|
69
|
+
def key(self) -> _builtins.str:
|
|
70
70
|
return pulumi.get(self, "key")
|
|
71
71
|
|
|
72
|
-
@property
|
|
72
|
+
@_builtins.property
|
|
73
73
|
@pulumi.getter(name="lastUpdated")
|
|
74
|
-
def last_updated(self) -> str:
|
|
74
|
+
def last_updated(self) -> _builtins.str:
|
|
75
75
|
"""
|
|
76
76
|
The time the secure credential was last updated.
|
|
77
77
|
"""
|
|
@@ -91,8 +91,8 @@ class AwaitableGetSecureCredentialResult(GetSecureCredentialResult):
|
|
|
91
91
|
last_updated=self.last_updated)
|
|
92
92
|
|
|
93
93
|
|
|
94
|
-
def get_secure_credential(account_id: Optional[str] = None,
|
|
95
|
-
key: Optional[str] = None,
|
|
94
|
+
def get_secure_credential(account_id: Optional[_builtins.str] = None,
|
|
95
|
+
key: Optional[_builtins.str] = None,
|
|
96
96
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecureCredentialResult:
|
|
97
97
|
"""
|
|
98
98
|
Use this data source to get information about a specific Synthetics secure credential in New Relic that already exists.
|
|
@@ -109,8 +109,8 @@ def get_secure_credential(account_id: Optional[str] = None,
|
|
|
109
109
|
```
|
|
110
110
|
|
|
111
111
|
|
|
112
|
-
:param str account_id: The account in New Relic associated with the secure credential. Defaults to the account associated with the API key used.
|
|
113
|
-
:param str key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API.
|
|
112
|
+
:param _builtins.str account_id: The account in New Relic associated with the secure credential. Defaults to the account associated with the API key used.
|
|
113
|
+
:param _builtins.str key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API.
|
|
114
114
|
"""
|
|
115
115
|
__args__ = dict()
|
|
116
116
|
__args__['accountId'] = account_id
|
|
@@ -124,8 +124,8 @@ def get_secure_credential(account_id: Optional[str] = None,
|
|
|
124
124
|
id=pulumi.get(__ret__, 'id'),
|
|
125
125
|
key=pulumi.get(__ret__, 'key'),
|
|
126
126
|
last_updated=pulumi.get(__ret__, 'last_updated'))
|
|
127
|
-
def get_secure_credential_output(account_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
128
|
-
key: Optional[pulumi.Input[str]] = None,
|
|
127
|
+
def get_secure_credential_output(account_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
128
|
+
key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
129
129
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSecureCredentialResult]:
|
|
130
130
|
"""
|
|
131
131
|
Use this data source to get information about a specific Synthetics secure credential in New Relic that already exists.
|
|
@@ -142,8 +142,8 @@ def get_secure_credential_output(account_id: Optional[pulumi.Input[Optional[str]
|
|
|
142
142
|
```
|
|
143
143
|
|
|
144
144
|
|
|
145
|
-
:param str account_id: The account in New Relic associated with the secure credential. Defaults to the account associated with the API key used.
|
|
146
|
-
:param str key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API.
|
|
145
|
+
:param _builtins.str account_id: The account in New Relic associated with the secure credential. Defaults to the account associated with the API key used.
|
|
146
|
+
:param _builtins.str key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API.
|
|
147
147
|
"""
|
|
148
148
|
__args__ = dict()
|
|
149
149
|
__args__['accountId'] = account_id
|