pulumi-oci 1.17.0a1702406535__py3-none-any.whl → 1.18.0a1702447417__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 +48 -0
- pulumi_oci/core/instance.py +7 -7
- pulumi_oci/database/__init__.py +1 -0
- pulumi_oci/database/autonomous_database.py +20 -1
- pulumi_oci/database/autonomous_database_saas_admin_user.py +479 -0
- pulumi_oci/datacatalog/_inputs.py +216 -0
- pulumi_oci/datacatalog/catalog.py +58 -0
- pulumi_oci/datacatalog/catalog_private_endpoint.py +58 -0
- pulumi_oci/datacatalog/get_catalog.py +28 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +28 -1
- pulumi_oci/datacatalog/get_metastore.py +28 -1
- pulumi_oci/datacatalog/metastore.py +58 -0
- pulumi_oci/datacatalog/outputs.py +603 -0
- pulumi_oci/datasafe/_inputs.py +32 -0
- pulumi_oci/datasafe/database_security_config.py +7 -7
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +38 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +2 -2
- pulumi_oci/datasafe/get_report_definition.py +4 -4
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +2 -2
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +14 -1
- pulumi_oci/datasafe/get_sensitive_types.py +21 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +2 -2
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +2 -2
- pulumi_oci/datasafe/masking_policies_masking_column.py +2 -0
- pulumi_oci/datasafe/outputs.py +114 -24
- pulumi_oci/datasafe/report_definition.py +16 -16
- pulumi_oci/datasafe/sensitive_type.py +28 -0
- pulumi_oci/datasafe/sql_firewall_policy.py +103 -103
- pulumi_oci/goldengate/_inputs.py +28 -2
- pulumi_oci/goldengate/connection.py +77 -21
- pulumi_oci/goldengate/database_registration.py +7 -7
- pulumi_oci/goldengate/deployment.py +110 -7
- pulumi_oci/goldengate/get_connection.py +16 -2
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +41 -2
- pulumi_oci/goldengate/outputs.py +138 -11
- pulumi_oci/identity/__init__.py +3 -0
- pulumi_oci/identity/_inputs.py +862 -6
- pulumi_oci/identity/domains_identity_propagation_trust.py +3489 -0
- pulumi_oci/identity/domains_user.py +40 -41
- pulumi_oci/identity/get_domains_identity_propagation_trust.py +581 -0
- pulumi_oci/identity/get_domains_identity_propagation_trusts.py +310 -0
- pulumi_oci/identity/outputs.py +2625 -821
- pulumi_oci/logging/_inputs.py +17 -1
- pulumi_oci/logging/log.py +2 -0
- pulumi_oci/logging/outputs.py +35 -1
- pulumi_oci/meteringcomputation/__init__.py +7 -0
- pulumi_oci/meteringcomputation/_inputs.py +787 -0
- pulumi_oci/meteringcomputation/get_average_carbon_emission.py +121 -0
- pulumi_oci/meteringcomputation/get_clean_energy_usage.py +116 -0
- pulumi_oci/meteringcomputation/get_schedule.py +2 -2
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_config.py +119 -0
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_queries.py +136 -0
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_query.py +132 -0
- pulumi_oci/meteringcomputation/outputs.py +2410 -1149
- pulumi_oci/meteringcomputation/schedule.py +14 -14
- pulumi_oci/meteringcomputation/usage_carbon_emission.py +597 -0
- pulumi_oci/meteringcomputation/usage_carbon_emissions_query.py +282 -0
- pulumi_oci/opsi/__init__.py +4 -0
- pulumi_oci/opsi/_inputs.py +46 -0
- pulumi_oci/opsi/awr_hub.py +49 -22
- pulumi_oci/opsi/awr_hub_source.py +957 -0
- pulumi_oci/opsi/awr_hub_source_awrhubsources_management.py +248 -0
- pulumi_oci/opsi/get_awr_hub.py +14 -1
- pulumi_oci/opsi/get_awr_hub_source.py +391 -0
- pulumi_oci/opsi/get_awr_hub_sources.py +250 -0
- pulumi_oci/opsi/operations_insights_warehouse.py +7 -7
- pulumi_oci/opsi/outputs.py +319 -0
- pulumi_oci/optimizer/get_histories.py +18 -1
- pulumi_oci/optimizer/get_profile.py +11 -1
- pulumi_oci/optimizer/get_resource_action.py +22 -5
- pulumi_oci/optimizer/get_resource_actions.py +18 -1
- pulumi_oci/optimizer/outputs.py +7 -0
- pulumi_oci/optimizer/profile.py +20 -0
- {pulumi_oci-1.17.0a1702406535.dist-info → pulumi_oci-1.18.0a1702447417.dist-info}/METADATA +1 -1
- {pulumi_oci-1.17.0a1702406535.dist-info → pulumi_oci-1.18.0a1702447417.dist-info}/RECORD +82 -67
- {pulumi_oci-1.17.0a1702406535.dist-info → pulumi_oci-1.18.0a1702447417.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.17.0a1702406535.dist-info → pulumi_oci-1.18.0a1702447417.dist-info}/top_level.txt +0 -0
@@ -10,6 +10,9 @@ from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
10
|
from .. import _utilities
|
11
11
|
|
12
12
|
__all__ = [
|
13
|
+
'CatalogLockArgs',
|
14
|
+
'CatalogPrivateEndpointLockArgs',
|
15
|
+
'MetastoreLockArgs',
|
13
16
|
'GetCatalogPrivateEndpointsFilterArgs',
|
14
17
|
'GetCatalogTypesFilterArgs',
|
15
18
|
'GetCatalogsFilterArgs',
|
@@ -18,6 +21,219 @@ __all__ = [
|
|
18
21
|
'GetMetastoresFilterArgs',
|
19
22
|
]
|
20
23
|
|
24
|
+
@pulumi.input_type
|
25
|
+
class CatalogLockArgs:
|
26
|
+
def __init__(__self__, *,
|
27
|
+
message: Optional[pulumi.Input[str]] = None,
|
28
|
+
related_resource_id: Optional[pulumi.Input[str]] = None,
|
29
|
+
time_created: Optional[pulumi.Input[str]] = None,
|
30
|
+
type: Optional[pulumi.Input[str]] = None):
|
31
|
+
"""
|
32
|
+
:param pulumi.Input[str] message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
33
|
+
:param pulumi.Input[str] related_resource_id: The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
34
|
+
:param pulumi.Input[str] time_created: The time the data catalog was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
35
|
+
:param pulumi.Input[str] type: Type of the lock.
|
36
|
+
"""
|
37
|
+
if message is not None:
|
38
|
+
pulumi.set(__self__, "message", message)
|
39
|
+
if related_resource_id is not None:
|
40
|
+
pulumi.set(__self__, "related_resource_id", related_resource_id)
|
41
|
+
if time_created is not None:
|
42
|
+
pulumi.set(__self__, "time_created", time_created)
|
43
|
+
if type is not None:
|
44
|
+
pulumi.set(__self__, "type", type)
|
45
|
+
|
46
|
+
@property
|
47
|
+
@pulumi.getter
|
48
|
+
def message(self) -> Optional[pulumi.Input[str]]:
|
49
|
+
"""
|
50
|
+
A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
51
|
+
"""
|
52
|
+
return pulumi.get(self, "message")
|
53
|
+
|
54
|
+
@message.setter
|
55
|
+
def message(self, value: Optional[pulumi.Input[str]]):
|
56
|
+
pulumi.set(self, "message", value)
|
57
|
+
|
58
|
+
@property
|
59
|
+
@pulumi.getter(name="relatedResourceId")
|
60
|
+
def related_resource_id(self) -> Optional[pulumi.Input[str]]:
|
61
|
+
"""
|
62
|
+
The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
63
|
+
"""
|
64
|
+
return pulumi.get(self, "related_resource_id")
|
65
|
+
|
66
|
+
@related_resource_id.setter
|
67
|
+
def related_resource_id(self, value: Optional[pulumi.Input[str]]):
|
68
|
+
pulumi.set(self, "related_resource_id", value)
|
69
|
+
|
70
|
+
@property
|
71
|
+
@pulumi.getter(name="timeCreated")
|
72
|
+
def time_created(self) -> Optional[pulumi.Input[str]]:
|
73
|
+
"""
|
74
|
+
The time the data catalog was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
75
|
+
"""
|
76
|
+
return pulumi.get(self, "time_created")
|
77
|
+
|
78
|
+
@time_created.setter
|
79
|
+
def time_created(self, value: Optional[pulumi.Input[str]]):
|
80
|
+
pulumi.set(self, "time_created", value)
|
81
|
+
|
82
|
+
@property
|
83
|
+
@pulumi.getter
|
84
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
85
|
+
"""
|
86
|
+
Type of the lock.
|
87
|
+
"""
|
88
|
+
return pulumi.get(self, "type")
|
89
|
+
|
90
|
+
@type.setter
|
91
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
92
|
+
pulumi.set(self, "type", value)
|
93
|
+
|
94
|
+
|
95
|
+
@pulumi.input_type
|
96
|
+
class CatalogPrivateEndpointLockArgs:
|
97
|
+
def __init__(__self__, *,
|
98
|
+
message: Optional[pulumi.Input[str]] = None,
|
99
|
+
related_resource_id: Optional[pulumi.Input[str]] = None,
|
100
|
+
time_created: Optional[pulumi.Input[str]] = None,
|
101
|
+
type: Optional[pulumi.Input[str]] = None):
|
102
|
+
"""
|
103
|
+
:param pulumi.Input[str] message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
104
|
+
:param pulumi.Input[str] related_resource_id: The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
105
|
+
:param pulumi.Input[str] time_created: The time the private endpoint was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
106
|
+
:param pulumi.Input[str] type: Type of the lock.
|
107
|
+
"""
|
108
|
+
if message is not None:
|
109
|
+
pulumi.set(__self__, "message", message)
|
110
|
+
if related_resource_id is not None:
|
111
|
+
pulumi.set(__self__, "related_resource_id", related_resource_id)
|
112
|
+
if time_created is not None:
|
113
|
+
pulumi.set(__self__, "time_created", time_created)
|
114
|
+
if type is not None:
|
115
|
+
pulumi.set(__self__, "type", type)
|
116
|
+
|
117
|
+
@property
|
118
|
+
@pulumi.getter
|
119
|
+
def message(self) -> Optional[pulumi.Input[str]]:
|
120
|
+
"""
|
121
|
+
A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
122
|
+
"""
|
123
|
+
return pulumi.get(self, "message")
|
124
|
+
|
125
|
+
@message.setter
|
126
|
+
def message(self, value: Optional[pulumi.Input[str]]):
|
127
|
+
pulumi.set(self, "message", value)
|
128
|
+
|
129
|
+
@property
|
130
|
+
@pulumi.getter(name="relatedResourceId")
|
131
|
+
def related_resource_id(self) -> Optional[pulumi.Input[str]]:
|
132
|
+
"""
|
133
|
+
The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
134
|
+
"""
|
135
|
+
return pulumi.get(self, "related_resource_id")
|
136
|
+
|
137
|
+
@related_resource_id.setter
|
138
|
+
def related_resource_id(self, value: Optional[pulumi.Input[str]]):
|
139
|
+
pulumi.set(self, "related_resource_id", value)
|
140
|
+
|
141
|
+
@property
|
142
|
+
@pulumi.getter(name="timeCreated")
|
143
|
+
def time_created(self) -> Optional[pulumi.Input[str]]:
|
144
|
+
"""
|
145
|
+
The time the private endpoint was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
146
|
+
"""
|
147
|
+
return pulumi.get(self, "time_created")
|
148
|
+
|
149
|
+
@time_created.setter
|
150
|
+
def time_created(self, value: Optional[pulumi.Input[str]]):
|
151
|
+
pulumi.set(self, "time_created", value)
|
152
|
+
|
153
|
+
@property
|
154
|
+
@pulumi.getter
|
155
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
156
|
+
"""
|
157
|
+
Type of the lock.
|
158
|
+
"""
|
159
|
+
return pulumi.get(self, "type")
|
160
|
+
|
161
|
+
@type.setter
|
162
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
163
|
+
pulumi.set(self, "type", value)
|
164
|
+
|
165
|
+
|
166
|
+
@pulumi.input_type
|
167
|
+
class MetastoreLockArgs:
|
168
|
+
def __init__(__self__, *,
|
169
|
+
message: Optional[pulumi.Input[str]] = None,
|
170
|
+
related_resource_id: Optional[pulumi.Input[str]] = None,
|
171
|
+
time_created: Optional[pulumi.Input[str]] = None,
|
172
|
+
type: Optional[pulumi.Input[str]] = None):
|
173
|
+
"""
|
174
|
+
:param pulumi.Input[str] message: A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
175
|
+
:param pulumi.Input[str] related_resource_id: The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
176
|
+
:param pulumi.Input[str] time_created: Time at which the metastore was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
177
|
+
:param pulumi.Input[str] type: Type of the lock.
|
178
|
+
"""
|
179
|
+
if message is not None:
|
180
|
+
pulumi.set(__self__, "message", message)
|
181
|
+
if related_resource_id is not None:
|
182
|
+
pulumi.set(__self__, "related_resource_id", related_resource_id)
|
183
|
+
if time_created is not None:
|
184
|
+
pulumi.set(__self__, "time_created", time_created)
|
185
|
+
if type is not None:
|
186
|
+
pulumi.set(__self__, "type", type)
|
187
|
+
|
188
|
+
@property
|
189
|
+
@pulumi.getter
|
190
|
+
def message(self) -> Optional[pulumi.Input[str]]:
|
191
|
+
"""
|
192
|
+
A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
|
193
|
+
"""
|
194
|
+
return pulumi.get(self, "message")
|
195
|
+
|
196
|
+
@message.setter
|
197
|
+
def message(self, value: Optional[pulumi.Input[str]]):
|
198
|
+
pulumi.set(self, "message", value)
|
199
|
+
|
200
|
+
@property
|
201
|
+
@pulumi.getter(name="relatedResourceId")
|
202
|
+
def related_resource_id(self) -> Optional[pulumi.Input[str]]:
|
203
|
+
"""
|
204
|
+
The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
|
205
|
+
"""
|
206
|
+
return pulumi.get(self, "related_resource_id")
|
207
|
+
|
208
|
+
@related_resource_id.setter
|
209
|
+
def related_resource_id(self, value: Optional[pulumi.Input[str]]):
|
210
|
+
pulumi.set(self, "related_resource_id", value)
|
211
|
+
|
212
|
+
@property
|
213
|
+
@pulumi.getter(name="timeCreated")
|
214
|
+
def time_created(self) -> Optional[pulumi.Input[str]]:
|
215
|
+
"""
|
216
|
+
Time at which the metastore was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
217
|
+
"""
|
218
|
+
return pulumi.get(self, "time_created")
|
219
|
+
|
220
|
+
@time_created.setter
|
221
|
+
def time_created(self, value: Optional[pulumi.Input[str]]):
|
222
|
+
pulumi.set(self, "time_created", value)
|
223
|
+
|
224
|
+
@property
|
225
|
+
@pulumi.getter
|
226
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
227
|
+
"""
|
228
|
+
Type of the lock.
|
229
|
+
"""
|
230
|
+
return pulumi.get(self, "type")
|
231
|
+
|
232
|
+
@type.setter
|
233
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
234
|
+
pulumi.set(self, "type", value)
|
235
|
+
|
236
|
+
|
21
237
|
@pulumi.input_type
|
22
238
|
class GetCatalogPrivateEndpointsFilterArgs:
|
23
239
|
def __init__(__self__, *,
|
@@ -8,6 +8,8 @@ import pulumi
|
|
8
8
|
import pulumi.runtime
|
9
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
|
+
from . import outputs
|
12
|
+
from ._inputs import *
|
11
13
|
|
12
14
|
__all__ = ['CatalogArgs', 'Catalog']
|
13
15
|
|
@@ -115,10 +117,12 @@ class _CatalogState:
|
|
115
117
|
display_name: Optional[pulumi.Input[str]] = None,
|
116
118
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
117
119
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
120
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input['CatalogLockArgs']]]] = None,
|
118
121
|
number_of_objects: Optional[pulumi.Input[int]] = None,
|
119
122
|
service_api_url: Optional[pulumi.Input[str]] = None,
|
120
123
|
service_console_url: Optional[pulumi.Input[str]] = None,
|
121
124
|
state: Optional[pulumi.Input[str]] = None,
|
125
|
+
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
122
126
|
time_created: Optional[pulumi.Input[str]] = None,
|
123
127
|
time_updated: Optional[pulumi.Input[str]] = None):
|
124
128
|
"""
|
@@ -133,10 +137,12 @@ class _CatalogState:
|
|
133
137
|
:param pulumi.Input[str] display_name: (Updatable) Data catalog identifier.
|
134
138
|
: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"}`
|
135
139
|
:param pulumi.Input[str] lifecycle_details: An message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in 'Failed' state.
|
140
|
+
:param pulumi.Input[Sequence[pulumi.Input['CatalogLockArgs']]] locks: Locks associated with this resource.
|
136
141
|
:param pulumi.Input[int] number_of_objects: The number of data objects added to the data catalog. Please see the data catalog documentation for further information on how this is calculated.
|
137
142
|
:param pulumi.Input[str] service_api_url: The REST front endpoint URL to the data catalog instance.
|
138
143
|
:param pulumi.Input[str] service_console_url: The console front endpoint URL to the data catalog instance.
|
139
144
|
:param pulumi.Input[str] state: The current state of the data catalog resource.
|
145
|
+
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
140
146
|
:param pulumi.Input[str] time_created: The time the data catalog was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
141
147
|
:param pulumi.Input[str] time_updated: The time the data catalog was updated. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
142
148
|
"""
|
@@ -152,6 +158,8 @@ class _CatalogState:
|
|
152
158
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
153
159
|
if lifecycle_details is not None:
|
154
160
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
161
|
+
if locks is not None:
|
162
|
+
pulumi.set(__self__, "locks", locks)
|
155
163
|
if number_of_objects is not None:
|
156
164
|
pulumi.set(__self__, "number_of_objects", number_of_objects)
|
157
165
|
if service_api_url is not None:
|
@@ -160,6 +168,8 @@ class _CatalogState:
|
|
160
168
|
pulumi.set(__self__, "service_console_url", service_console_url)
|
161
169
|
if state is not None:
|
162
170
|
pulumi.set(__self__, "state", state)
|
171
|
+
if system_tags is not None:
|
172
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
163
173
|
if time_created is not None:
|
164
174
|
pulumi.set(__self__, "time_created", time_created)
|
165
175
|
if time_updated is not None:
|
@@ -241,6 +251,18 @@ class _CatalogState:
|
|
241
251
|
def lifecycle_details(self, value: Optional[pulumi.Input[str]]):
|
242
252
|
pulumi.set(self, "lifecycle_details", value)
|
243
253
|
|
254
|
+
@property
|
255
|
+
@pulumi.getter
|
256
|
+
def locks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CatalogLockArgs']]]]:
|
257
|
+
"""
|
258
|
+
Locks associated with this resource.
|
259
|
+
"""
|
260
|
+
return pulumi.get(self, "locks")
|
261
|
+
|
262
|
+
@locks.setter
|
263
|
+
def locks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CatalogLockArgs']]]]):
|
264
|
+
pulumi.set(self, "locks", value)
|
265
|
+
|
244
266
|
@property
|
245
267
|
@pulumi.getter(name="numberOfObjects")
|
246
268
|
def number_of_objects(self) -> Optional[pulumi.Input[int]]:
|
@@ -289,6 +311,18 @@ class _CatalogState:
|
|
289
311
|
def state(self, value: Optional[pulumi.Input[str]]):
|
290
312
|
pulumi.set(self, "state", value)
|
291
313
|
|
314
|
+
@property
|
315
|
+
@pulumi.getter(name="systemTags")
|
316
|
+
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
317
|
+
"""
|
318
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
319
|
+
"""
|
320
|
+
return pulumi.get(self, "system_tags")
|
321
|
+
|
322
|
+
@system_tags.setter
|
323
|
+
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
324
|
+
pulumi.set(self, "system_tags", value)
|
325
|
+
|
292
326
|
@property
|
293
327
|
@pulumi.getter(name="timeCreated")
|
294
328
|
def time_created(self) -> Optional[pulumi.Input[str]]:
|
@@ -442,10 +476,12 @@ class Catalog(pulumi.CustomResource):
|
|
442
476
|
__props__.__dict__["display_name"] = display_name
|
443
477
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
444
478
|
__props__.__dict__["lifecycle_details"] = None
|
479
|
+
__props__.__dict__["locks"] = None
|
445
480
|
__props__.__dict__["number_of_objects"] = None
|
446
481
|
__props__.__dict__["service_api_url"] = None
|
447
482
|
__props__.__dict__["service_console_url"] = None
|
448
483
|
__props__.__dict__["state"] = None
|
484
|
+
__props__.__dict__["system_tags"] = None
|
449
485
|
__props__.__dict__["time_created"] = None
|
450
486
|
__props__.__dict__["time_updated"] = None
|
451
487
|
super(Catalog, __self__).__init__(
|
@@ -464,10 +500,12 @@ class Catalog(pulumi.CustomResource):
|
|
464
500
|
display_name: Optional[pulumi.Input[str]] = None,
|
465
501
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
466
502
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
503
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CatalogLockArgs']]]]] = None,
|
467
504
|
number_of_objects: Optional[pulumi.Input[int]] = None,
|
468
505
|
service_api_url: Optional[pulumi.Input[str]] = None,
|
469
506
|
service_console_url: Optional[pulumi.Input[str]] = None,
|
470
507
|
state: Optional[pulumi.Input[str]] = None,
|
508
|
+
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
471
509
|
time_created: Optional[pulumi.Input[str]] = None,
|
472
510
|
time_updated: Optional[pulumi.Input[str]] = None) -> 'Catalog':
|
473
511
|
"""
|
@@ -487,10 +525,12 @@ class Catalog(pulumi.CustomResource):
|
|
487
525
|
:param pulumi.Input[str] display_name: (Updatable) Data catalog identifier.
|
488
526
|
: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"}`
|
489
527
|
:param pulumi.Input[str] lifecycle_details: An message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in 'Failed' state.
|
528
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CatalogLockArgs']]]] locks: Locks associated with this resource.
|
490
529
|
:param pulumi.Input[int] number_of_objects: The number of data objects added to the data catalog. Please see the data catalog documentation for further information on how this is calculated.
|
491
530
|
:param pulumi.Input[str] service_api_url: The REST front endpoint URL to the data catalog instance.
|
492
531
|
:param pulumi.Input[str] service_console_url: The console front endpoint URL to the data catalog instance.
|
493
532
|
:param pulumi.Input[str] state: The current state of the data catalog resource.
|
533
|
+
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
494
534
|
:param pulumi.Input[str] time_created: The time the data catalog was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
495
535
|
:param pulumi.Input[str] time_updated: The time the data catalog was updated. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
496
536
|
"""
|
@@ -504,10 +544,12 @@ class Catalog(pulumi.CustomResource):
|
|
504
544
|
__props__.__dict__["display_name"] = display_name
|
505
545
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
506
546
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
547
|
+
__props__.__dict__["locks"] = locks
|
507
548
|
__props__.__dict__["number_of_objects"] = number_of_objects
|
508
549
|
__props__.__dict__["service_api_url"] = service_api_url
|
509
550
|
__props__.__dict__["service_console_url"] = service_console_url
|
510
551
|
__props__.__dict__["state"] = state
|
552
|
+
__props__.__dict__["system_tags"] = system_tags
|
511
553
|
__props__.__dict__["time_created"] = time_created
|
512
554
|
__props__.__dict__["time_updated"] = time_updated
|
513
555
|
return Catalog(resource_name, opts=opts, __props__=__props__)
|
@@ -564,6 +606,14 @@ class Catalog(pulumi.CustomResource):
|
|
564
606
|
"""
|
565
607
|
return pulumi.get(self, "lifecycle_details")
|
566
608
|
|
609
|
+
@property
|
610
|
+
@pulumi.getter
|
611
|
+
def locks(self) -> pulumi.Output[Sequence['outputs.CatalogLock']]:
|
612
|
+
"""
|
613
|
+
Locks associated with this resource.
|
614
|
+
"""
|
615
|
+
return pulumi.get(self, "locks")
|
616
|
+
|
567
617
|
@property
|
568
618
|
@pulumi.getter(name="numberOfObjects")
|
569
619
|
def number_of_objects(self) -> pulumi.Output[int]:
|
@@ -596,6 +646,14 @@ class Catalog(pulumi.CustomResource):
|
|
596
646
|
"""
|
597
647
|
return pulumi.get(self, "state")
|
598
648
|
|
649
|
+
@property
|
650
|
+
@pulumi.getter(name="systemTags")
|
651
|
+
def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
652
|
+
"""
|
653
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
654
|
+
"""
|
655
|
+
return pulumi.get(self, "system_tags")
|
656
|
+
|
599
657
|
@property
|
600
658
|
@pulumi.getter(name="timeCreated")
|
601
659
|
def time_created(self) -> pulumi.Output[str]:
|
@@ -8,6 +8,8 @@ import pulumi
|
|
8
8
|
import pulumi.runtime
|
9
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
|
+
from . import outputs
|
12
|
+
from ._inputs import *
|
11
13
|
|
12
14
|
__all__ = ['CatalogPrivateEndpointArgs', 'CatalogPrivateEndpoint']
|
13
15
|
|
@@ -130,8 +132,10 @@ class _CatalogPrivateEndpointState:
|
|
130
132
|
dns_zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
131
133
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
132
134
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
135
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input['CatalogPrivateEndpointLockArgs']]]] = None,
|
133
136
|
state: Optional[pulumi.Input[str]] = None,
|
134
137
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
138
|
+
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
135
139
|
time_created: Optional[pulumi.Input[str]] = None,
|
136
140
|
time_updated: Optional[pulumi.Input[str]] = None):
|
137
141
|
"""
|
@@ -143,12 +147,14 @@ class _CatalogPrivateEndpointState:
|
|
143
147
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] dns_zones: (Updatable) List of DNS zones to be used by the data assets to be harvested. Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com
|
144
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"}`
|
145
149
|
: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.
|
150
|
+
:param pulumi.Input[Sequence[pulumi.Input['CatalogPrivateEndpointLockArgs']]] locks: Locks associated with this resource.
|
146
151
|
:param pulumi.Input[str] state: The current state of the private endpoint resource.
|
147
152
|
:param pulumi.Input[str] subnet_id: The OCID of subnet to which the reverse connection is to be created
|
148
153
|
|
149
154
|
|
150
155
|
** IMPORTANT **
|
151
156
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
157
|
+
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
152
158
|
:param pulumi.Input[str] time_created: The time the private endpoint was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
153
159
|
:param pulumi.Input[str] time_updated: The time the private endpoint was updated. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
154
160
|
"""
|
@@ -166,10 +172,14 @@ class _CatalogPrivateEndpointState:
|
|
166
172
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
167
173
|
if lifecycle_details is not None:
|
168
174
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
175
|
+
if locks is not None:
|
176
|
+
pulumi.set(__self__, "locks", locks)
|
169
177
|
if state is not None:
|
170
178
|
pulumi.set(__self__, "state", state)
|
171
179
|
if subnet_id is not None:
|
172
180
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
181
|
+
if system_tags is not None:
|
182
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
173
183
|
if time_created is not None:
|
174
184
|
pulumi.set(__self__, "time_created", time_created)
|
175
185
|
if time_updated is not None:
|
@@ -259,6 +269,18 @@ class _CatalogPrivateEndpointState:
|
|
259
269
|
def lifecycle_details(self, value: Optional[pulumi.Input[str]]):
|
260
270
|
pulumi.set(self, "lifecycle_details", value)
|
261
271
|
|
272
|
+
@property
|
273
|
+
@pulumi.getter
|
274
|
+
def locks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CatalogPrivateEndpointLockArgs']]]]:
|
275
|
+
"""
|
276
|
+
Locks associated with this resource.
|
277
|
+
"""
|
278
|
+
return pulumi.get(self, "locks")
|
279
|
+
|
280
|
+
@locks.setter
|
281
|
+
def locks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CatalogPrivateEndpointLockArgs']]]]):
|
282
|
+
pulumi.set(self, "locks", value)
|
283
|
+
|
262
284
|
@property
|
263
285
|
@pulumi.getter
|
264
286
|
def state(self) -> Optional[pulumi.Input[str]]:
|
@@ -287,6 +309,18 @@ class _CatalogPrivateEndpointState:
|
|
287
309
|
def subnet_id(self, value: Optional[pulumi.Input[str]]):
|
288
310
|
pulumi.set(self, "subnet_id", value)
|
289
311
|
|
312
|
+
@property
|
313
|
+
@pulumi.getter(name="systemTags")
|
314
|
+
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
315
|
+
"""
|
316
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
317
|
+
"""
|
318
|
+
return pulumi.get(self, "system_tags")
|
319
|
+
|
320
|
+
@system_tags.setter
|
321
|
+
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
322
|
+
pulumi.set(self, "system_tags", value)
|
323
|
+
|
290
324
|
@property
|
291
325
|
@pulumi.getter(name="timeCreated")
|
292
326
|
def time_created(self) -> Optional[pulumi.Input[str]]:
|
@@ -451,7 +485,9 @@ class CatalogPrivateEndpoint(pulumi.CustomResource):
|
|
451
485
|
__props__.__dict__["subnet_id"] = subnet_id
|
452
486
|
__props__.__dict__["attached_catalogs"] = None
|
453
487
|
__props__.__dict__["lifecycle_details"] = None
|
488
|
+
__props__.__dict__["locks"] = None
|
454
489
|
__props__.__dict__["state"] = None
|
490
|
+
__props__.__dict__["system_tags"] = None
|
455
491
|
__props__.__dict__["time_created"] = None
|
456
492
|
__props__.__dict__["time_updated"] = None
|
457
493
|
super(CatalogPrivateEndpoint, __self__).__init__(
|
@@ -471,8 +507,10 @@ class CatalogPrivateEndpoint(pulumi.CustomResource):
|
|
471
507
|
dns_zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
472
508
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
473
509
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
510
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CatalogPrivateEndpointLockArgs']]]]] = None,
|
474
511
|
state: Optional[pulumi.Input[str]] = None,
|
475
512
|
subnet_id: Optional[pulumi.Input[str]] = None,
|
513
|
+
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
476
514
|
time_created: Optional[pulumi.Input[str]] = None,
|
477
515
|
time_updated: Optional[pulumi.Input[str]] = None) -> 'CatalogPrivateEndpoint':
|
478
516
|
"""
|
@@ -489,12 +527,14 @@ class CatalogPrivateEndpoint(pulumi.CustomResource):
|
|
489
527
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] dns_zones: (Updatable) List of DNS zones to be used by the data assets to be harvested. Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com
|
490
528
|
: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"}`
|
491
529
|
: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.
|
530
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CatalogPrivateEndpointLockArgs']]]] locks: Locks associated with this resource.
|
492
531
|
:param pulumi.Input[str] state: The current state of the private endpoint resource.
|
493
532
|
:param pulumi.Input[str] subnet_id: The OCID of subnet to which the reverse connection is to be created
|
494
533
|
|
495
534
|
|
496
535
|
** IMPORTANT **
|
497
536
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
537
|
+
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
498
538
|
:param pulumi.Input[str] time_created: The time the private endpoint was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
499
539
|
:param pulumi.Input[str] time_updated: The time the private endpoint was updated. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
500
540
|
"""
|
@@ -509,8 +549,10 @@ class CatalogPrivateEndpoint(pulumi.CustomResource):
|
|
509
549
|
__props__.__dict__["dns_zones"] = dns_zones
|
510
550
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
511
551
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
552
|
+
__props__.__dict__["locks"] = locks
|
512
553
|
__props__.__dict__["state"] = state
|
513
554
|
__props__.__dict__["subnet_id"] = subnet_id
|
555
|
+
__props__.__dict__["system_tags"] = system_tags
|
514
556
|
__props__.__dict__["time_created"] = time_created
|
515
557
|
__props__.__dict__["time_updated"] = time_updated
|
516
558
|
return CatalogPrivateEndpoint(resource_name, opts=opts, __props__=__props__)
|
@@ -571,6 +613,14 @@ class CatalogPrivateEndpoint(pulumi.CustomResource):
|
|
571
613
|
"""
|
572
614
|
return pulumi.get(self, "lifecycle_details")
|
573
615
|
|
616
|
+
@property
|
617
|
+
@pulumi.getter
|
618
|
+
def locks(self) -> pulumi.Output[Sequence['outputs.CatalogPrivateEndpointLock']]:
|
619
|
+
"""
|
620
|
+
Locks associated with this resource.
|
621
|
+
"""
|
622
|
+
return pulumi.get(self, "locks")
|
623
|
+
|
574
624
|
@property
|
575
625
|
@pulumi.getter
|
576
626
|
def state(self) -> pulumi.Output[str]:
|
@@ -591,6 +641,14 @@ class CatalogPrivateEndpoint(pulumi.CustomResource):
|
|
591
641
|
"""
|
592
642
|
return pulumi.get(self, "subnet_id")
|
593
643
|
|
644
|
+
@property
|
645
|
+
@pulumi.getter(name="systemTags")
|
646
|
+
def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
647
|
+
"""
|
648
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
649
|
+
"""
|
650
|
+
return pulumi.get(self, "system_tags")
|
651
|
+
|
594
652
|
@property
|
595
653
|
@pulumi.getter(name="timeCreated")
|
596
654
|
def time_created(self) -> pulumi.Output[str]:
|
@@ -8,6 +8,7 @@ import pulumi
|
|
8
8
|
import pulumi.runtime
|
9
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
|
+
from . import outputs
|
11
12
|
|
12
13
|
__all__ = [
|
13
14
|
'GetCatalogResult',
|
@@ -21,7 +22,7 @@ class GetCatalogResult:
|
|
21
22
|
"""
|
22
23
|
A collection of values returned by getCatalog.
|
23
24
|
"""
|
24
|
-
def __init__(__self__, attached_catalog_private_endpoints=None, catalog_id=None, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, lifecycle_details=None, number_of_objects=None, service_api_url=None, service_console_url=None, state=None, time_created=None, time_updated=None):
|
25
|
+
def __init__(__self__, attached_catalog_private_endpoints=None, catalog_id=None, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, lifecycle_details=None, locks=None, number_of_objects=None, service_api_url=None, service_console_url=None, state=None, system_tags=None, time_created=None, time_updated=None):
|
25
26
|
if attached_catalog_private_endpoints and not isinstance(attached_catalog_private_endpoints, list):
|
26
27
|
raise TypeError("Expected argument 'attached_catalog_private_endpoints' to be a list")
|
27
28
|
pulumi.set(__self__, "attached_catalog_private_endpoints", attached_catalog_private_endpoints)
|
@@ -46,6 +47,9 @@ class GetCatalogResult:
|
|
46
47
|
if lifecycle_details and not isinstance(lifecycle_details, str):
|
47
48
|
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
48
49
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
50
|
+
if locks and not isinstance(locks, list):
|
51
|
+
raise TypeError("Expected argument 'locks' to be a list")
|
52
|
+
pulumi.set(__self__, "locks", locks)
|
49
53
|
if number_of_objects and not isinstance(number_of_objects, int):
|
50
54
|
raise TypeError("Expected argument 'number_of_objects' to be a int")
|
51
55
|
pulumi.set(__self__, "number_of_objects", number_of_objects)
|
@@ -58,6 +62,9 @@ class GetCatalogResult:
|
|
58
62
|
if state and not isinstance(state, str):
|
59
63
|
raise TypeError("Expected argument 'state' to be a str")
|
60
64
|
pulumi.set(__self__, "state", state)
|
65
|
+
if system_tags and not isinstance(system_tags, dict):
|
66
|
+
raise TypeError("Expected argument 'system_tags' to be a dict")
|
67
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
61
68
|
if time_created and not isinstance(time_created, str):
|
62
69
|
raise TypeError("Expected argument 'time_created' to be a str")
|
63
70
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -126,6 +133,14 @@ class GetCatalogResult:
|
|
126
133
|
"""
|
127
134
|
return pulumi.get(self, "lifecycle_details")
|
128
135
|
|
136
|
+
@property
|
137
|
+
@pulumi.getter
|
138
|
+
def locks(self) -> Sequence['outputs.GetCatalogLockResult']:
|
139
|
+
"""
|
140
|
+
Locks associated with this resource.
|
141
|
+
"""
|
142
|
+
return pulumi.get(self, "locks")
|
143
|
+
|
129
144
|
@property
|
130
145
|
@pulumi.getter(name="numberOfObjects")
|
131
146
|
def number_of_objects(self) -> int:
|
@@ -158,6 +173,14 @@ class GetCatalogResult:
|
|
158
173
|
"""
|
159
174
|
return pulumi.get(self, "state")
|
160
175
|
|
176
|
+
@property
|
177
|
+
@pulumi.getter(name="systemTags")
|
178
|
+
def system_tags(self) -> Mapping[str, Any]:
|
179
|
+
"""
|
180
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
181
|
+
"""
|
182
|
+
return pulumi.get(self, "system_tags")
|
183
|
+
|
161
184
|
@property
|
162
185
|
@pulumi.getter(name="timeCreated")
|
163
186
|
def time_created(self) -> str:
|
@@ -189,10 +212,12 @@ class AwaitableGetCatalogResult(GetCatalogResult):
|
|
189
212
|
freeform_tags=self.freeform_tags,
|
190
213
|
id=self.id,
|
191
214
|
lifecycle_details=self.lifecycle_details,
|
215
|
+
locks=self.locks,
|
192
216
|
number_of_objects=self.number_of_objects,
|
193
217
|
service_api_url=self.service_api_url,
|
194
218
|
service_console_url=self.service_console_url,
|
195
219
|
state=self.state,
|
220
|
+
system_tags=self.system_tags,
|
196
221
|
time_created=self.time_created,
|
197
222
|
time_updated=self.time_updated)
|
198
223
|
|
@@ -230,10 +255,12 @@ def get_catalog(catalog_id: Optional[str] = None,
|
|
230
255
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
231
256
|
id=pulumi.get(__ret__, 'id'),
|
232
257
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
258
|
+
locks=pulumi.get(__ret__, 'locks'),
|
233
259
|
number_of_objects=pulumi.get(__ret__, 'number_of_objects'),
|
234
260
|
service_api_url=pulumi.get(__ret__, 'service_api_url'),
|
235
261
|
service_console_url=pulumi.get(__ret__, 'service_console_url'),
|
236
262
|
state=pulumi.get(__ret__, 'state'),
|
263
|
+
system_tags=pulumi.get(__ret__, 'system_tags'),
|
237
264
|
time_created=pulumi.get(__ret__, 'time_created'),
|
238
265
|
time_updated=pulumi.get(__ret__, 'time_updated'))
|
239
266
|
|