pulumi-newrelic 5.45.0a1743488085__py3-none-any.whl → 5.45.0a1744183332__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 +151 -150
- pulumi_newrelic/synthetics/cert_check_monitor.py +158 -157
- pulumi_newrelic/synthetics/get_private_location.py +17 -16
- pulumi_newrelic/synthetics/get_secure_credential.py +14 -13
- pulumi_newrelic/synthetics/monitor.py +298 -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 +235 -234
- pulumi_newrelic/synthetics/secure_credential.py +71 -70
- pulumi_newrelic/synthetics/step_monitor.py +165 -164
- pulumi_newrelic/user.py +57 -56
- pulumi_newrelic/workflow.py +106 -105
- {pulumi_newrelic-5.45.0a1743488085.dist-info → pulumi_newrelic-5.45.0a1744183332.dist-info}/METADATA +1 -1
- pulumi_newrelic-5.45.0a1744183332.dist-info/RECORD +90 -0
- pulumi_newrelic-5.45.0a1743488085.dist-info/RECORD +0 -90
- {pulumi_newrelic-5.45.0a1743488085.dist-info → pulumi_newrelic-5.45.0a1744183332.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.45.0a1743488085.dist-info → pulumi_newrelic-5.45.0a1744183332.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
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -42,12 +43,12 @@ class GetPrivateLocationResult:
|
|
42
43
|
|
43
44
|
@property
|
44
45
|
@pulumi.getter(name="accountId")
|
45
|
-
def account_id(self) -> Optional[str]:
|
46
|
+
def account_id(self) -> Optional[builtins.str]:
|
46
47
|
return pulumi.get(self, "account_id")
|
47
48
|
|
48
49
|
@property
|
49
50
|
@pulumi.getter
|
50
|
-
def id(self) -> str:
|
51
|
+
def id(self) -> builtins.str:
|
51
52
|
"""
|
52
53
|
The provider-assigned unique ID for this managed resource.
|
53
54
|
"""
|
@@ -55,7 +56,7 @@ class GetPrivateLocationResult:
|
|
55
56
|
|
56
57
|
@property
|
57
58
|
@pulumi.getter
|
58
|
-
def keys(self) -> Sequence[str]:
|
59
|
+
def keys(self) -> Sequence[builtins.str]:
|
59
60
|
"""
|
60
61
|
The key of the private location.
|
61
62
|
"""
|
@@ -63,7 +64,7 @@ class GetPrivateLocationResult:
|
|
63
64
|
|
64
65
|
@property
|
65
66
|
@pulumi.getter
|
66
|
-
def name(self) -> str:
|
67
|
+
def name(self) -> builtins.str:
|
67
68
|
return pulumi.get(self, "name")
|
68
69
|
|
69
70
|
|
@@ -79,9 +80,9 @@ class AwaitableGetPrivateLocationResult(GetPrivateLocationResult):
|
|
79
80
|
name=self.name)
|
80
81
|
|
81
82
|
|
82
|
-
def get_private_location(account_id: Optional[str] = None,
|
83
|
-
keys: Optional[Sequence[str]] = None,
|
84
|
-
name: Optional[str] = None,
|
83
|
+
def get_private_location(account_id: Optional[builtins.str] = None,
|
84
|
+
keys: Optional[Sequence[builtins.str]] = None,
|
85
|
+
name: Optional[builtins.str] = None,
|
85
86
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateLocationResult:
|
86
87
|
"""
|
87
88
|
Use this data source to get information about a specific Synthetics monitor private location in New Relic that already exists.
|
@@ -109,9 +110,9 @@ def get_private_location(account_id: Optional[str] = None,
|
|
109
110
|
```
|
110
111
|
|
111
112
|
|
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.
|
113
|
+
: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.
|
114
|
+
:param Sequence[builtins.str] keys: The key of the private location.
|
115
|
+
:param builtins.str name: The name of the Synthetics monitor private location.
|
115
116
|
"""
|
116
117
|
__args__ = dict()
|
117
118
|
__args__['accountId'] = account_id
|
@@ -125,9 +126,9 @@ def get_private_location(account_id: Optional[str] = None,
|
|
125
126
|
id=pulumi.get(__ret__, 'id'),
|
126
127
|
keys=pulumi.get(__ret__, 'keys'),
|
127
128
|
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,
|
129
|
+
def get_private_location_output(account_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
130
|
+
keys: Optional[pulumi.Input[Optional[Sequence[builtins.str]]]] = None,
|
131
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
131
132
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPrivateLocationResult]:
|
132
133
|
"""
|
133
134
|
Use this data source to get information about a specific Synthetics monitor private location in New Relic that already exists.
|
@@ -155,9 +156,9 @@ def get_private_location_output(account_id: Optional[pulumi.Input[Optional[str]]
|
|
155
156
|
```
|
156
157
|
|
157
158
|
|
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.
|
159
|
+
: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.
|
160
|
+
:param Sequence[builtins.str] keys: The key of the private location.
|
161
|
+
:param builtins.str name: The name of the Synthetics monitor private location.
|
161
162
|
"""
|
162
163
|
__args__ = dict()
|
163
164
|
__args__['accountId'] = account_id
|
@@ -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
|
@@ -45,12 +46,12 @@ class GetSecureCredentialResult:
|
|
45
46
|
|
46
47
|
@property
|
47
48
|
@pulumi.getter(name="accountId")
|
48
|
-
def account_id(self) -> str:
|
49
|
+
def account_id(self) -> builtins.str:
|
49
50
|
return pulumi.get(self, "account_id")
|
50
51
|
|
51
52
|
@property
|
52
53
|
@pulumi.getter
|
53
|
-
def description(self) -> str:
|
54
|
+
def description(self) -> builtins.str:
|
54
55
|
"""
|
55
56
|
The secure credential's description.
|
56
57
|
"""
|
@@ -58,7 +59,7 @@ class GetSecureCredentialResult:
|
|
58
59
|
|
59
60
|
@property
|
60
61
|
@pulumi.getter
|
61
|
-
def id(self) -> str:
|
62
|
+
def id(self) -> builtins.str:
|
62
63
|
"""
|
63
64
|
The provider-assigned unique ID for this managed resource.
|
64
65
|
"""
|
@@ -66,12 +67,12 @@ class GetSecureCredentialResult:
|
|
66
67
|
|
67
68
|
@property
|
68
69
|
@pulumi.getter
|
69
|
-
def key(self) -> str:
|
70
|
+
def key(self) -> builtins.str:
|
70
71
|
return pulumi.get(self, "key")
|
71
72
|
|
72
73
|
@property
|
73
74
|
@pulumi.getter(name="lastUpdated")
|
74
|
-
def last_updated(self) -> str:
|
75
|
+
def last_updated(self) -> builtins.str:
|
75
76
|
"""
|
76
77
|
The time the secure credential was last updated.
|
77
78
|
"""
|
@@ -91,8 +92,8 @@ class AwaitableGetSecureCredentialResult(GetSecureCredentialResult):
|
|
91
92
|
last_updated=self.last_updated)
|
92
93
|
|
93
94
|
|
94
|
-
def get_secure_credential(account_id: Optional[str] = None,
|
95
|
-
key: Optional[str] = None,
|
95
|
+
def get_secure_credential(account_id: Optional[builtins.str] = None,
|
96
|
+
key: Optional[builtins.str] = None,
|
96
97
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecureCredentialResult:
|
97
98
|
"""
|
98
99
|
Use this data source to get information about a specific Synthetics secure credential in New Relic that already exists.
|
@@ -109,8 +110,8 @@ def get_secure_credential(account_id: Optional[str] = None,
|
|
109
110
|
```
|
110
111
|
|
111
112
|
|
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.
|
113
|
+
: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.
|
114
|
+
: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
115
|
"""
|
115
116
|
__args__ = dict()
|
116
117
|
__args__['accountId'] = account_id
|
@@ -124,8 +125,8 @@ def get_secure_credential(account_id: Optional[str] = None,
|
|
124
125
|
id=pulumi.get(__ret__, 'id'),
|
125
126
|
key=pulumi.get(__ret__, 'key'),
|
126
127
|
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,
|
128
|
+
def get_secure_credential_output(account_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
129
|
+
key: Optional[pulumi.Input[builtins.str]] = None,
|
129
130
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSecureCredentialResult]:
|
130
131
|
"""
|
131
132
|
Use this data source to get information about a specific Synthetics secure credential in New Relic that already exists.
|
@@ -142,8 +143,8 @@ def get_secure_credential_output(account_id: Optional[pulumi.Input[Optional[str]
|
|
142
143
|
```
|
143
144
|
|
144
145
|
|
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.
|
146
|
+
: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.
|
147
|
+
: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
148
|
"""
|
148
149
|
__args__ = dict()
|
149
150
|
__args__['accountId'] = account_id
|