pulumi-newrelic 5.48.0a1753156041__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.48.0a1753156041.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.48.0a1753156041.dist-info/RECORD +0 -90
- {pulumi_newrelic-5.48.0a1753156041.dist-info → pulumi_newrelic-5.49.0a1753398082.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.48.0a1753156041.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,18 +19,18 @@ __all__ = ['SecureCredentialArgs', 'SecureCredential']
|
|
|
20
19
|
@pulumi.input_type
|
|
21
20
|
class SecureCredentialArgs:
|
|
22
21
|
def __init__(__self__, *,
|
|
23
|
-
key: pulumi.Input[
|
|
24
|
-
value: pulumi.Input[
|
|
25
|
-
account_id: Optional[pulumi.Input[
|
|
26
|
-
description: Optional[pulumi.Input[
|
|
27
|
-
last_updated: Optional[pulumi.Input[
|
|
22
|
+
key: pulumi.Input[_builtins.str],
|
|
23
|
+
value: pulumi.Input[_builtins.str],
|
|
24
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
25
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
26
|
+
last_updated: Optional[pulumi.Input[_builtins.str]] = None):
|
|
28
27
|
"""
|
|
29
28
|
The set of arguments for constructing a SecureCredential resource.
|
|
30
|
-
:param pulumi.Input[
|
|
31
|
-
:param pulumi.Input[
|
|
32
|
-
:param pulumi.Input[
|
|
33
|
-
:param pulumi.Input[
|
|
34
|
-
:param pulumi.Input[
|
|
29
|
+
:param pulumi.Input[_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.
|
|
30
|
+
:param pulumi.Input[_builtins.str] value: The secure credential's value.
|
|
31
|
+
:param pulumi.Input[_builtins.str] account_id: Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
|
|
32
|
+
:param pulumi.Input[_builtins.str] description: The secure credential's description.
|
|
33
|
+
:param pulumi.Input[_builtins.str] last_updated: The time the secure credential was last updated.
|
|
35
34
|
"""
|
|
36
35
|
pulumi.set(__self__, "key", key)
|
|
37
36
|
pulumi.set(__self__, "value", value)
|
|
@@ -42,82 +41,82 @@ class SecureCredentialArgs:
|
|
|
42
41
|
if last_updated is not None:
|
|
43
42
|
pulumi.set(__self__, "last_updated", last_updated)
|
|
44
43
|
|
|
45
|
-
@property
|
|
44
|
+
@_builtins.property
|
|
46
45
|
@pulumi.getter
|
|
47
|
-
def key(self) -> pulumi.Input[
|
|
46
|
+
def key(self) -> pulumi.Input[_builtins.str]:
|
|
48
47
|
"""
|
|
49
48
|
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.
|
|
50
49
|
"""
|
|
51
50
|
return pulumi.get(self, "key")
|
|
52
51
|
|
|
53
52
|
@key.setter
|
|
54
|
-
def key(self, value: pulumi.Input[
|
|
53
|
+
def key(self, value: pulumi.Input[_builtins.str]):
|
|
55
54
|
pulumi.set(self, "key", value)
|
|
56
55
|
|
|
57
|
-
@property
|
|
56
|
+
@_builtins.property
|
|
58
57
|
@pulumi.getter
|
|
59
|
-
def value(self) -> pulumi.Input[
|
|
58
|
+
def value(self) -> pulumi.Input[_builtins.str]:
|
|
60
59
|
"""
|
|
61
60
|
The secure credential's value.
|
|
62
61
|
"""
|
|
63
62
|
return pulumi.get(self, "value")
|
|
64
63
|
|
|
65
64
|
@value.setter
|
|
66
|
-
def value(self, value: pulumi.Input[
|
|
65
|
+
def value(self, value: pulumi.Input[_builtins.str]):
|
|
67
66
|
pulumi.set(self, "value", value)
|
|
68
67
|
|
|
69
|
-
@property
|
|
68
|
+
@_builtins.property
|
|
70
69
|
@pulumi.getter(name="accountId")
|
|
71
|
-
def account_id(self) -> Optional[pulumi.Input[
|
|
70
|
+
def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
72
71
|
"""
|
|
73
72
|
Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
|
|
74
73
|
"""
|
|
75
74
|
return pulumi.get(self, "account_id")
|
|
76
75
|
|
|
77
76
|
@account_id.setter
|
|
78
|
-
def account_id(self, value: Optional[pulumi.Input[
|
|
77
|
+
def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
79
78
|
pulumi.set(self, "account_id", value)
|
|
80
79
|
|
|
81
|
-
@property
|
|
80
|
+
@_builtins.property
|
|
82
81
|
@pulumi.getter
|
|
83
|
-
def description(self) -> Optional[pulumi.Input[
|
|
82
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
84
83
|
"""
|
|
85
84
|
The secure credential's description.
|
|
86
85
|
"""
|
|
87
86
|
return pulumi.get(self, "description")
|
|
88
87
|
|
|
89
88
|
@description.setter
|
|
90
|
-
def description(self, value: Optional[pulumi.Input[
|
|
89
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
91
90
|
pulumi.set(self, "description", value)
|
|
92
91
|
|
|
93
|
-
@property
|
|
92
|
+
@_builtins.property
|
|
94
93
|
@pulumi.getter(name="lastUpdated")
|
|
95
|
-
def last_updated(self) -> Optional[pulumi.Input[
|
|
94
|
+
def last_updated(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
96
95
|
"""
|
|
97
96
|
The time the secure credential was last updated.
|
|
98
97
|
"""
|
|
99
98
|
return pulumi.get(self, "last_updated")
|
|
100
99
|
|
|
101
100
|
@last_updated.setter
|
|
102
|
-
def last_updated(self, value: Optional[pulumi.Input[
|
|
101
|
+
def last_updated(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
103
102
|
pulumi.set(self, "last_updated", value)
|
|
104
103
|
|
|
105
104
|
|
|
106
105
|
@pulumi.input_type
|
|
107
106
|
class _SecureCredentialState:
|
|
108
107
|
def __init__(__self__, *,
|
|
109
|
-
account_id: Optional[pulumi.Input[
|
|
110
|
-
description: Optional[pulumi.Input[
|
|
111
|
-
key: Optional[pulumi.Input[
|
|
112
|
-
last_updated: Optional[pulumi.Input[
|
|
113
|
-
value: Optional[pulumi.Input[
|
|
108
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
109
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
110
|
+
key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
111
|
+
last_updated: Optional[pulumi.Input[_builtins.str]] = None,
|
|
112
|
+
value: Optional[pulumi.Input[_builtins.str]] = None):
|
|
114
113
|
"""
|
|
115
114
|
Input properties used for looking up and filtering SecureCredential resources.
|
|
116
|
-
:param pulumi.Input[
|
|
117
|
-
:param pulumi.Input[
|
|
118
|
-
:param pulumi.Input[
|
|
119
|
-
:param pulumi.Input[
|
|
120
|
-
:param pulumi.Input[
|
|
115
|
+
:param pulumi.Input[_builtins.str] account_id: Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
|
|
116
|
+
:param pulumi.Input[_builtins.str] description: The secure credential's description.
|
|
117
|
+
:param pulumi.Input[_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.
|
|
118
|
+
:param pulumi.Input[_builtins.str] last_updated: The time the secure credential was last updated.
|
|
119
|
+
:param pulumi.Input[_builtins.str] value: The secure credential's value.
|
|
121
120
|
"""
|
|
122
121
|
if account_id is not None:
|
|
123
122
|
pulumi.set(__self__, "account_id", account_id)
|
|
@@ -130,64 +129,64 @@ class _SecureCredentialState:
|
|
|
130
129
|
if value is not None:
|
|
131
130
|
pulumi.set(__self__, "value", value)
|
|
132
131
|
|
|
133
|
-
@property
|
|
132
|
+
@_builtins.property
|
|
134
133
|
@pulumi.getter(name="accountId")
|
|
135
|
-
def account_id(self) -> Optional[pulumi.Input[
|
|
134
|
+
def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
136
135
|
"""
|
|
137
136
|
Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
|
|
138
137
|
"""
|
|
139
138
|
return pulumi.get(self, "account_id")
|
|
140
139
|
|
|
141
140
|
@account_id.setter
|
|
142
|
-
def account_id(self, value: Optional[pulumi.Input[
|
|
141
|
+
def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
143
142
|
pulumi.set(self, "account_id", value)
|
|
144
143
|
|
|
145
|
-
@property
|
|
144
|
+
@_builtins.property
|
|
146
145
|
@pulumi.getter
|
|
147
|
-
def description(self) -> Optional[pulumi.Input[
|
|
146
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
148
147
|
"""
|
|
149
148
|
The secure credential's description.
|
|
150
149
|
"""
|
|
151
150
|
return pulumi.get(self, "description")
|
|
152
151
|
|
|
153
152
|
@description.setter
|
|
154
|
-
def description(self, value: Optional[pulumi.Input[
|
|
153
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
155
154
|
pulumi.set(self, "description", value)
|
|
156
155
|
|
|
157
|
-
@property
|
|
156
|
+
@_builtins.property
|
|
158
157
|
@pulumi.getter
|
|
159
|
-
def key(self) -> Optional[pulumi.Input[
|
|
158
|
+
def key(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
160
159
|
"""
|
|
161
160
|
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.
|
|
162
161
|
"""
|
|
163
162
|
return pulumi.get(self, "key")
|
|
164
163
|
|
|
165
164
|
@key.setter
|
|
166
|
-
def key(self, value: Optional[pulumi.Input[
|
|
165
|
+
def key(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
167
166
|
pulumi.set(self, "key", value)
|
|
168
167
|
|
|
169
|
-
@property
|
|
168
|
+
@_builtins.property
|
|
170
169
|
@pulumi.getter(name="lastUpdated")
|
|
171
|
-
def last_updated(self) -> Optional[pulumi.Input[
|
|
170
|
+
def last_updated(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
172
171
|
"""
|
|
173
172
|
The time the secure credential was last updated.
|
|
174
173
|
"""
|
|
175
174
|
return pulumi.get(self, "last_updated")
|
|
176
175
|
|
|
177
176
|
@last_updated.setter
|
|
178
|
-
def last_updated(self, value: Optional[pulumi.Input[
|
|
177
|
+
def last_updated(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
179
178
|
pulumi.set(self, "last_updated", value)
|
|
180
179
|
|
|
181
|
-
@property
|
|
180
|
+
@_builtins.property
|
|
182
181
|
@pulumi.getter
|
|
183
|
-
def value(self) -> Optional[pulumi.Input[
|
|
182
|
+
def value(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
184
183
|
"""
|
|
185
184
|
The secure credential's value.
|
|
186
185
|
"""
|
|
187
186
|
return pulumi.get(self, "value")
|
|
188
187
|
|
|
189
188
|
@value.setter
|
|
190
|
-
def value(self, value: Optional[pulumi.Input[
|
|
189
|
+
def value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
191
190
|
pulumi.set(self, "value", value)
|
|
192
191
|
|
|
193
192
|
|
|
@@ -197,11 +196,11 @@ class SecureCredential(pulumi.CustomResource):
|
|
|
197
196
|
def __init__(__self__,
|
|
198
197
|
resource_name: str,
|
|
199
198
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
200
|
-
account_id: Optional[pulumi.Input[
|
|
201
|
-
description: Optional[pulumi.Input[
|
|
202
|
-
key: Optional[pulumi.Input[
|
|
203
|
-
last_updated: Optional[pulumi.Input[
|
|
204
|
-
value: Optional[pulumi.Input[
|
|
199
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
200
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
201
|
+
key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
202
|
+
last_updated: Optional[pulumi.Input[_builtins.str]] = None,
|
|
203
|
+
value: Optional[pulumi.Input[_builtins.str]] = None,
|
|
205
204
|
__props__=None):
|
|
206
205
|
"""
|
|
207
206
|
Use this resource to create and manage New Relic Synthetic secure credentials.
|
|
@@ -228,11 +227,11 @@ class SecureCredential(pulumi.CustomResource):
|
|
|
228
227
|
|
|
229
228
|
:param str resource_name: The name of the resource.
|
|
230
229
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
231
|
-
:param pulumi.Input[
|
|
232
|
-
:param pulumi.Input[
|
|
233
|
-
:param pulumi.Input[
|
|
234
|
-
:param pulumi.Input[
|
|
235
|
-
:param pulumi.Input[
|
|
230
|
+
:param pulumi.Input[_builtins.str] account_id: Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
|
|
231
|
+
:param pulumi.Input[_builtins.str] description: The secure credential's description.
|
|
232
|
+
:param pulumi.Input[_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.
|
|
233
|
+
:param pulumi.Input[_builtins.str] last_updated: The time the secure credential was last updated.
|
|
234
|
+
:param pulumi.Input[_builtins.str] value: The secure credential's value.
|
|
236
235
|
"""
|
|
237
236
|
...
|
|
238
237
|
@overload
|
|
@@ -278,11 +277,11 @@ class SecureCredential(pulumi.CustomResource):
|
|
|
278
277
|
def _internal_init(__self__,
|
|
279
278
|
resource_name: str,
|
|
280
279
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
281
|
-
account_id: Optional[pulumi.Input[
|
|
282
|
-
description: Optional[pulumi.Input[
|
|
283
|
-
key: Optional[pulumi.Input[
|
|
284
|
-
last_updated: Optional[pulumi.Input[
|
|
285
|
-
value: Optional[pulumi.Input[
|
|
280
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
281
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
282
|
+
key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
283
|
+
last_updated: Optional[pulumi.Input[_builtins.str]] = None,
|
|
284
|
+
value: Optional[pulumi.Input[_builtins.str]] = None,
|
|
286
285
|
__props__=None):
|
|
287
286
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
288
287
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -313,11 +312,11 @@ class SecureCredential(pulumi.CustomResource):
|
|
|
313
312
|
def get(resource_name: str,
|
|
314
313
|
id: pulumi.Input[str],
|
|
315
314
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
316
|
-
account_id: Optional[pulumi.Input[
|
|
317
|
-
description: Optional[pulumi.Input[
|
|
318
|
-
key: Optional[pulumi.Input[
|
|
319
|
-
last_updated: Optional[pulumi.Input[
|
|
320
|
-
value: Optional[pulumi.Input[
|
|
315
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
316
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
317
|
+
key: Optional[pulumi.Input[_builtins.str]] = None,
|
|
318
|
+
last_updated: Optional[pulumi.Input[_builtins.str]] = None,
|
|
319
|
+
value: Optional[pulumi.Input[_builtins.str]] = None) -> 'SecureCredential':
|
|
321
320
|
"""
|
|
322
321
|
Get an existing SecureCredential resource's state with the given name, id, and optional extra
|
|
323
322
|
properties used to qualify the lookup.
|
|
@@ -325,11 +324,11 @@ class SecureCredential(pulumi.CustomResource):
|
|
|
325
324
|
:param str resource_name: The unique name of the resulting resource.
|
|
326
325
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
327
326
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
328
|
-
:param pulumi.Input[
|
|
329
|
-
:param pulumi.Input[
|
|
330
|
-
:param pulumi.Input[
|
|
331
|
-
:param pulumi.Input[
|
|
332
|
-
:param pulumi.Input[
|
|
327
|
+
:param pulumi.Input[_builtins.str] account_id: Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
|
|
328
|
+
:param pulumi.Input[_builtins.str] description: The secure credential's description.
|
|
329
|
+
:param pulumi.Input[_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.
|
|
330
|
+
:param pulumi.Input[_builtins.str] last_updated: The time the secure credential was last updated.
|
|
331
|
+
:param pulumi.Input[_builtins.str] value: The secure credential's value.
|
|
333
332
|
"""
|
|
334
333
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
335
334
|
|
|
@@ -342,41 +341,41 @@ class SecureCredential(pulumi.CustomResource):
|
|
|
342
341
|
__props__.__dict__["value"] = value
|
|
343
342
|
return SecureCredential(resource_name, opts=opts, __props__=__props__)
|
|
344
343
|
|
|
345
|
-
@property
|
|
344
|
+
@_builtins.property
|
|
346
345
|
@pulumi.getter(name="accountId")
|
|
347
|
-
def account_id(self) -> pulumi.Output[
|
|
346
|
+
def account_id(self) -> pulumi.Output[_builtins.str]:
|
|
348
347
|
"""
|
|
349
348
|
Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
|
|
350
349
|
"""
|
|
351
350
|
return pulumi.get(self, "account_id")
|
|
352
351
|
|
|
353
|
-
@property
|
|
352
|
+
@_builtins.property
|
|
354
353
|
@pulumi.getter
|
|
355
|
-
def description(self) -> pulumi.Output[Optional[
|
|
354
|
+
def description(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
356
355
|
"""
|
|
357
356
|
The secure credential's description.
|
|
358
357
|
"""
|
|
359
358
|
return pulumi.get(self, "description")
|
|
360
359
|
|
|
361
|
-
@property
|
|
360
|
+
@_builtins.property
|
|
362
361
|
@pulumi.getter
|
|
363
|
-
def key(self) -> pulumi.Output[
|
|
362
|
+
def key(self) -> pulumi.Output[_builtins.str]:
|
|
364
363
|
"""
|
|
365
364
|
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.
|
|
366
365
|
"""
|
|
367
366
|
return pulumi.get(self, "key")
|
|
368
367
|
|
|
369
|
-
@property
|
|
368
|
+
@_builtins.property
|
|
370
369
|
@pulumi.getter(name="lastUpdated")
|
|
371
|
-
def last_updated(self) -> pulumi.Output[
|
|
370
|
+
def last_updated(self) -> pulumi.Output[_builtins.str]:
|
|
372
371
|
"""
|
|
373
372
|
The time the secure credential was last updated.
|
|
374
373
|
"""
|
|
375
374
|
return pulumi.get(self, "last_updated")
|
|
376
375
|
|
|
377
|
-
@property
|
|
376
|
+
@_builtins.property
|
|
378
377
|
@pulumi.getter
|
|
379
|
-
def value(self) -> pulumi.Output[
|
|
378
|
+
def value(self) -> pulumi.Output[_builtins.str]:
|
|
380
379
|
"""
|
|
381
380
|
The secure credential's value.
|
|
382
381
|
"""
|