pulumi-oci 2.3.0a1721198962__py3-none-any.whl → 2.3.0a1721255423__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_oci/__init__.py +0 -11
- pulumi_oci/_utilities.py +3 -4
- pulumi_oci/cloudmigrations/_inputs.py +8 -0
- pulumi_oci/cloudmigrations/outputs.py +8 -0
- pulumi_oci/core/_inputs.py +4 -0
- pulumi_oci/core/outputs.py +4 -0
- pulumi_oci/database/_inputs.py +26 -0
- pulumi_oci/database/outputs.py +26 -0
- pulumi_oci/dataintegration/_inputs.py +4 -0
- pulumi_oci/dataintegration/outputs.py +4 -0
- pulumi_oci/managementagent/_inputs.py +44 -0
- pulumi_oci/managementagent/outputs.py +44 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.3.0a1721198962.dist-info → pulumi_oci-2.3.0a1721255423.dist-info}/METADATA +1 -1
- {pulumi_oci-2.3.0a1721198962.dist-info → pulumi_oci-2.3.0a1721255423.dist-info}/RECORD +17 -26
- {pulumi_oci-2.3.0a1721198962.dist-info → pulumi_oci-2.3.0a1721255423.dist-info}/WHEEL +1 -1
- pulumi_oci/emwarehouse/__init__.py +0 -15
- pulumi_oci/emwarehouse/_inputs.py +0 -94
- pulumi_oci/emwarehouse/em_warehouse.py +0 -721
- pulumi_oci/emwarehouse/get_em_warehouse.py +0 -300
- pulumi_oci/emwarehouse/get_em_warehouses.py +0 -203
- pulumi_oci/emwarehouse/get_etl_run.py +0 -159
- pulumi_oci/emwarehouse/get_etl_runs.py +0 -173
- pulumi_oci/emwarehouse/get_resource_usage.py +0 -171
- pulumi_oci/emwarehouse/outputs.py +0 -616
- {pulumi_oci-2.3.0a1721198962.dist-info → pulumi_oci-2.3.0a1721255423.dist-info}/top_level.txt +0 -0
@@ -1,721 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
-
|
5
|
-
import copy
|
6
|
-
import warnings
|
7
|
-
import pulumi
|
8
|
-
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
-
from .. import _utilities
|
11
|
-
|
12
|
-
__all__ = ['EmWarehouseArgs', 'EmWarehouse']
|
13
|
-
|
14
|
-
@pulumi.input_type
|
15
|
-
class EmWarehouseArgs:
|
16
|
-
def __init__(__self__, *,
|
17
|
-
compartment_id: pulumi.Input[str],
|
18
|
-
em_bridge_id: pulumi.Input[str],
|
19
|
-
operations_insights_warehouse_id: pulumi.Input[str],
|
20
|
-
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
21
|
-
display_name: Optional[pulumi.Input[str]] = None,
|
22
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
|
23
|
-
"""
|
24
|
-
The set of arguments for constructing a EmWarehouse resource.
|
25
|
-
:param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier
|
26
|
-
:param pulumi.Input[str] em_bridge_id: (Updatable) EMBridge Identifier
|
27
|
-
:param pulumi.Input[str] operations_insights_warehouse_id: operations Insights Warehouse Identifier
|
28
|
-
|
29
|
-
|
30
|
-
** IMPORTANT **
|
31
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
32
|
-
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
33
|
-
:param pulumi.Input[str] display_name: EmWarehouse Identifier
|
34
|
-
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
35
|
-
"""
|
36
|
-
pulumi.set(__self__, "compartment_id", compartment_id)
|
37
|
-
pulumi.set(__self__, "em_bridge_id", em_bridge_id)
|
38
|
-
pulumi.set(__self__, "operations_insights_warehouse_id", operations_insights_warehouse_id)
|
39
|
-
if defined_tags is not None:
|
40
|
-
pulumi.set(__self__, "defined_tags", defined_tags)
|
41
|
-
if display_name is not None:
|
42
|
-
pulumi.set(__self__, "display_name", display_name)
|
43
|
-
if freeform_tags is not None:
|
44
|
-
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
45
|
-
|
46
|
-
@property
|
47
|
-
@pulumi.getter(name="compartmentId")
|
48
|
-
def compartment_id(self) -> pulumi.Input[str]:
|
49
|
-
"""
|
50
|
-
(Updatable) Compartment Identifier
|
51
|
-
"""
|
52
|
-
return pulumi.get(self, "compartment_id")
|
53
|
-
|
54
|
-
@compartment_id.setter
|
55
|
-
def compartment_id(self, value: pulumi.Input[str]):
|
56
|
-
pulumi.set(self, "compartment_id", value)
|
57
|
-
|
58
|
-
@property
|
59
|
-
@pulumi.getter(name="emBridgeId")
|
60
|
-
def em_bridge_id(self) -> pulumi.Input[str]:
|
61
|
-
"""
|
62
|
-
(Updatable) EMBridge Identifier
|
63
|
-
"""
|
64
|
-
return pulumi.get(self, "em_bridge_id")
|
65
|
-
|
66
|
-
@em_bridge_id.setter
|
67
|
-
def em_bridge_id(self, value: pulumi.Input[str]):
|
68
|
-
pulumi.set(self, "em_bridge_id", value)
|
69
|
-
|
70
|
-
@property
|
71
|
-
@pulumi.getter(name="operationsInsightsWarehouseId")
|
72
|
-
def operations_insights_warehouse_id(self) -> pulumi.Input[str]:
|
73
|
-
"""
|
74
|
-
operations Insights Warehouse Identifier
|
75
|
-
|
76
|
-
|
77
|
-
** IMPORTANT **
|
78
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
79
|
-
"""
|
80
|
-
return pulumi.get(self, "operations_insights_warehouse_id")
|
81
|
-
|
82
|
-
@operations_insights_warehouse_id.setter
|
83
|
-
def operations_insights_warehouse_id(self, value: pulumi.Input[str]):
|
84
|
-
pulumi.set(self, "operations_insights_warehouse_id", value)
|
85
|
-
|
86
|
-
@property
|
87
|
-
@pulumi.getter(name="definedTags")
|
88
|
-
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
89
|
-
"""
|
90
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
91
|
-
"""
|
92
|
-
return pulumi.get(self, "defined_tags")
|
93
|
-
|
94
|
-
@defined_tags.setter
|
95
|
-
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
96
|
-
pulumi.set(self, "defined_tags", value)
|
97
|
-
|
98
|
-
@property
|
99
|
-
@pulumi.getter(name="displayName")
|
100
|
-
def display_name(self) -> Optional[pulumi.Input[str]]:
|
101
|
-
"""
|
102
|
-
EmWarehouse Identifier
|
103
|
-
"""
|
104
|
-
return pulumi.get(self, "display_name")
|
105
|
-
|
106
|
-
@display_name.setter
|
107
|
-
def display_name(self, value: Optional[pulumi.Input[str]]):
|
108
|
-
pulumi.set(self, "display_name", value)
|
109
|
-
|
110
|
-
@property
|
111
|
-
@pulumi.getter(name="freeformTags")
|
112
|
-
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
113
|
-
"""
|
114
|
-
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
115
|
-
"""
|
116
|
-
return pulumi.get(self, "freeform_tags")
|
117
|
-
|
118
|
-
@freeform_tags.setter
|
119
|
-
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
120
|
-
pulumi.set(self, "freeform_tags", value)
|
121
|
-
|
122
|
-
|
123
|
-
@pulumi.input_type
|
124
|
-
class _EmWarehouseState:
|
125
|
-
def __init__(__self__, *,
|
126
|
-
compartment_id: Optional[pulumi.Input[str]] = None,
|
127
|
-
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
128
|
-
display_name: Optional[pulumi.Input[str]] = None,
|
129
|
-
em_bridge_id: Optional[pulumi.Input[str]] = None,
|
130
|
-
em_warehouse_type: Optional[pulumi.Input[str]] = None,
|
131
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
132
|
-
latest_etl_run_message: Optional[pulumi.Input[str]] = None,
|
133
|
-
latest_etl_run_status: Optional[pulumi.Input[str]] = None,
|
134
|
-
latest_etl_run_time: Optional[pulumi.Input[str]] = None,
|
135
|
-
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
136
|
-
operations_insights_warehouse_id: Optional[pulumi.Input[str]] = None,
|
137
|
-
state: Optional[pulumi.Input[str]] = None,
|
138
|
-
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
139
|
-
time_created: Optional[pulumi.Input[str]] = None,
|
140
|
-
time_updated: Optional[pulumi.Input[str]] = None):
|
141
|
-
"""
|
142
|
-
Input properties used for looking up and filtering EmWarehouse resources.
|
143
|
-
:param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier
|
144
|
-
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
145
|
-
:param pulumi.Input[str] display_name: EmWarehouse Identifier
|
146
|
-
:param pulumi.Input[str] em_bridge_id: (Updatable) EMBridge Identifier
|
147
|
-
:param pulumi.Input[str] em_warehouse_type: Type of the EmWarehouse.
|
148
|
-
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
149
|
-
:param pulumi.Input[str] latest_etl_run_message: Data Flow Run Status Message
|
150
|
-
:param pulumi.Input[str] latest_etl_run_status: Data Flow Run Status
|
151
|
-
:param pulumi.Input[str] latest_etl_run_time: Data Flow Run Total Time
|
152
|
-
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
153
|
-
:param pulumi.Input[str] operations_insights_warehouse_id: operations Insights Warehouse Identifier
|
154
|
-
|
155
|
-
|
156
|
-
** IMPORTANT **
|
157
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
158
|
-
:param pulumi.Input[str] state: The current state of the EmWarehouse.
|
159
|
-
:param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
160
|
-
:param pulumi.Input[str] time_created: The time the the EmWarehouse was created. An RFC3339 formatted datetime string
|
161
|
-
:param pulumi.Input[str] time_updated: The time the EmWarehouse was updated. An RFC3339 formatted datetime string
|
162
|
-
"""
|
163
|
-
if compartment_id is not None:
|
164
|
-
pulumi.set(__self__, "compartment_id", compartment_id)
|
165
|
-
if defined_tags is not None:
|
166
|
-
pulumi.set(__self__, "defined_tags", defined_tags)
|
167
|
-
if display_name is not None:
|
168
|
-
pulumi.set(__self__, "display_name", display_name)
|
169
|
-
if em_bridge_id is not None:
|
170
|
-
pulumi.set(__self__, "em_bridge_id", em_bridge_id)
|
171
|
-
if em_warehouse_type is not None:
|
172
|
-
pulumi.set(__self__, "em_warehouse_type", em_warehouse_type)
|
173
|
-
if freeform_tags is not None:
|
174
|
-
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
175
|
-
if latest_etl_run_message is not None:
|
176
|
-
pulumi.set(__self__, "latest_etl_run_message", latest_etl_run_message)
|
177
|
-
if latest_etl_run_status is not None:
|
178
|
-
pulumi.set(__self__, "latest_etl_run_status", latest_etl_run_status)
|
179
|
-
if latest_etl_run_time is not None:
|
180
|
-
pulumi.set(__self__, "latest_etl_run_time", latest_etl_run_time)
|
181
|
-
if lifecycle_details is not None:
|
182
|
-
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
183
|
-
if operations_insights_warehouse_id is not None:
|
184
|
-
pulumi.set(__self__, "operations_insights_warehouse_id", operations_insights_warehouse_id)
|
185
|
-
if state is not None:
|
186
|
-
pulumi.set(__self__, "state", state)
|
187
|
-
if system_tags is not None:
|
188
|
-
pulumi.set(__self__, "system_tags", system_tags)
|
189
|
-
if time_created is not None:
|
190
|
-
pulumi.set(__self__, "time_created", time_created)
|
191
|
-
if time_updated is not None:
|
192
|
-
pulumi.set(__self__, "time_updated", time_updated)
|
193
|
-
|
194
|
-
@property
|
195
|
-
@pulumi.getter(name="compartmentId")
|
196
|
-
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
197
|
-
"""
|
198
|
-
(Updatable) Compartment Identifier
|
199
|
-
"""
|
200
|
-
return pulumi.get(self, "compartment_id")
|
201
|
-
|
202
|
-
@compartment_id.setter
|
203
|
-
def compartment_id(self, value: Optional[pulumi.Input[str]]):
|
204
|
-
pulumi.set(self, "compartment_id", value)
|
205
|
-
|
206
|
-
@property
|
207
|
-
@pulumi.getter(name="definedTags")
|
208
|
-
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
209
|
-
"""
|
210
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
211
|
-
"""
|
212
|
-
return pulumi.get(self, "defined_tags")
|
213
|
-
|
214
|
-
@defined_tags.setter
|
215
|
-
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
216
|
-
pulumi.set(self, "defined_tags", value)
|
217
|
-
|
218
|
-
@property
|
219
|
-
@pulumi.getter(name="displayName")
|
220
|
-
def display_name(self) -> Optional[pulumi.Input[str]]:
|
221
|
-
"""
|
222
|
-
EmWarehouse Identifier
|
223
|
-
"""
|
224
|
-
return pulumi.get(self, "display_name")
|
225
|
-
|
226
|
-
@display_name.setter
|
227
|
-
def display_name(self, value: Optional[pulumi.Input[str]]):
|
228
|
-
pulumi.set(self, "display_name", value)
|
229
|
-
|
230
|
-
@property
|
231
|
-
@pulumi.getter(name="emBridgeId")
|
232
|
-
def em_bridge_id(self) -> Optional[pulumi.Input[str]]:
|
233
|
-
"""
|
234
|
-
(Updatable) EMBridge Identifier
|
235
|
-
"""
|
236
|
-
return pulumi.get(self, "em_bridge_id")
|
237
|
-
|
238
|
-
@em_bridge_id.setter
|
239
|
-
def em_bridge_id(self, value: Optional[pulumi.Input[str]]):
|
240
|
-
pulumi.set(self, "em_bridge_id", value)
|
241
|
-
|
242
|
-
@property
|
243
|
-
@pulumi.getter(name="emWarehouseType")
|
244
|
-
def em_warehouse_type(self) -> Optional[pulumi.Input[str]]:
|
245
|
-
"""
|
246
|
-
Type of the EmWarehouse.
|
247
|
-
"""
|
248
|
-
return pulumi.get(self, "em_warehouse_type")
|
249
|
-
|
250
|
-
@em_warehouse_type.setter
|
251
|
-
def em_warehouse_type(self, value: Optional[pulumi.Input[str]]):
|
252
|
-
pulumi.set(self, "em_warehouse_type", value)
|
253
|
-
|
254
|
-
@property
|
255
|
-
@pulumi.getter(name="freeformTags")
|
256
|
-
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
257
|
-
"""
|
258
|
-
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
259
|
-
"""
|
260
|
-
return pulumi.get(self, "freeform_tags")
|
261
|
-
|
262
|
-
@freeform_tags.setter
|
263
|
-
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
264
|
-
pulumi.set(self, "freeform_tags", value)
|
265
|
-
|
266
|
-
@property
|
267
|
-
@pulumi.getter(name="latestEtlRunMessage")
|
268
|
-
def latest_etl_run_message(self) -> Optional[pulumi.Input[str]]:
|
269
|
-
"""
|
270
|
-
Data Flow Run Status Message
|
271
|
-
"""
|
272
|
-
return pulumi.get(self, "latest_etl_run_message")
|
273
|
-
|
274
|
-
@latest_etl_run_message.setter
|
275
|
-
def latest_etl_run_message(self, value: Optional[pulumi.Input[str]]):
|
276
|
-
pulumi.set(self, "latest_etl_run_message", value)
|
277
|
-
|
278
|
-
@property
|
279
|
-
@pulumi.getter(name="latestEtlRunStatus")
|
280
|
-
def latest_etl_run_status(self) -> Optional[pulumi.Input[str]]:
|
281
|
-
"""
|
282
|
-
Data Flow Run Status
|
283
|
-
"""
|
284
|
-
return pulumi.get(self, "latest_etl_run_status")
|
285
|
-
|
286
|
-
@latest_etl_run_status.setter
|
287
|
-
def latest_etl_run_status(self, value: Optional[pulumi.Input[str]]):
|
288
|
-
pulumi.set(self, "latest_etl_run_status", value)
|
289
|
-
|
290
|
-
@property
|
291
|
-
@pulumi.getter(name="latestEtlRunTime")
|
292
|
-
def latest_etl_run_time(self) -> Optional[pulumi.Input[str]]:
|
293
|
-
"""
|
294
|
-
Data Flow Run Total Time
|
295
|
-
"""
|
296
|
-
return pulumi.get(self, "latest_etl_run_time")
|
297
|
-
|
298
|
-
@latest_etl_run_time.setter
|
299
|
-
def latest_etl_run_time(self, value: Optional[pulumi.Input[str]]):
|
300
|
-
pulumi.set(self, "latest_etl_run_time", value)
|
301
|
-
|
302
|
-
@property
|
303
|
-
@pulumi.getter(name="lifecycleDetails")
|
304
|
-
def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
|
305
|
-
"""
|
306
|
-
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
307
|
-
"""
|
308
|
-
return pulumi.get(self, "lifecycle_details")
|
309
|
-
|
310
|
-
@lifecycle_details.setter
|
311
|
-
def lifecycle_details(self, value: Optional[pulumi.Input[str]]):
|
312
|
-
pulumi.set(self, "lifecycle_details", value)
|
313
|
-
|
314
|
-
@property
|
315
|
-
@pulumi.getter(name="operationsInsightsWarehouseId")
|
316
|
-
def operations_insights_warehouse_id(self) -> Optional[pulumi.Input[str]]:
|
317
|
-
"""
|
318
|
-
operations Insights Warehouse Identifier
|
319
|
-
|
320
|
-
|
321
|
-
** IMPORTANT **
|
322
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
323
|
-
"""
|
324
|
-
return pulumi.get(self, "operations_insights_warehouse_id")
|
325
|
-
|
326
|
-
@operations_insights_warehouse_id.setter
|
327
|
-
def operations_insights_warehouse_id(self, value: Optional[pulumi.Input[str]]):
|
328
|
-
pulumi.set(self, "operations_insights_warehouse_id", value)
|
329
|
-
|
330
|
-
@property
|
331
|
-
@pulumi.getter
|
332
|
-
def state(self) -> Optional[pulumi.Input[str]]:
|
333
|
-
"""
|
334
|
-
The current state of the EmWarehouse.
|
335
|
-
"""
|
336
|
-
return pulumi.get(self, "state")
|
337
|
-
|
338
|
-
@state.setter
|
339
|
-
def state(self, value: Optional[pulumi.Input[str]]):
|
340
|
-
pulumi.set(self, "state", value)
|
341
|
-
|
342
|
-
@property
|
343
|
-
@pulumi.getter(name="systemTags")
|
344
|
-
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
345
|
-
"""
|
346
|
-
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
347
|
-
"""
|
348
|
-
return pulumi.get(self, "system_tags")
|
349
|
-
|
350
|
-
@system_tags.setter
|
351
|
-
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
352
|
-
pulumi.set(self, "system_tags", value)
|
353
|
-
|
354
|
-
@property
|
355
|
-
@pulumi.getter(name="timeCreated")
|
356
|
-
def time_created(self) -> Optional[pulumi.Input[str]]:
|
357
|
-
"""
|
358
|
-
The time the the EmWarehouse was created. An RFC3339 formatted datetime string
|
359
|
-
"""
|
360
|
-
return pulumi.get(self, "time_created")
|
361
|
-
|
362
|
-
@time_created.setter
|
363
|
-
def time_created(self, value: Optional[pulumi.Input[str]]):
|
364
|
-
pulumi.set(self, "time_created", value)
|
365
|
-
|
366
|
-
@property
|
367
|
-
@pulumi.getter(name="timeUpdated")
|
368
|
-
def time_updated(self) -> Optional[pulumi.Input[str]]:
|
369
|
-
"""
|
370
|
-
The time the EmWarehouse was updated. An RFC3339 formatted datetime string
|
371
|
-
"""
|
372
|
-
return pulumi.get(self, "time_updated")
|
373
|
-
|
374
|
-
@time_updated.setter
|
375
|
-
def time_updated(self, value: Optional[pulumi.Input[str]]):
|
376
|
-
pulumi.set(self, "time_updated", value)
|
377
|
-
|
378
|
-
|
379
|
-
class EmWarehouse(pulumi.CustomResource):
|
380
|
-
@overload
|
381
|
-
def __init__(__self__,
|
382
|
-
resource_name: str,
|
383
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
384
|
-
compartment_id: Optional[pulumi.Input[str]] = None,
|
385
|
-
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
386
|
-
display_name: Optional[pulumi.Input[str]] = None,
|
387
|
-
em_bridge_id: Optional[pulumi.Input[str]] = None,
|
388
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
389
|
-
operations_insights_warehouse_id: Optional[pulumi.Input[str]] = None,
|
390
|
-
__props__=None):
|
391
|
-
"""
|
392
|
-
This resource provides the Em Warehouse resource in Oracle Cloud Infrastructure Em Warehouse service.
|
393
|
-
|
394
|
-
Creates a new EmWarehouse.
|
395
|
-
|
396
|
-
## Example Usage
|
397
|
-
|
398
|
-
```python
|
399
|
-
import pulumi
|
400
|
-
import pulumi_oci as oci
|
401
|
-
|
402
|
-
test_em_warehouse = oci.em_warehouse.EmWarehouse("test_em_warehouse",
|
403
|
-
compartment_id=compartment_id,
|
404
|
-
em_bridge_id=test_em_bridge["id"],
|
405
|
-
operations_insights_warehouse_id=test_operations_insights_warehouse["id"],
|
406
|
-
defined_tags={
|
407
|
-
"foo-namespace.bar-key": "value",
|
408
|
-
},
|
409
|
-
display_name=em_warehouse_display_name,
|
410
|
-
freeform_tags={
|
411
|
-
"bar-key": "value",
|
412
|
-
})
|
413
|
-
```
|
414
|
-
|
415
|
-
## Import
|
416
|
-
|
417
|
-
EmWarehouses can be imported using the `id`, e.g.
|
418
|
-
|
419
|
-
```sh
|
420
|
-
$ pulumi import oci:EmWarehouse/emWarehouse:EmWarehouse test_em_warehouse "id"
|
421
|
-
```
|
422
|
-
|
423
|
-
:param str resource_name: The name of the resource.
|
424
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
425
|
-
:param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier
|
426
|
-
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
427
|
-
:param pulumi.Input[str] display_name: EmWarehouse Identifier
|
428
|
-
:param pulumi.Input[str] em_bridge_id: (Updatable) EMBridge Identifier
|
429
|
-
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
430
|
-
:param pulumi.Input[str] operations_insights_warehouse_id: operations Insights Warehouse Identifier
|
431
|
-
|
432
|
-
|
433
|
-
** IMPORTANT **
|
434
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
435
|
-
"""
|
436
|
-
...
|
437
|
-
@overload
|
438
|
-
def __init__(__self__,
|
439
|
-
resource_name: str,
|
440
|
-
args: EmWarehouseArgs,
|
441
|
-
opts: Optional[pulumi.ResourceOptions] = None):
|
442
|
-
"""
|
443
|
-
This resource provides the Em Warehouse resource in Oracle Cloud Infrastructure Em Warehouse service.
|
444
|
-
|
445
|
-
Creates a new EmWarehouse.
|
446
|
-
|
447
|
-
## Example Usage
|
448
|
-
|
449
|
-
```python
|
450
|
-
import pulumi
|
451
|
-
import pulumi_oci as oci
|
452
|
-
|
453
|
-
test_em_warehouse = oci.em_warehouse.EmWarehouse("test_em_warehouse",
|
454
|
-
compartment_id=compartment_id,
|
455
|
-
em_bridge_id=test_em_bridge["id"],
|
456
|
-
operations_insights_warehouse_id=test_operations_insights_warehouse["id"],
|
457
|
-
defined_tags={
|
458
|
-
"foo-namespace.bar-key": "value",
|
459
|
-
},
|
460
|
-
display_name=em_warehouse_display_name,
|
461
|
-
freeform_tags={
|
462
|
-
"bar-key": "value",
|
463
|
-
})
|
464
|
-
```
|
465
|
-
|
466
|
-
## Import
|
467
|
-
|
468
|
-
EmWarehouses can be imported using the `id`, e.g.
|
469
|
-
|
470
|
-
```sh
|
471
|
-
$ pulumi import oci:EmWarehouse/emWarehouse:EmWarehouse test_em_warehouse "id"
|
472
|
-
```
|
473
|
-
|
474
|
-
:param str resource_name: The name of the resource.
|
475
|
-
:param EmWarehouseArgs args: The arguments to use to populate this resource's properties.
|
476
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
477
|
-
"""
|
478
|
-
...
|
479
|
-
def __init__(__self__, resource_name: str, *args, **kwargs):
|
480
|
-
resource_args, opts = _utilities.get_resource_args_opts(EmWarehouseArgs, pulumi.ResourceOptions, *args, **kwargs)
|
481
|
-
if resource_args is not None:
|
482
|
-
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
483
|
-
else:
|
484
|
-
__self__._internal_init(resource_name, *args, **kwargs)
|
485
|
-
|
486
|
-
def _internal_init(__self__,
|
487
|
-
resource_name: str,
|
488
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
489
|
-
compartment_id: Optional[pulumi.Input[str]] = None,
|
490
|
-
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
491
|
-
display_name: Optional[pulumi.Input[str]] = None,
|
492
|
-
em_bridge_id: Optional[pulumi.Input[str]] = None,
|
493
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
494
|
-
operations_insights_warehouse_id: Optional[pulumi.Input[str]] = None,
|
495
|
-
__props__=None):
|
496
|
-
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
497
|
-
if not isinstance(opts, pulumi.ResourceOptions):
|
498
|
-
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
499
|
-
if opts.id is None:
|
500
|
-
if __props__ is not None:
|
501
|
-
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
502
|
-
__props__ = EmWarehouseArgs.__new__(EmWarehouseArgs)
|
503
|
-
|
504
|
-
if compartment_id is None and not opts.urn:
|
505
|
-
raise TypeError("Missing required property 'compartment_id'")
|
506
|
-
__props__.__dict__["compartment_id"] = compartment_id
|
507
|
-
__props__.__dict__["defined_tags"] = defined_tags
|
508
|
-
__props__.__dict__["display_name"] = display_name
|
509
|
-
if em_bridge_id is None and not opts.urn:
|
510
|
-
raise TypeError("Missing required property 'em_bridge_id'")
|
511
|
-
__props__.__dict__["em_bridge_id"] = em_bridge_id
|
512
|
-
__props__.__dict__["freeform_tags"] = freeform_tags
|
513
|
-
if operations_insights_warehouse_id is None and not opts.urn:
|
514
|
-
raise TypeError("Missing required property 'operations_insights_warehouse_id'")
|
515
|
-
__props__.__dict__["operations_insights_warehouse_id"] = operations_insights_warehouse_id
|
516
|
-
__props__.__dict__["em_warehouse_type"] = None
|
517
|
-
__props__.__dict__["latest_etl_run_message"] = None
|
518
|
-
__props__.__dict__["latest_etl_run_status"] = None
|
519
|
-
__props__.__dict__["latest_etl_run_time"] = None
|
520
|
-
__props__.__dict__["lifecycle_details"] = None
|
521
|
-
__props__.__dict__["state"] = None
|
522
|
-
__props__.__dict__["system_tags"] = None
|
523
|
-
__props__.__dict__["time_created"] = None
|
524
|
-
__props__.__dict__["time_updated"] = None
|
525
|
-
super(EmWarehouse, __self__).__init__(
|
526
|
-
'oci:EmWarehouse/emWarehouse:EmWarehouse',
|
527
|
-
resource_name,
|
528
|
-
__props__,
|
529
|
-
opts)
|
530
|
-
|
531
|
-
@staticmethod
|
532
|
-
def get(resource_name: str,
|
533
|
-
id: pulumi.Input[str],
|
534
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
535
|
-
compartment_id: Optional[pulumi.Input[str]] = None,
|
536
|
-
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
537
|
-
display_name: Optional[pulumi.Input[str]] = None,
|
538
|
-
em_bridge_id: Optional[pulumi.Input[str]] = None,
|
539
|
-
em_warehouse_type: Optional[pulumi.Input[str]] = None,
|
540
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
541
|
-
latest_etl_run_message: Optional[pulumi.Input[str]] = None,
|
542
|
-
latest_etl_run_status: Optional[pulumi.Input[str]] = None,
|
543
|
-
latest_etl_run_time: Optional[pulumi.Input[str]] = None,
|
544
|
-
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
545
|
-
operations_insights_warehouse_id: Optional[pulumi.Input[str]] = None,
|
546
|
-
state: Optional[pulumi.Input[str]] = None,
|
547
|
-
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
548
|
-
time_created: Optional[pulumi.Input[str]] = None,
|
549
|
-
time_updated: Optional[pulumi.Input[str]] = None) -> 'EmWarehouse':
|
550
|
-
"""
|
551
|
-
Get an existing EmWarehouse resource's state with the given name, id, and optional extra
|
552
|
-
properties used to qualify the lookup.
|
553
|
-
|
554
|
-
:param str resource_name: The unique name of the resulting resource.
|
555
|
-
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
556
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
557
|
-
:param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier
|
558
|
-
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
559
|
-
:param pulumi.Input[str] display_name: EmWarehouse Identifier
|
560
|
-
:param pulumi.Input[str] em_bridge_id: (Updatable) EMBridge Identifier
|
561
|
-
:param pulumi.Input[str] em_warehouse_type: Type of the EmWarehouse.
|
562
|
-
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
563
|
-
:param pulumi.Input[str] latest_etl_run_message: Data Flow Run Status Message
|
564
|
-
:param pulumi.Input[str] latest_etl_run_status: Data Flow Run Status
|
565
|
-
:param pulumi.Input[str] latest_etl_run_time: Data Flow Run Total Time
|
566
|
-
:param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
567
|
-
:param pulumi.Input[str] operations_insights_warehouse_id: operations Insights Warehouse Identifier
|
568
|
-
|
569
|
-
|
570
|
-
** IMPORTANT **
|
571
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
572
|
-
:param pulumi.Input[str] state: The current state of the EmWarehouse.
|
573
|
-
:param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
574
|
-
:param pulumi.Input[str] time_created: The time the the EmWarehouse was created. An RFC3339 formatted datetime string
|
575
|
-
:param pulumi.Input[str] time_updated: The time the EmWarehouse was updated. An RFC3339 formatted datetime string
|
576
|
-
"""
|
577
|
-
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
578
|
-
|
579
|
-
__props__ = _EmWarehouseState.__new__(_EmWarehouseState)
|
580
|
-
|
581
|
-
__props__.__dict__["compartment_id"] = compartment_id
|
582
|
-
__props__.__dict__["defined_tags"] = defined_tags
|
583
|
-
__props__.__dict__["display_name"] = display_name
|
584
|
-
__props__.__dict__["em_bridge_id"] = em_bridge_id
|
585
|
-
__props__.__dict__["em_warehouse_type"] = em_warehouse_type
|
586
|
-
__props__.__dict__["freeform_tags"] = freeform_tags
|
587
|
-
__props__.__dict__["latest_etl_run_message"] = latest_etl_run_message
|
588
|
-
__props__.__dict__["latest_etl_run_status"] = latest_etl_run_status
|
589
|
-
__props__.__dict__["latest_etl_run_time"] = latest_etl_run_time
|
590
|
-
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
591
|
-
__props__.__dict__["operations_insights_warehouse_id"] = operations_insights_warehouse_id
|
592
|
-
__props__.__dict__["state"] = state
|
593
|
-
__props__.__dict__["system_tags"] = system_tags
|
594
|
-
__props__.__dict__["time_created"] = time_created
|
595
|
-
__props__.__dict__["time_updated"] = time_updated
|
596
|
-
return EmWarehouse(resource_name, opts=opts, __props__=__props__)
|
597
|
-
|
598
|
-
@property
|
599
|
-
@pulumi.getter(name="compartmentId")
|
600
|
-
def compartment_id(self) -> pulumi.Output[str]:
|
601
|
-
"""
|
602
|
-
(Updatable) Compartment Identifier
|
603
|
-
"""
|
604
|
-
return pulumi.get(self, "compartment_id")
|
605
|
-
|
606
|
-
@property
|
607
|
-
@pulumi.getter(name="definedTags")
|
608
|
-
def defined_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
609
|
-
"""
|
610
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
611
|
-
"""
|
612
|
-
return pulumi.get(self, "defined_tags")
|
613
|
-
|
614
|
-
@property
|
615
|
-
@pulumi.getter(name="displayName")
|
616
|
-
def display_name(self) -> pulumi.Output[str]:
|
617
|
-
"""
|
618
|
-
EmWarehouse Identifier
|
619
|
-
"""
|
620
|
-
return pulumi.get(self, "display_name")
|
621
|
-
|
622
|
-
@property
|
623
|
-
@pulumi.getter(name="emBridgeId")
|
624
|
-
def em_bridge_id(self) -> pulumi.Output[str]:
|
625
|
-
"""
|
626
|
-
(Updatable) EMBridge Identifier
|
627
|
-
"""
|
628
|
-
return pulumi.get(self, "em_bridge_id")
|
629
|
-
|
630
|
-
@property
|
631
|
-
@pulumi.getter(name="emWarehouseType")
|
632
|
-
def em_warehouse_type(self) -> pulumi.Output[str]:
|
633
|
-
"""
|
634
|
-
Type of the EmWarehouse.
|
635
|
-
"""
|
636
|
-
return pulumi.get(self, "em_warehouse_type")
|
637
|
-
|
638
|
-
@property
|
639
|
-
@pulumi.getter(name="freeformTags")
|
640
|
-
def freeform_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
641
|
-
"""
|
642
|
-
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
643
|
-
"""
|
644
|
-
return pulumi.get(self, "freeform_tags")
|
645
|
-
|
646
|
-
@property
|
647
|
-
@pulumi.getter(name="latestEtlRunMessage")
|
648
|
-
def latest_etl_run_message(self) -> pulumi.Output[str]:
|
649
|
-
"""
|
650
|
-
Data Flow Run Status Message
|
651
|
-
"""
|
652
|
-
return pulumi.get(self, "latest_etl_run_message")
|
653
|
-
|
654
|
-
@property
|
655
|
-
@pulumi.getter(name="latestEtlRunStatus")
|
656
|
-
def latest_etl_run_status(self) -> pulumi.Output[str]:
|
657
|
-
"""
|
658
|
-
Data Flow Run Status
|
659
|
-
"""
|
660
|
-
return pulumi.get(self, "latest_etl_run_status")
|
661
|
-
|
662
|
-
@property
|
663
|
-
@pulumi.getter(name="latestEtlRunTime")
|
664
|
-
def latest_etl_run_time(self) -> pulumi.Output[str]:
|
665
|
-
"""
|
666
|
-
Data Flow Run Total Time
|
667
|
-
"""
|
668
|
-
return pulumi.get(self, "latest_etl_run_time")
|
669
|
-
|
670
|
-
@property
|
671
|
-
@pulumi.getter(name="lifecycleDetails")
|
672
|
-
def lifecycle_details(self) -> pulumi.Output[str]:
|
673
|
-
"""
|
674
|
-
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
675
|
-
"""
|
676
|
-
return pulumi.get(self, "lifecycle_details")
|
677
|
-
|
678
|
-
@property
|
679
|
-
@pulumi.getter(name="operationsInsightsWarehouseId")
|
680
|
-
def operations_insights_warehouse_id(self) -> pulumi.Output[str]:
|
681
|
-
"""
|
682
|
-
operations Insights Warehouse Identifier
|
683
|
-
|
684
|
-
|
685
|
-
** IMPORTANT **
|
686
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
687
|
-
"""
|
688
|
-
return pulumi.get(self, "operations_insights_warehouse_id")
|
689
|
-
|
690
|
-
@property
|
691
|
-
@pulumi.getter
|
692
|
-
def state(self) -> pulumi.Output[str]:
|
693
|
-
"""
|
694
|
-
The current state of the EmWarehouse.
|
695
|
-
"""
|
696
|
-
return pulumi.get(self, "state")
|
697
|
-
|
698
|
-
@property
|
699
|
-
@pulumi.getter(name="systemTags")
|
700
|
-
def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
701
|
-
"""
|
702
|
-
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
703
|
-
"""
|
704
|
-
return pulumi.get(self, "system_tags")
|
705
|
-
|
706
|
-
@property
|
707
|
-
@pulumi.getter(name="timeCreated")
|
708
|
-
def time_created(self) -> pulumi.Output[str]:
|
709
|
-
"""
|
710
|
-
The time the the EmWarehouse was created. An RFC3339 formatted datetime string
|
711
|
-
"""
|
712
|
-
return pulumi.get(self, "time_created")
|
713
|
-
|
714
|
-
@property
|
715
|
-
@pulumi.getter(name="timeUpdated")
|
716
|
-
def time_updated(self) -> pulumi.Output[str]:
|
717
|
-
"""
|
718
|
-
The time the EmWarehouse was updated. An RFC3339 formatted datetime string
|
719
|
-
"""
|
720
|
-
return pulumi.get(self, "time_updated")
|
721
|
-
|