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__ = ['AzureLinkAccountArgs', 'AzureLinkAccount']
|
|
|
19
19
|
@pulumi.input_type
|
|
20
20
|
class AzureLinkAccountArgs:
|
|
21
21
|
def __init__(__self__, *,
|
|
22
|
-
application_id: pulumi.Input[str],
|
|
23
|
-
client_secret: pulumi.Input[str],
|
|
24
|
-
subscription_id: pulumi.Input[str],
|
|
25
|
-
tenant_id: pulumi.Input[str],
|
|
26
|
-
account_id: Optional[pulumi.Input[str]] = None,
|
|
27
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
22
|
+
application_id: pulumi.Input[_builtins.str],
|
|
23
|
+
client_secret: pulumi.Input[_builtins.str],
|
|
24
|
+
subscription_id: pulumi.Input[_builtins.str],
|
|
25
|
+
tenant_id: pulumi.Input[_builtins.str],
|
|
26
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
27
|
+
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
28
28
|
"""
|
|
29
29
|
The set of arguments for constructing a AzureLinkAccount resource.
|
|
30
|
-
:param pulumi.Input[str] application_id: Application ID of the App.
|
|
31
|
-
:param pulumi.Input[str] client_secret: Secret Value of the client.
|
|
32
|
-
:param pulumi.Input[str] subscription_id: Subscription ID of the Azure cloud account.
|
|
33
|
-
:param pulumi.Input[str] tenant_id: Tenant ID of the Azure cloud account.
|
|
34
|
-
:param pulumi.Input[str] account_id: Account ID of the New Relic.
|
|
35
|
-
:param pulumi.Input[str] name: The name of the application in New Relic APM.
|
|
30
|
+
:param pulumi.Input[_builtins.str] application_id: Application ID of the App.
|
|
31
|
+
:param pulumi.Input[_builtins.str] client_secret: Secret Value of the client.
|
|
32
|
+
:param pulumi.Input[_builtins.str] subscription_id: Subscription ID of the Azure cloud account.
|
|
33
|
+
:param pulumi.Input[_builtins.str] tenant_id: Tenant ID of the Azure cloud account.
|
|
34
|
+
:param pulumi.Input[_builtins.str] account_id: Account ID of the New Relic.
|
|
35
|
+
:param pulumi.Input[_builtins.str] name: The name of the application in New Relic APM.
|
|
36
36
|
"""
|
|
37
37
|
pulumi.set(__self__, "application_id", application_id)
|
|
38
38
|
pulumi.set(__self__, "client_secret", client_secret)
|
|
@@ -43,96 +43,96 @@ class AzureLinkAccountArgs:
|
|
|
43
43
|
if name is not None:
|
|
44
44
|
pulumi.set(__self__, "name", name)
|
|
45
45
|
|
|
46
|
-
@property
|
|
46
|
+
@_builtins.property
|
|
47
47
|
@pulumi.getter(name="applicationId")
|
|
48
|
-
def application_id(self) -> pulumi.Input[str]:
|
|
48
|
+
def application_id(self) -> pulumi.Input[_builtins.str]:
|
|
49
49
|
"""
|
|
50
50
|
Application ID of the App.
|
|
51
51
|
"""
|
|
52
52
|
return pulumi.get(self, "application_id")
|
|
53
53
|
|
|
54
54
|
@application_id.setter
|
|
55
|
-
def application_id(self, value: pulumi.Input[str]):
|
|
55
|
+
def application_id(self, value: pulumi.Input[_builtins.str]):
|
|
56
56
|
pulumi.set(self, "application_id", value)
|
|
57
57
|
|
|
58
|
-
@property
|
|
58
|
+
@_builtins.property
|
|
59
59
|
@pulumi.getter(name="clientSecret")
|
|
60
|
-
def client_secret(self) -> pulumi.Input[str]:
|
|
60
|
+
def client_secret(self) -> pulumi.Input[_builtins.str]:
|
|
61
61
|
"""
|
|
62
62
|
Secret Value of the client.
|
|
63
63
|
"""
|
|
64
64
|
return pulumi.get(self, "client_secret")
|
|
65
65
|
|
|
66
66
|
@client_secret.setter
|
|
67
|
-
def client_secret(self, value: pulumi.Input[str]):
|
|
67
|
+
def client_secret(self, value: pulumi.Input[_builtins.str]):
|
|
68
68
|
pulumi.set(self, "client_secret", value)
|
|
69
69
|
|
|
70
|
-
@property
|
|
70
|
+
@_builtins.property
|
|
71
71
|
@pulumi.getter(name="subscriptionId")
|
|
72
|
-
def subscription_id(self) -> pulumi.Input[str]:
|
|
72
|
+
def subscription_id(self) -> pulumi.Input[_builtins.str]:
|
|
73
73
|
"""
|
|
74
74
|
Subscription ID of the Azure cloud account.
|
|
75
75
|
"""
|
|
76
76
|
return pulumi.get(self, "subscription_id")
|
|
77
77
|
|
|
78
78
|
@subscription_id.setter
|
|
79
|
-
def subscription_id(self, value: pulumi.Input[str]):
|
|
79
|
+
def subscription_id(self, value: pulumi.Input[_builtins.str]):
|
|
80
80
|
pulumi.set(self, "subscription_id", value)
|
|
81
81
|
|
|
82
|
-
@property
|
|
82
|
+
@_builtins.property
|
|
83
83
|
@pulumi.getter(name="tenantId")
|
|
84
|
-
def tenant_id(self) -> pulumi.Input[str]:
|
|
84
|
+
def tenant_id(self) -> pulumi.Input[_builtins.str]:
|
|
85
85
|
"""
|
|
86
86
|
Tenant ID of the Azure cloud account.
|
|
87
87
|
"""
|
|
88
88
|
return pulumi.get(self, "tenant_id")
|
|
89
89
|
|
|
90
90
|
@tenant_id.setter
|
|
91
|
-
def tenant_id(self, value: pulumi.Input[str]):
|
|
91
|
+
def tenant_id(self, value: pulumi.Input[_builtins.str]):
|
|
92
92
|
pulumi.set(self, "tenant_id", value)
|
|
93
93
|
|
|
94
|
-
@property
|
|
94
|
+
@_builtins.property
|
|
95
95
|
@pulumi.getter(name="accountId")
|
|
96
|
-
def account_id(self) -> Optional[pulumi.Input[str]]:
|
|
96
|
+
def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
97
97
|
"""
|
|
98
98
|
Account ID of the New Relic.
|
|
99
99
|
"""
|
|
100
100
|
return pulumi.get(self, "account_id")
|
|
101
101
|
|
|
102
102
|
@account_id.setter
|
|
103
|
-
def account_id(self, value: Optional[pulumi.Input[str]]):
|
|
103
|
+
def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
104
104
|
pulumi.set(self, "account_id", value)
|
|
105
105
|
|
|
106
|
-
@property
|
|
106
|
+
@_builtins.property
|
|
107
107
|
@pulumi.getter
|
|
108
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
108
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
109
109
|
"""
|
|
110
110
|
The name of the application in New Relic APM.
|
|
111
111
|
"""
|
|
112
112
|
return pulumi.get(self, "name")
|
|
113
113
|
|
|
114
114
|
@name.setter
|
|
115
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
115
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
116
116
|
pulumi.set(self, "name", value)
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
@pulumi.input_type
|
|
120
120
|
class _AzureLinkAccountState:
|
|
121
121
|
def __init__(__self__, *,
|
|
122
|
-
account_id: Optional[pulumi.Input[str]] = None,
|
|
123
|
-
application_id: Optional[pulumi.Input[str]] = None,
|
|
124
|
-
client_secret: Optional[pulumi.Input[str]] = None,
|
|
125
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
126
|
-
subscription_id: Optional[pulumi.Input[str]] = None,
|
|
127
|
-
tenant_id: Optional[pulumi.Input[str]] = None):
|
|
122
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
123
|
+
application_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
124
|
+
client_secret: Optional[pulumi.Input[_builtins.str]] = None,
|
|
125
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
126
|
+
subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
127
|
+
tenant_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
128
128
|
"""
|
|
129
129
|
Input properties used for looking up and filtering AzureLinkAccount resources.
|
|
130
|
-
:param pulumi.Input[str] account_id: Account ID of the New Relic.
|
|
131
|
-
:param pulumi.Input[str] application_id: Application ID of the App.
|
|
132
|
-
:param pulumi.Input[str] client_secret: Secret Value of the client.
|
|
133
|
-
:param pulumi.Input[str] name: The name of the application in New Relic APM.
|
|
134
|
-
:param pulumi.Input[str] subscription_id: Subscription ID of the Azure cloud account.
|
|
135
|
-
:param pulumi.Input[str] tenant_id: Tenant ID of the Azure cloud account.
|
|
130
|
+
:param pulumi.Input[_builtins.str] account_id: Account ID of the New Relic.
|
|
131
|
+
:param pulumi.Input[_builtins.str] application_id: Application ID of the App.
|
|
132
|
+
:param pulumi.Input[_builtins.str] client_secret: Secret Value of the client.
|
|
133
|
+
:param pulumi.Input[_builtins.str] name: The name of the application in New Relic APM.
|
|
134
|
+
:param pulumi.Input[_builtins.str] subscription_id: Subscription ID of the Azure cloud account.
|
|
135
|
+
:param pulumi.Input[_builtins.str] tenant_id: Tenant ID of the Azure cloud account.
|
|
136
136
|
"""
|
|
137
137
|
if account_id is not None:
|
|
138
138
|
pulumi.set(__self__, "account_id", account_id)
|
|
@@ -147,90 +147,91 @@ class _AzureLinkAccountState:
|
|
|
147
147
|
if tenant_id is not None:
|
|
148
148
|
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
149
149
|
|
|
150
|
-
@property
|
|
150
|
+
@_builtins.property
|
|
151
151
|
@pulumi.getter(name="accountId")
|
|
152
|
-
def account_id(self) -> Optional[pulumi.Input[str]]:
|
|
152
|
+
def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
153
153
|
"""
|
|
154
154
|
Account ID of the New Relic.
|
|
155
155
|
"""
|
|
156
156
|
return pulumi.get(self, "account_id")
|
|
157
157
|
|
|
158
158
|
@account_id.setter
|
|
159
|
-
def account_id(self, value: Optional[pulumi.Input[str]]):
|
|
159
|
+
def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
160
160
|
pulumi.set(self, "account_id", value)
|
|
161
161
|
|
|
162
|
-
@property
|
|
162
|
+
@_builtins.property
|
|
163
163
|
@pulumi.getter(name="applicationId")
|
|
164
|
-
def application_id(self) -> Optional[pulumi.Input[str]]:
|
|
164
|
+
def application_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
165
165
|
"""
|
|
166
166
|
Application ID of the App.
|
|
167
167
|
"""
|
|
168
168
|
return pulumi.get(self, "application_id")
|
|
169
169
|
|
|
170
170
|
@application_id.setter
|
|
171
|
-
def application_id(self, value: Optional[pulumi.Input[str]]):
|
|
171
|
+
def application_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
172
172
|
pulumi.set(self, "application_id", value)
|
|
173
173
|
|
|
174
|
-
@property
|
|
174
|
+
@_builtins.property
|
|
175
175
|
@pulumi.getter(name="clientSecret")
|
|
176
|
-
def client_secret(self) -> Optional[pulumi.Input[str]]:
|
|
176
|
+
def client_secret(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
177
177
|
"""
|
|
178
178
|
Secret Value of the client.
|
|
179
179
|
"""
|
|
180
180
|
return pulumi.get(self, "client_secret")
|
|
181
181
|
|
|
182
182
|
@client_secret.setter
|
|
183
|
-
def client_secret(self, value: Optional[pulumi.Input[str]]):
|
|
183
|
+
def client_secret(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
184
184
|
pulumi.set(self, "client_secret", value)
|
|
185
185
|
|
|
186
|
-
@property
|
|
186
|
+
@_builtins.property
|
|
187
187
|
@pulumi.getter
|
|
188
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
188
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
189
189
|
"""
|
|
190
190
|
The name of the application in New Relic APM.
|
|
191
191
|
"""
|
|
192
192
|
return pulumi.get(self, "name")
|
|
193
193
|
|
|
194
194
|
@name.setter
|
|
195
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
195
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
196
196
|
pulumi.set(self, "name", value)
|
|
197
197
|
|
|
198
|
-
@property
|
|
198
|
+
@_builtins.property
|
|
199
199
|
@pulumi.getter(name="subscriptionId")
|
|
200
|
-
def subscription_id(self) -> Optional[pulumi.Input[str]]:
|
|
200
|
+
def subscription_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
201
201
|
"""
|
|
202
202
|
Subscription ID of the Azure cloud account.
|
|
203
203
|
"""
|
|
204
204
|
return pulumi.get(self, "subscription_id")
|
|
205
205
|
|
|
206
206
|
@subscription_id.setter
|
|
207
|
-
def subscription_id(self, value: Optional[pulumi.Input[str]]):
|
|
207
|
+
def subscription_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
208
208
|
pulumi.set(self, "subscription_id", value)
|
|
209
209
|
|
|
210
|
-
@property
|
|
210
|
+
@_builtins.property
|
|
211
211
|
@pulumi.getter(name="tenantId")
|
|
212
|
-
def tenant_id(self) -> Optional[pulumi.Input[str]]:
|
|
212
|
+
def tenant_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
213
213
|
"""
|
|
214
214
|
Tenant ID of the Azure cloud account.
|
|
215
215
|
"""
|
|
216
216
|
return pulumi.get(self, "tenant_id")
|
|
217
217
|
|
|
218
218
|
@tenant_id.setter
|
|
219
|
-
def tenant_id(self, value: Optional[pulumi.Input[str]]):
|
|
219
|
+
def tenant_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
220
220
|
pulumi.set(self, "tenant_id", value)
|
|
221
221
|
|
|
222
222
|
|
|
223
|
+
@pulumi.type_token("newrelic:cloud/azureLinkAccount:AzureLinkAccount")
|
|
223
224
|
class AzureLinkAccount(pulumi.CustomResource):
|
|
224
225
|
@overload
|
|
225
226
|
def __init__(__self__,
|
|
226
227
|
resource_name: str,
|
|
227
228
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
228
|
-
account_id: Optional[pulumi.Input[str]] = None,
|
|
229
|
-
application_id: Optional[pulumi.Input[str]] = None,
|
|
230
|
-
client_secret: Optional[pulumi.Input[str]] = None,
|
|
231
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
232
|
-
subscription_id: Optional[pulumi.Input[str]] = None,
|
|
233
|
-
tenant_id: Optional[pulumi.Input[str]] = None,
|
|
229
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
230
|
+
application_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
231
|
+
client_secret: Optional[pulumi.Input[_builtins.str]] = None,
|
|
232
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
233
|
+
subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
234
|
+
tenant_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
234
235
|
__props__=None):
|
|
235
236
|
"""
|
|
236
237
|
Use this resource to link an Azure account to New Relic.
|
|
@@ -272,12 +273,12 @@ class AzureLinkAccount(pulumi.CustomResource):
|
|
|
272
273
|
|
|
273
274
|
:param str resource_name: The name of the resource.
|
|
274
275
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
275
|
-
:param pulumi.Input[str] account_id: Account ID of the New Relic.
|
|
276
|
-
:param pulumi.Input[str] application_id: Application ID of the App.
|
|
277
|
-
:param pulumi.Input[str] client_secret: Secret Value of the client.
|
|
278
|
-
:param pulumi.Input[str] name: The name of the application in New Relic APM.
|
|
279
|
-
:param pulumi.Input[str] subscription_id: Subscription ID of the Azure cloud account.
|
|
280
|
-
:param pulumi.Input[str] tenant_id: Tenant ID of the Azure cloud account.
|
|
276
|
+
:param pulumi.Input[_builtins.str] account_id: Account ID of the New Relic.
|
|
277
|
+
:param pulumi.Input[_builtins.str] application_id: Application ID of the App.
|
|
278
|
+
:param pulumi.Input[_builtins.str] client_secret: Secret Value of the client.
|
|
279
|
+
:param pulumi.Input[_builtins.str] name: The name of the application in New Relic APM.
|
|
280
|
+
:param pulumi.Input[_builtins.str] subscription_id: Subscription ID of the Azure cloud account.
|
|
281
|
+
:param pulumi.Input[_builtins.str] tenant_id: Tenant ID of the Azure cloud account.
|
|
281
282
|
"""
|
|
282
283
|
...
|
|
283
284
|
@overload
|
|
@@ -338,12 +339,12 @@ class AzureLinkAccount(pulumi.CustomResource):
|
|
|
338
339
|
def _internal_init(__self__,
|
|
339
340
|
resource_name: str,
|
|
340
341
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
341
|
-
account_id: Optional[pulumi.Input[str]] = None,
|
|
342
|
-
application_id: Optional[pulumi.Input[str]] = None,
|
|
343
|
-
client_secret: Optional[pulumi.Input[str]] = None,
|
|
344
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
345
|
-
subscription_id: Optional[pulumi.Input[str]] = None,
|
|
346
|
-
tenant_id: Optional[pulumi.Input[str]] = None,
|
|
342
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
343
|
+
application_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
344
|
+
client_secret: Optional[pulumi.Input[_builtins.str]] = None,
|
|
345
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
346
|
+
subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
347
|
+
tenant_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
347
348
|
__props__=None):
|
|
348
349
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
349
350
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -379,12 +380,12 @@ class AzureLinkAccount(pulumi.CustomResource):
|
|
|
379
380
|
def get(resource_name: str,
|
|
380
381
|
id: pulumi.Input[str],
|
|
381
382
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
382
|
-
account_id: Optional[pulumi.Input[str]] = None,
|
|
383
|
-
application_id: Optional[pulumi.Input[str]] = None,
|
|
384
|
-
client_secret: Optional[pulumi.Input[str]] = None,
|
|
385
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
386
|
-
subscription_id: Optional[pulumi.Input[str]] = None,
|
|
387
|
-
tenant_id: Optional[pulumi.Input[str]] = None) -> 'AzureLinkAccount':
|
|
383
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
384
|
+
application_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
385
|
+
client_secret: Optional[pulumi.Input[_builtins.str]] = None,
|
|
386
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
387
|
+
subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
388
|
+
tenant_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'AzureLinkAccount':
|
|
388
389
|
"""
|
|
389
390
|
Get an existing AzureLinkAccount resource's state with the given name, id, and optional extra
|
|
390
391
|
properties used to qualify the lookup.
|
|
@@ -392,12 +393,12 @@ class AzureLinkAccount(pulumi.CustomResource):
|
|
|
392
393
|
:param str resource_name: The unique name of the resulting resource.
|
|
393
394
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
394
395
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
395
|
-
:param pulumi.Input[str] account_id: Account ID of the New Relic.
|
|
396
|
-
:param pulumi.Input[str] application_id: Application ID of the App.
|
|
397
|
-
:param pulumi.Input[str] client_secret: Secret Value of the client.
|
|
398
|
-
:param pulumi.Input[str] name: The name of the application in New Relic APM.
|
|
399
|
-
:param pulumi.Input[str] subscription_id: Subscription ID of the Azure cloud account.
|
|
400
|
-
:param pulumi.Input[str] tenant_id: Tenant ID of the Azure cloud account.
|
|
396
|
+
:param pulumi.Input[_builtins.str] account_id: Account ID of the New Relic.
|
|
397
|
+
:param pulumi.Input[_builtins.str] application_id: Application ID of the App.
|
|
398
|
+
:param pulumi.Input[_builtins.str] client_secret: Secret Value of the client.
|
|
399
|
+
:param pulumi.Input[_builtins.str] name: The name of the application in New Relic APM.
|
|
400
|
+
:param pulumi.Input[_builtins.str] subscription_id: Subscription ID of the Azure cloud account.
|
|
401
|
+
:param pulumi.Input[_builtins.str] tenant_id: Tenant ID of the Azure cloud account.
|
|
401
402
|
"""
|
|
402
403
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
403
404
|
|
|
@@ -411,49 +412,49 @@ class AzureLinkAccount(pulumi.CustomResource):
|
|
|
411
412
|
__props__.__dict__["tenant_id"] = tenant_id
|
|
412
413
|
return AzureLinkAccount(resource_name, opts=opts, __props__=__props__)
|
|
413
414
|
|
|
414
|
-
@property
|
|
415
|
+
@_builtins.property
|
|
415
416
|
@pulumi.getter(name="accountId")
|
|
416
|
-
def account_id(self) -> pulumi.Output[str]:
|
|
417
|
+
def account_id(self) -> pulumi.Output[_builtins.str]:
|
|
417
418
|
"""
|
|
418
419
|
Account ID of the New Relic.
|
|
419
420
|
"""
|
|
420
421
|
return pulumi.get(self, "account_id")
|
|
421
422
|
|
|
422
|
-
@property
|
|
423
|
+
@_builtins.property
|
|
423
424
|
@pulumi.getter(name="applicationId")
|
|
424
|
-
def application_id(self) -> pulumi.Output[str]:
|
|
425
|
+
def application_id(self) -> pulumi.Output[_builtins.str]:
|
|
425
426
|
"""
|
|
426
427
|
Application ID of the App.
|
|
427
428
|
"""
|
|
428
429
|
return pulumi.get(self, "application_id")
|
|
429
430
|
|
|
430
|
-
@property
|
|
431
|
+
@_builtins.property
|
|
431
432
|
@pulumi.getter(name="clientSecret")
|
|
432
|
-
def client_secret(self) -> pulumi.Output[str]:
|
|
433
|
+
def client_secret(self) -> pulumi.Output[_builtins.str]:
|
|
433
434
|
"""
|
|
434
435
|
Secret Value of the client.
|
|
435
436
|
"""
|
|
436
437
|
return pulumi.get(self, "client_secret")
|
|
437
438
|
|
|
438
|
-
@property
|
|
439
|
+
@_builtins.property
|
|
439
440
|
@pulumi.getter
|
|
440
|
-
def name(self) -> pulumi.Output[str]:
|
|
441
|
+
def name(self) -> pulumi.Output[_builtins.str]:
|
|
441
442
|
"""
|
|
442
443
|
The name of the application in New Relic APM.
|
|
443
444
|
"""
|
|
444
445
|
return pulumi.get(self, "name")
|
|
445
446
|
|
|
446
|
-
@property
|
|
447
|
+
@_builtins.property
|
|
447
448
|
@pulumi.getter(name="subscriptionId")
|
|
448
|
-
def subscription_id(self) -> pulumi.Output[str]:
|
|
449
|
+
def subscription_id(self) -> pulumi.Output[_builtins.str]:
|
|
449
450
|
"""
|
|
450
451
|
Subscription ID of the Azure cloud account.
|
|
451
452
|
"""
|
|
452
453
|
return pulumi.get(self, "subscription_id")
|
|
453
454
|
|
|
454
|
-
@property
|
|
455
|
+
@_builtins.property
|
|
455
456
|
@pulumi.getter(name="tenantId")
|
|
456
|
-
def tenant_id(self) -> pulumi.Output[str]:
|
|
457
|
+
def tenant_id(self) -> pulumi.Output[_builtins.str]:
|
|
457
458
|
"""
|
|
458
459
|
Tenant ID of the Azure cloud account.
|
|
459
460
|
"""
|