pulumi-newrelic 5.49.0a1753337775__py3-none-any.whl → 5.49.0a1753398082__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.
Potentially problematic release.
This version of pulumi-newrelic might be problematic. Click here for more details.
- pulumi_newrelic/__init__.py +1 -1
- pulumi_newrelic/_inputs.py +3759 -3760
- pulumi_newrelic/account_management.py +35 -36
- pulumi_newrelic/alert_channel.py +55 -56
- pulumi_newrelic/alert_condition.py +217 -218
- pulumi_newrelic/alert_muting_rule.py +92 -93
- pulumi_newrelic/alert_policy.py +69 -70
- pulumi_newrelic/alert_policy_channel.py +52 -53
- pulumi_newrelic/api_access_key.py +112 -113
- pulumi_newrelic/browser_application.py +113 -114
- pulumi_newrelic/cloud/__init__.py +1 -1
- pulumi_newrelic/cloud/_inputs.py +2129 -2130
- pulumi_newrelic/cloud/aws_govcloud_integrations.py +95 -96
- pulumi_newrelic/cloud/aws_govcloud_link_account.py +69 -70
- pulumi_newrelic/cloud/aws_integrations.py +194 -195
- pulumi_newrelic/cloud/aws_link_account.py +69 -70
- pulumi_newrelic/cloud/azure_integrations.py +131 -132
- pulumi_newrelic/cloud/azure_link_account.py +103 -104
- pulumi_newrelic/cloud/gcp_integrations.py +113 -114
- pulumi_newrelic/cloud/gcp_link_account.py +52 -53
- pulumi_newrelic/cloud/outputs.py +1417 -1418
- pulumi_newrelic/config/__init__.py +1 -1
- pulumi_newrelic/config/__init__.pyi +1 -2
- pulumi_newrelic/config/vars.py +14 -15
- pulumi_newrelic/data_partition_rule.py +112 -113
- pulumi_newrelic/entity_tags.py +21 -22
- pulumi_newrelic/events_to_metrics_rule.py +95 -96
- pulumi_newrelic/get_account.py +21 -22
- pulumi_newrelic/get_alert_channel.py +20 -21
- pulumi_newrelic/get_alert_policy.py +25 -26
- pulumi_newrelic/get_application.py +13 -14
- pulumi_newrelic/get_authentication_domain.py +9 -10
- pulumi_newrelic/get_cloud_account.py +21 -22
- pulumi_newrelic/get_entity.py +52 -53
- pulumi_newrelic/get_group.py +17 -18
- pulumi_newrelic/get_key_transaction.py +25 -26
- pulumi_newrelic/get_notification_destination.py +29 -30
- pulumi_newrelic/get_obfuscation_expression.py +15 -16
- pulumi_newrelic/get_service_level_alert_helper.py +53 -54
- pulumi_newrelic/get_test_grok_pattern.py +22 -23
- pulumi_newrelic/get_user.py +21 -22
- pulumi_newrelic/group.py +52 -53
- pulumi_newrelic/infra_alert_condition.py +255 -256
- pulumi_newrelic/insights/__init__.py +1 -1
- pulumi_newrelic/insights/_inputs.py +32 -33
- pulumi_newrelic/insights/event.py +4 -5
- pulumi_newrelic/insights/outputs.py +22 -23
- pulumi_newrelic/key_transaction.py +104 -105
- pulumi_newrelic/log_parsing_rule.py +146 -147
- pulumi_newrelic/monitor_downtime.py +143 -144
- pulumi_newrelic/notification_channel.py +115 -116
- pulumi_newrelic/notification_destination.py +111 -112
- pulumi_newrelic/nrql_alert_condition.py +430 -431
- pulumi_newrelic/nrql_drop_rule.py +78 -79
- pulumi_newrelic/obfuscation_expression.py +69 -70
- pulumi_newrelic/obfuscation_rule.py +89 -90
- pulumi_newrelic/one_dashboard.py +93 -94
- pulumi_newrelic/one_dashboard_json.py +62 -63
- pulumi_newrelic/one_dashboard_raw.py +90 -91
- pulumi_newrelic/outputs.py +2646 -2647
- pulumi_newrelic/plugins/__init__.py +1 -1
- pulumi_newrelic/plugins/_inputs.py +158 -159
- pulumi_newrelic/plugins/application_settings.py +167 -168
- pulumi_newrelic/plugins/outputs.py +108 -109
- pulumi_newrelic/plugins/workload.py +131 -132
- pulumi_newrelic/provider.py +106 -107
- pulumi_newrelic/pulumi-plugin.json +1 -1
- pulumi_newrelic/service_level.py +76 -77
- pulumi_newrelic/synthetics/__init__.py +1 -1
- pulumi_newrelic/synthetics/_inputs.py +127 -128
- pulumi_newrelic/synthetics/alert_condition.py +95 -96
- pulumi_newrelic/synthetics/broken_links_monitor.py +197 -198
- pulumi_newrelic/synthetics/cert_check_monitor.py +205 -206
- pulumi_newrelic/synthetics/get_private_location.py +21 -22
- pulumi_newrelic/synthetics/get_secure_credential.py +19 -20
- pulumi_newrelic/synthetics/monitor.py +378 -379
- pulumi_newrelic/synthetics/multi_location_alert_condition.py +118 -119
- pulumi_newrelic/synthetics/outputs.py +85 -86
- pulumi_newrelic/synthetics/private_location.py +105 -106
- pulumi_newrelic/synthetics/script_monitor.py +302 -303
- pulumi_newrelic/synthetics/secure_credential.py +86 -87
- pulumi_newrelic/synthetics/step_monitor.py +220 -221
- pulumi_newrelic/user.py +69 -70
- pulumi_newrelic/workflow.py +139 -140
- {pulumi_newrelic-5.49.0a1753337775.dist-info → pulumi_newrelic-5.49.0a1753398082.dist-info}/METADATA +1 -1
- pulumi_newrelic-5.49.0a1753398082.dist-info/RECORD +90 -0
- pulumi_newrelic-5.49.0a1753337775.dist-info/RECORD +0 -90
- {pulumi_newrelic-5.49.0a1753337775.dist-info → pulumi_newrelic-5.49.0a1753398082.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.49.0a1753337775.dist-info → pulumi_newrelic-5.49.0a1753398082.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
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 builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -20,20 +19,20 @@ __all__ = ['AzureLinkAccountArgs', 'AzureLinkAccount']
|
|
|
20
19
|
@pulumi.input_type
|
|
21
20
|
class AzureLinkAccountArgs:
|
|
22
21
|
def __init__(__self__, *,
|
|
23
|
-
application_id: pulumi.Input[
|
|
24
|
-
client_secret: pulumi.Input[
|
|
25
|
-
subscription_id: pulumi.Input[
|
|
26
|
-
tenant_id: pulumi.Input[
|
|
27
|
-
account_id: Optional[pulumi.Input[
|
|
28
|
-
name: Optional[pulumi.Input[
|
|
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):
|
|
29
28
|
"""
|
|
30
29
|
The set of arguments for constructing a AzureLinkAccount resource.
|
|
31
|
-
:param pulumi.Input[
|
|
32
|
-
:param pulumi.Input[
|
|
33
|
-
:param pulumi.Input[
|
|
34
|
-
:param pulumi.Input[
|
|
35
|
-
:param pulumi.Input[
|
|
36
|
-
:param pulumi.Input[
|
|
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.
|
|
37
36
|
"""
|
|
38
37
|
pulumi.set(__self__, "application_id", application_id)
|
|
39
38
|
pulumi.set(__self__, "client_secret", client_secret)
|
|
@@ -44,96 +43,96 @@ class AzureLinkAccountArgs:
|
|
|
44
43
|
if name is not None:
|
|
45
44
|
pulumi.set(__self__, "name", name)
|
|
46
45
|
|
|
47
|
-
@property
|
|
46
|
+
@_builtins.property
|
|
48
47
|
@pulumi.getter(name="applicationId")
|
|
49
|
-
def application_id(self) -> pulumi.Input[
|
|
48
|
+
def application_id(self) -> pulumi.Input[_builtins.str]:
|
|
50
49
|
"""
|
|
51
50
|
Application ID of the App.
|
|
52
51
|
"""
|
|
53
52
|
return pulumi.get(self, "application_id")
|
|
54
53
|
|
|
55
54
|
@application_id.setter
|
|
56
|
-
def application_id(self, value: pulumi.Input[
|
|
55
|
+
def application_id(self, value: pulumi.Input[_builtins.str]):
|
|
57
56
|
pulumi.set(self, "application_id", value)
|
|
58
57
|
|
|
59
|
-
@property
|
|
58
|
+
@_builtins.property
|
|
60
59
|
@pulumi.getter(name="clientSecret")
|
|
61
|
-
def client_secret(self) -> pulumi.Input[
|
|
60
|
+
def client_secret(self) -> pulumi.Input[_builtins.str]:
|
|
62
61
|
"""
|
|
63
62
|
Secret Value of the client.
|
|
64
63
|
"""
|
|
65
64
|
return pulumi.get(self, "client_secret")
|
|
66
65
|
|
|
67
66
|
@client_secret.setter
|
|
68
|
-
def client_secret(self, value: pulumi.Input[
|
|
67
|
+
def client_secret(self, value: pulumi.Input[_builtins.str]):
|
|
69
68
|
pulumi.set(self, "client_secret", value)
|
|
70
69
|
|
|
71
|
-
@property
|
|
70
|
+
@_builtins.property
|
|
72
71
|
@pulumi.getter(name="subscriptionId")
|
|
73
|
-
def subscription_id(self) -> pulumi.Input[
|
|
72
|
+
def subscription_id(self) -> pulumi.Input[_builtins.str]:
|
|
74
73
|
"""
|
|
75
74
|
Subscription ID of the Azure cloud account.
|
|
76
75
|
"""
|
|
77
76
|
return pulumi.get(self, "subscription_id")
|
|
78
77
|
|
|
79
78
|
@subscription_id.setter
|
|
80
|
-
def subscription_id(self, value: pulumi.Input[
|
|
79
|
+
def subscription_id(self, value: pulumi.Input[_builtins.str]):
|
|
81
80
|
pulumi.set(self, "subscription_id", value)
|
|
82
81
|
|
|
83
|
-
@property
|
|
82
|
+
@_builtins.property
|
|
84
83
|
@pulumi.getter(name="tenantId")
|
|
85
|
-
def tenant_id(self) -> pulumi.Input[
|
|
84
|
+
def tenant_id(self) -> pulumi.Input[_builtins.str]:
|
|
86
85
|
"""
|
|
87
86
|
Tenant ID of the Azure cloud account.
|
|
88
87
|
"""
|
|
89
88
|
return pulumi.get(self, "tenant_id")
|
|
90
89
|
|
|
91
90
|
@tenant_id.setter
|
|
92
|
-
def tenant_id(self, value: pulumi.Input[
|
|
91
|
+
def tenant_id(self, value: pulumi.Input[_builtins.str]):
|
|
93
92
|
pulumi.set(self, "tenant_id", value)
|
|
94
93
|
|
|
95
|
-
@property
|
|
94
|
+
@_builtins.property
|
|
96
95
|
@pulumi.getter(name="accountId")
|
|
97
|
-
def account_id(self) -> Optional[pulumi.Input[
|
|
96
|
+
def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
98
97
|
"""
|
|
99
98
|
Account ID of the New Relic.
|
|
100
99
|
"""
|
|
101
100
|
return pulumi.get(self, "account_id")
|
|
102
101
|
|
|
103
102
|
@account_id.setter
|
|
104
|
-
def account_id(self, value: Optional[pulumi.Input[
|
|
103
|
+
def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
105
104
|
pulumi.set(self, "account_id", value)
|
|
106
105
|
|
|
107
|
-
@property
|
|
106
|
+
@_builtins.property
|
|
108
107
|
@pulumi.getter
|
|
109
|
-
def name(self) -> Optional[pulumi.Input[
|
|
108
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
110
109
|
"""
|
|
111
110
|
The name of the application in New Relic APM.
|
|
112
111
|
"""
|
|
113
112
|
return pulumi.get(self, "name")
|
|
114
113
|
|
|
115
114
|
@name.setter
|
|
116
|
-
def name(self, value: Optional[pulumi.Input[
|
|
115
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
117
116
|
pulumi.set(self, "name", value)
|
|
118
117
|
|
|
119
118
|
|
|
120
119
|
@pulumi.input_type
|
|
121
120
|
class _AzureLinkAccountState:
|
|
122
121
|
def __init__(__self__, *,
|
|
123
|
-
account_id: Optional[pulumi.Input[
|
|
124
|
-
application_id: Optional[pulumi.Input[
|
|
125
|
-
client_secret: Optional[pulumi.Input[
|
|
126
|
-
name: Optional[pulumi.Input[
|
|
127
|
-
subscription_id: Optional[pulumi.Input[
|
|
128
|
-
tenant_id: Optional[pulumi.Input[
|
|
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):
|
|
129
128
|
"""
|
|
130
129
|
Input properties used for looking up and filtering AzureLinkAccount resources.
|
|
131
|
-
:param pulumi.Input[
|
|
132
|
-
:param pulumi.Input[
|
|
133
|
-
:param pulumi.Input[
|
|
134
|
-
:param pulumi.Input[
|
|
135
|
-
:param pulumi.Input[
|
|
136
|
-
:param pulumi.Input[
|
|
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.
|
|
137
136
|
"""
|
|
138
137
|
if account_id is not None:
|
|
139
138
|
pulumi.set(__self__, "account_id", account_id)
|
|
@@ -148,76 +147,76 @@ class _AzureLinkAccountState:
|
|
|
148
147
|
if tenant_id is not None:
|
|
149
148
|
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
150
149
|
|
|
151
|
-
@property
|
|
150
|
+
@_builtins.property
|
|
152
151
|
@pulumi.getter(name="accountId")
|
|
153
|
-
def account_id(self) -> Optional[pulumi.Input[
|
|
152
|
+
def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
154
153
|
"""
|
|
155
154
|
Account ID of the New Relic.
|
|
156
155
|
"""
|
|
157
156
|
return pulumi.get(self, "account_id")
|
|
158
157
|
|
|
159
158
|
@account_id.setter
|
|
160
|
-
def account_id(self, value: Optional[pulumi.Input[
|
|
159
|
+
def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
161
160
|
pulumi.set(self, "account_id", value)
|
|
162
161
|
|
|
163
|
-
@property
|
|
162
|
+
@_builtins.property
|
|
164
163
|
@pulumi.getter(name="applicationId")
|
|
165
|
-
def application_id(self) -> Optional[pulumi.Input[
|
|
164
|
+
def application_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
166
165
|
"""
|
|
167
166
|
Application ID of the App.
|
|
168
167
|
"""
|
|
169
168
|
return pulumi.get(self, "application_id")
|
|
170
169
|
|
|
171
170
|
@application_id.setter
|
|
172
|
-
def application_id(self, value: Optional[pulumi.Input[
|
|
171
|
+
def application_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
173
172
|
pulumi.set(self, "application_id", value)
|
|
174
173
|
|
|
175
|
-
@property
|
|
174
|
+
@_builtins.property
|
|
176
175
|
@pulumi.getter(name="clientSecret")
|
|
177
|
-
def client_secret(self) -> Optional[pulumi.Input[
|
|
176
|
+
def client_secret(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
178
177
|
"""
|
|
179
178
|
Secret Value of the client.
|
|
180
179
|
"""
|
|
181
180
|
return pulumi.get(self, "client_secret")
|
|
182
181
|
|
|
183
182
|
@client_secret.setter
|
|
184
|
-
def client_secret(self, value: Optional[pulumi.Input[
|
|
183
|
+
def client_secret(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
185
184
|
pulumi.set(self, "client_secret", value)
|
|
186
185
|
|
|
187
|
-
@property
|
|
186
|
+
@_builtins.property
|
|
188
187
|
@pulumi.getter
|
|
189
|
-
def name(self) -> Optional[pulumi.Input[
|
|
188
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
190
189
|
"""
|
|
191
190
|
The name of the application in New Relic APM.
|
|
192
191
|
"""
|
|
193
192
|
return pulumi.get(self, "name")
|
|
194
193
|
|
|
195
194
|
@name.setter
|
|
196
|
-
def name(self, value: Optional[pulumi.Input[
|
|
195
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
197
196
|
pulumi.set(self, "name", value)
|
|
198
197
|
|
|
199
|
-
@property
|
|
198
|
+
@_builtins.property
|
|
200
199
|
@pulumi.getter(name="subscriptionId")
|
|
201
|
-
def subscription_id(self) -> Optional[pulumi.Input[
|
|
200
|
+
def subscription_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
202
201
|
"""
|
|
203
202
|
Subscription ID of the Azure cloud account.
|
|
204
203
|
"""
|
|
205
204
|
return pulumi.get(self, "subscription_id")
|
|
206
205
|
|
|
207
206
|
@subscription_id.setter
|
|
208
|
-
def subscription_id(self, value: Optional[pulumi.Input[
|
|
207
|
+
def subscription_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
209
208
|
pulumi.set(self, "subscription_id", value)
|
|
210
209
|
|
|
211
|
-
@property
|
|
210
|
+
@_builtins.property
|
|
212
211
|
@pulumi.getter(name="tenantId")
|
|
213
|
-
def tenant_id(self) -> Optional[pulumi.Input[
|
|
212
|
+
def tenant_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
214
213
|
"""
|
|
215
214
|
Tenant ID of the Azure cloud account.
|
|
216
215
|
"""
|
|
217
216
|
return pulumi.get(self, "tenant_id")
|
|
218
217
|
|
|
219
218
|
@tenant_id.setter
|
|
220
|
-
def tenant_id(self, value: Optional[pulumi.Input[
|
|
219
|
+
def tenant_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
221
220
|
pulumi.set(self, "tenant_id", value)
|
|
222
221
|
|
|
223
222
|
|
|
@@ -227,12 +226,12 @@ class AzureLinkAccount(pulumi.CustomResource):
|
|
|
227
226
|
def __init__(__self__,
|
|
228
227
|
resource_name: str,
|
|
229
228
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
230
|
-
account_id: Optional[pulumi.Input[
|
|
231
|
-
application_id: Optional[pulumi.Input[
|
|
232
|
-
client_secret: Optional[pulumi.Input[
|
|
233
|
-
name: Optional[pulumi.Input[
|
|
234
|
-
subscription_id: Optional[pulumi.Input[
|
|
235
|
-
tenant_id: Optional[pulumi.Input[
|
|
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,
|
|
236
235
|
__props__=None):
|
|
237
236
|
"""
|
|
238
237
|
Use this resource to link an Azure account to New Relic.
|
|
@@ -274,12 +273,12 @@ class AzureLinkAccount(pulumi.CustomResource):
|
|
|
274
273
|
|
|
275
274
|
:param str resource_name: The name of the resource.
|
|
276
275
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
277
|
-
:param pulumi.Input[
|
|
278
|
-
:param pulumi.Input[
|
|
279
|
-
:param pulumi.Input[
|
|
280
|
-
:param pulumi.Input[
|
|
281
|
-
:param pulumi.Input[
|
|
282
|
-
:param pulumi.Input[
|
|
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.
|
|
283
282
|
"""
|
|
284
283
|
...
|
|
285
284
|
@overload
|
|
@@ -340,12 +339,12 @@ class AzureLinkAccount(pulumi.CustomResource):
|
|
|
340
339
|
def _internal_init(__self__,
|
|
341
340
|
resource_name: str,
|
|
342
341
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
343
|
-
account_id: Optional[pulumi.Input[
|
|
344
|
-
application_id: Optional[pulumi.Input[
|
|
345
|
-
client_secret: Optional[pulumi.Input[
|
|
346
|
-
name: Optional[pulumi.Input[
|
|
347
|
-
subscription_id: Optional[pulumi.Input[
|
|
348
|
-
tenant_id: Optional[pulumi.Input[
|
|
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,
|
|
349
348
|
__props__=None):
|
|
350
349
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
351
350
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -381,12 +380,12 @@ class AzureLinkAccount(pulumi.CustomResource):
|
|
|
381
380
|
def get(resource_name: str,
|
|
382
381
|
id: pulumi.Input[str],
|
|
383
382
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
384
|
-
account_id: Optional[pulumi.Input[
|
|
385
|
-
application_id: Optional[pulumi.Input[
|
|
386
|
-
client_secret: Optional[pulumi.Input[
|
|
387
|
-
name: Optional[pulumi.Input[
|
|
388
|
-
subscription_id: Optional[pulumi.Input[
|
|
389
|
-
tenant_id: Optional[pulumi.Input[
|
|
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':
|
|
390
389
|
"""
|
|
391
390
|
Get an existing AzureLinkAccount resource's state with the given name, id, and optional extra
|
|
392
391
|
properties used to qualify the lookup.
|
|
@@ -394,12 +393,12 @@ class AzureLinkAccount(pulumi.CustomResource):
|
|
|
394
393
|
:param str resource_name: The unique name of the resulting resource.
|
|
395
394
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
396
395
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
397
|
-
:param pulumi.Input[
|
|
398
|
-
:param pulumi.Input[
|
|
399
|
-
:param pulumi.Input[
|
|
400
|
-
:param pulumi.Input[
|
|
401
|
-
:param pulumi.Input[
|
|
402
|
-
:param pulumi.Input[
|
|
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.
|
|
403
402
|
"""
|
|
404
403
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
405
404
|
|
|
@@ -413,49 +412,49 @@ class AzureLinkAccount(pulumi.CustomResource):
|
|
|
413
412
|
__props__.__dict__["tenant_id"] = tenant_id
|
|
414
413
|
return AzureLinkAccount(resource_name, opts=opts, __props__=__props__)
|
|
415
414
|
|
|
416
|
-
@property
|
|
415
|
+
@_builtins.property
|
|
417
416
|
@pulumi.getter(name="accountId")
|
|
418
|
-
def account_id(self) -> pulumi.Output[
|
|
417
|
+
def account_id(self) -> pulumi.Output[_builtins.str]:
|
|
419
418
|
"""
|
|
420
419
|
Account ID of the New Relic.
|
|
421
420
|
"""
|
|
422
421
|
return pulumi.get(self, "account_id")
|
|
423
422
|
|
|
424
|
-
@property
|
|
423
|
+
@_builtins.property
|
|
425
424
|
@pulumi.getter(name="applicationId")
|
|
426
|
-
def application_id(self) -> pulumi.Output[
|
|
425
|
+
def application_id(self) -> pulumi.Output[_builtins.str]:
|
|
427
426
|
"""
|
|
428
427
|
Application ID of the App.
|
|
429
428
|
"""
|
|
430
429
|
return pulumi.get(self, "application_id")
|
|
431
430
|
|
|
432
|
-
@property
|
|
431
|
+
@_builtins.property
|
|
433
432
|
@pulumi.getter(name="clientSecret")
|
|
434
|
-
def client_secret(self) -> pulumi.Output[
|
|
433
|
+
def client_secret(self) -> pulumi.Output[_builtins.str]:
|
|
435
434
|
"""
|
|
436
435
|
Secret Value of the client.
|
|
437
436
|
"""
|
|
438
437
|
return pulumi.get(self, "client_secret")
|
|
439
438
|
|
|
440
|
-
@property
|
|
439
|
+
@_builtins.property
|
|
441
440
|
@pulumi.getter
|
|
442
|
-
def name(self) -> pulumi.Output[
|
|
441
|
+
def name(self) -> pulumi.Output[_builtins.str]:
|
|
443
442
|
"""
|
|
444
443
|
The name of the application in New Relic APM.
|
|
445
444
|
"""
|
|
446
445
|
return pulumi.get(self, "name")
|
|
447
446
|
|
|
448
|
-
@property
|
|
447
|
+
@_builtins.property
|
|
449
448
|
@pulumi.getter(name="subscriptionId")
|
|
450
|
-
def subscription_id(self) -> pulumi.Output[
|
|
449
|
+
def subscription_id(self) -> pulumi.Output[_builtins.str]:
|
|
451
450
|
"""
|
|
452
451
|
Subscription ID of the Azure cloud account.
|
|
453
452
|
"""
|
|
454
453
|
return pulumi.get(self, "subscription_id")
|
|
455
454
|
|
|
456
|
-
@property
|
|
455
|
+
@_builtins.property
|
|
457
456
|
@pulumi.getter(name="tenantId")
|
|
458
|
-
def tenant_id(self) -> pulumi.Output[
|
|
457
|
+
def tenant_id(self) -> pulumi.Output[_builtins.str]:
|
|
459
458
|
"""
|
|
460
459
|
Tenant ID of the Azure cloud account.
|
|
461
460
|
"""
|