pulumi-oci 2.16.0a1731393786__py3-none-any.whl → 2.17.0__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 +59 -0
- pulumi_oci/core/_inputs.py +3 -3
- pulumi_oci/core/compute_capacity_reservation.py +7 -7
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/outputs.py +46 -46
- pulumi_oci/database/autonomous_database.py +47 -0
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +105 -0
- pulumi_oci/database/cloud_vm_cluster.py +49 -0
- pulumi_oci/database/data_guard_association.py +49 -0
- pulumi_oci/database/db_system.py +47 -0
- pulumi_oci/database/exadb_vm_cluster.py +68 -7
- pulumi_oci/database/get_autonomous_database.py +15 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +43 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +15 -1
- pulumi_oci/database/get_data_guard_association.py +12 -1
- pulumi_oci/database/get_exadb_vm_cluster.py +16 -2
- pulumi_oci/database/outputs.py +97 -2
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -15
- pulumi_oci/dataflow/outputs.py +0 -11
- pulumi_oci/dataflow/sql_endpoint.py +88 -85
- pulumi_oci/generativeai/__init__.py +16 -0
- pulumi_oci/generativeai/_inputs.py +1090 -0
- pulumi_oci/generativeai/agent_agent.py +665 -0
- pulumi_oci/generativeai/agent_agent_endpoint.py +888 -0
- pulumi_oci/generativeai/agent_data_ingestion_job.py +647 -0
- pulumi_oci/generativeai/agent_data_source.py +697 -0
- pulumi_oci/generativeai/agent_knowledge_base.py +659 -0
- pulumi_oci/generativeai/get_agent_agent.py +285 -0
- pulumi_oci/generativeai/get_agent_agent_endpoint.py +342 -0
- pulumi_oci/generativeai/get_agent_agent_endpoints.py +217 -0
- pulumi_oci/generativeai/get_agent_agents.py +195 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_job.py +286 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_job_log_content.py +117 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_jobs.py +217 -0
- pulumi_oci/generativeai/get_agent_data_source.py +286 -0
- pulumi_oci/generativeai/get_agent_data_sources.py +217 -0
- pulumi_oci/generativeai/get_agent_knowledge_base.py +272 -0
- pulumi_oci/generativeai/get_agent_knowledge_bases.py +195 -0
- pulumi_oci/generativeai/outputs.py +2840 -268
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1289 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +348 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +191 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +746 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +191 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2114 -0
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +822 -0
- pulumi_oci/globallydistributeddatabase/sharded_database.py +2157 -0
- pulumi_oci/goldengate/connection.py +1065 -78
- pulumi_oci/goldengate/deployment.py +7 -7
- pulumi_oci/goldengate/deployment_backup.py +49 -0
- pulumi_oci/goldengate/get_connection.py +288 -7
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +15 -1
- pulumi_oci/goldengate/outputs.py +240 -3
- pulumi_oci/identity/__init__.py +2 -0
- pulumi_oci/identity/_inputs.py +55 -6
- pulumi_oci/identity/domains_condition.py +9 -2
- pulumi_oci/identity/domains_policy.py +9 -2
- pulumi_oci/identity/domains_rule.py +9 -2
- pulumi_oci/identity/get_domains_condition.py +2 -2
- pulumi_oci/identity/get_domains_conditions.py +2 -2
- pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consent.py +503 -0
- pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consents.py +338 -0
- pulumi_oci/identity/get_domains_policies.py +2 -2
- pulumi_oci/identity/get_domains_policy.py +2 -2
- pulumi_oci/identity/get_domains_rule.py +2 -2
- pulumi_oci/identity/get_domains_rules.py +2 -2
- pulumi_oci/identity/outputs.py +917 -4
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.16.0a1731393786.dist-info → pulumi_oci-2.17.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.16.0a1731393786.dist-info → pulumi_oci-2.17.0.dist-info}/RECORD +76 -49
- {pulumi_oci-2.16.0a1731393786.dist-info → pulumi_oci-2.17.0.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.16.0a1731393786.dist-info → pulumi_oci-2.17.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,647 @@
|
|
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 sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
18
|
+
|
19
|
+
__all__ = ['AgentDataIngestionJobArgs', 'AgentDataIngestionJob']
|
20
|
+
|
21
|
+
@pulumi.input_type
|
22
|
+
class AgentDataIngestionJobArgs:
|
23
|
+
def __init__(__self__, *,
|
24
|
+
compartment_id: pulumi.Input[str],
|
25
|
+
data_source_id: pulumi.Input[str],
|
26
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
27
|
+
description: Optional[pulumi.Input[str]] = None,
|
28
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
29
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
30
|
+
"""
|
31
|
+
The set of arguments for constructing a AgentDataIngestionJob resource.
|
32
|
+
:param pulumi.Input[str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the data ingestion job in.
|
33
|
+
:param pulumi.Input[str] data_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the parent DataSource.
|
34
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: Defined 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). Example: `{"Operations.CostCenter": "42"}`
|
35
|
+
:param pulumi.Input[str] description: A user-friendly description of the data ingestion job.
|
36
|
+
:param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
37
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
38
|
+
|
39
|
+
|
40
|
+
** IMPORTANT **
|
41
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
42
|
+
"""
|
43
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
44
|
+
pulumi.set(__self__, "data_source_id", data_source_id)
|
45
|
+
if defined_tags is not None:
|
46
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
47
|
+
if description is not None:
|
48
|
+
pulumi.set(__self__, "description", description)
|
49
|
+
if display_name is not None:
|
50
|
+
pulumi.set(__self__, "display_name", display_name)
|
51
|
+
if freeform_tags is not None:
|
52
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
53
|
+
|
54
|
+
@property
|
55
|
+
@pulumi.getter(name="compartmentId")
|
56
|
+
def compartment_id(self) -> pulumi.Input[str]:
|
57
|
+
"""
|
58
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the data ingestion job in.
|
59
|
+
"""
|
60
|
+
return pulumi.get(self, "compartment_id")
|
61
|
+
|
62
|
+
@compartment_id.setter
|
63
|
+
def compartment_id(self, value: pulumi.Input[str]):
|
64
|
+
pulumi.set(self, "compartment_id", value)
|
65
|
+
|
66
|
+
@property
|
67
|
+
@pulumi.getter(name="dataSourceId")
|
68
|
+
def data_source_id(self) -> pulumi.Input[str]:
|
69
|
+
"""
|
70
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the parent DataSource.
|
71
|
+
"""
|
72
|
+
return pulumi.get(self, "data_source_id")
|
73
|
+
|
74
|
+
@data_source_id.setter
|
75
|
+
def data_source_id(self, value: pulumi.Input[str]):
|
76
|
+
pulumi.set(self, "data_source_id", value)
|
77
|
+
|
78
|
+
@property
|
79
|
+
@pulumi.getter(name="definedTags")
|
80
|
+
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
81
|
+
"""
|
82
|
+
Defined 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). Example: `{"Operations.CostCenter": "42"}`
|
83
|
+
"""
|
84
|
+
return pulumi.get(self, "defined_tags")
|
85
|
+
|
86
|
+
@defined_tags.setter
|
87
|
+
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
88
|
+
pulumi.set(self, "defined_tags", value)
|
89
|
+
|
90
|
+
@property
|
91
|
+
@pulumi.getter
|
92
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
93
|
+
"""
|
94
|
+
A user-friendly description of the data ingestion job.
|
95
|
+
"""
|
96
|
+
return pulumi.get(self, "description")
|
97
|
+
|
98
|
+
@description.setter
|
99
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
100
|
+
pulumi.set(self, "description", value)
|
101
|
+
|
102
|
+
@property
|
103
|
+
@pulumi.getter(name="displayName")
|
104
|
+
def display_name(self) -> Optional[pulumi.Input[str]]:
|
105
|
+
"""
|
106
|
+
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
107
|
+
"""
|
108
|
+
return pulumi.get(self, "display_name")
|
109
|
+
|
110
|
+
@display_name.setter
|
111
|
+
def display_name(self, value: Optional[pulumi.Input[str]]):
|
112
|
+
pulumi.set(self, "display_name", value)
|
113
|
+
|
114
|
+
@property
|
115
|
+
@pulumi.getter(name="freeformTags")
|
116
|
+
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
117
|
+
"""
|
118
|
+
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
119
|
+
|
120
|
+
|
121
|
+
** IMPORTANT **
|
122
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
123
|
+
"""
|
124
|
+
return pulumi.get(self, "freeform_tags")
|
125
|
+
|
126
|
+
@freeform_tags.setter
|
127
|
+
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
128
|
+
pulumi.set(self, "freeform_tags", value)
|
129
|
+
|
130
|
+
|
131
|
+
@pulumi.input_type
|
132
|
+
class _AgentDataIngestionJobState:
|
133
|
+
def __init__(__self__, *,
|
134
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
135
|
+
data_ingestion_job_statistics: Optional[pulumi.Input[Sequence[pulumi.Input['AgentDataIngestionJobDataIngestionJobStatisticArgs']]]] = None,
|
136
|
+
data_source_id: Optional[pulumi.Input[str]] = None,
|
137
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
138
|
+
description: Optional[pulumi.Input[str]] = None,
|
139
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
140
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
141
|
+
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
142
|
+
state: Optional[pulumi.Input[str]] = None,
|
143
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
144
|
+
time_created: Optional[pulumi.Input[str]] = None,
|
145
|
+
time_updated: Optional[pulumi.Input[str]] = None):
|
146
|
+
"""
|
147
|
+
Input properties used for looking up and filtering AgentDataIngestionJob resources.
|
148
|
+
:param pulumi.Input[str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the data ingestion job in.
|
149
|
+
:param pulumi.Input[Sequence[pulumi.Input['AgentDataIngestionJobDataIngestionJobStatisticArgs']]] data_ingestion_job_statistics: **DataIngestionJobStatistics**
|
150
|
+
:param pulumi.Input[str] data_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the parent DataSource.
|
151
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: Defined 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). Example: `{"Operations.CostCenter": "42"}`
|
152
|
+
:param pulumi.Input[str] description: A user-friendly description of the data ingestion job.
|
153
|
+
:param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
154
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
155
|
+
|
156
|
+
|
157
|
+
** IMPORTANT **
|
158
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
159
|
+
:param pulumi.Input[str] lifecycle_details: A message that describes the current state of the data ingestion job in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
|
160
|
+
:param pulumi.Input[str] state: The current state of the data ingestion job.
|
161
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
162
|
+
:param pulumi.Input[str] time_created: The date and time the data ingestion job was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
163
|
+
:param pulumi.Input[str] time_updated: The date and time the data ingestion job was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
164
|
+
"""
|
165
|
+
if compartment_id is not None:
|
166
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
167
|
+
if data_ingestion_job_statistics is not None:
|
168
|
+
pulumi.set(__self__, "data_ingestion_job_statistics", data_ingestion_job_statistics)
|
169
|
+
if data_source_id is not None:
|
170
|
+
pulumi.set(__self__, "data_source_id", data_source_id)
|
171
|
+
if defined_tags is not None:
|
172
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
173
|
+
if description is not None:
|
174
|
+
pulumi.set(__self__, "description", description)
|
175
|
+
if display_name is not None:
|
176
|
+
pulumi.set(__self__, "display_name", display_name)
|
177
|
+
if freeform_tags is not None:
|
178
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
179
|
+
if lifecycle_details is not None:
|
180
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
181
|
+
if state is not None:
|
182
|
+
pulumi.set(__self__, "state", state)
|
183
|
+
if system_tags is not None:
|
184
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
185
|
+
if time_created is not None:
|
186
|
+
pulumi.set(__self__, "time_created", time_created)
|
187
|
+
if time_updated is not None:
|
188
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
189
|
+
|
190
|
+
@property
|
191
|
+
@pulumi.getter(name="compartmentId")
|
192
|
+
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
193
|
+
"""
|
194
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the data ingestion job in.
|
195
|
+
"""
|
196
|
+
return pulumi.get(self, "compartment_id")
|
197
|
+
|
198
|
+
@compartment_id.setter
|
199
|
+
def compartment_id(self, value: Optional[pulumi.Input[str]]):
|
200
|
+
pulumi.set(self, "compartment_id", value)
|
201
|
+
|
202
|
+
@property
|
203
|
+
@pulumi.getter(name="dataIngestionJobStatistics")
|
204
|
+
def data_ingestion_job_statistics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AgentDataIngestionJobDataIngestionJobStatisticArgs']]]]:
|
205
|
+
"""
|
206
|
+
**DataIngestionJobStatistics**
|
207
|
+
"""
|
208
|
+
return pulumi.get(self, "data_ingestion_job_statistics")
|
209
|
+
|
210
|
+
@data_ingestion_job_statistics.setter
|
211
|
+
def data_ingestion_job_statistics(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AgentDataIngestionJobDataIngestionJobStatisticArgs']]]]):
|
212
|
+
pulumi.set(self, "data_ingestion_job_statistics", value)
|
213
|
+
|
214
|
+
@property
|
215
|
+
@pulumi.getter(name="dataSourceId")
|
216
|
+
def data_source_id(self) -> Optional[pulumi.Input[str]]:
|
217
|
+
"""
|
218
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the parent DataSource.
|
219
|
+
"""
|
220
|
+
return pulumi.get(self, "data_source_id")
|
221
|
+
|
222
|
+
@data_source_id.setter
|
223
|
+
def data_source_id(self, value: Optional[pulumi.Input[str]]):
|
224
|
+
pulumi.set(self, "data_source_id", value)
|
225
|
+
|
226
|
+
@property
|
227
|
+
@pulumi.getter(name="definedTags")
|
228
|
+
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
229
|
+
"""
|
230
|
+
Defined 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). Example: `{"Operations.CostCenter": "42"}`
|
231
|
+
"""
|
232
|
+
return pulumi.get(self, "defined_tags")
|
233
|
+
|
234
|
+
@defined_tags.setter
|
235
|
+
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
236
|
+
pulumi.set(self, "defined_tags", value)
|
237
|
+
|
238
|
+
@property
|
239
|
+
@pulumi.getter
|
240
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
241
|
+
"""
|
242
|
+
A user-friendly description of the data ingestion job.
|
243
|
+
"""
|
244
|
+
return pulumi.get(self, "description")
|
245
|
+
|
246
|
+
@description.setter
|
247
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
248
|
+
pulumi.set(self, "description", value)
|
249
|
+
|
250
|
+
@property
|
251
|
+
@pulumi.getter(name="displayName")
|
252
|
+
def display_name(self) -> Optional[pulumi.Input[str]]:
|
253
|
+
"""
|
254
|
+
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
255
|
+
"""
|
256
|
+
return pulumi.get(self, "display_name")
|
257
|
+
|
258
|
+
@display_name.setter
|
259
|
+
def display_name(self, value: Optional[pulumi.Input[str]]):
|
260
|
+
pulumi.set(self, "display_name", value)
|
261
|
+
|
262
|
+
@property
|
263
|
+
@pulumi.getter(name="freeformTags")
|
264
|
+
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
265
|
+
"""
|
266
|
+
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
267
|
+
|
268
|
+
|
269
|
+
** IMPORTANT **
|
270
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
271
|
+
"""
|
272
|
+
return pulumi.get(self, "freeform_tags")
|
273
|
+
|
274
|
+
@freeform_tags.setter
|
275
|
+
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
276
|
+
pulumi.set(self, "freeform_tags", value)
|
277
|
+
|
278
|
+
@property
|
279
|
+
@pulumi.getter(name="lifecycleDetails")
|
280
|
+
def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
|
281
|
+
"""
|
282
|
+
A message that describes the current state of the data ingestion job in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
|
283
|
+
"""
|
284
|
+
return pulumi.get(self, "lifecycle_details")
|
285
|
+
|
286
|
+
@lifecycle_details.setter
|
287
|
+
def lifecycle_details(self, value: Optional[pulumi.Input[str]]):
|
288
|
+
pulumi.set(self, "lifecycle_details", value)
|
289
|
+
|
290
|
+
@property
|
291
|
+
@pulumi.getter
|
292
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
293
|
+
"""
|
294
|
+
The current state of the data ingestion job.
|
295
|
+
"""
|
296
|
+
return pulumi.get(self, "state")
|
297
|
+
|
298
|
+
@state.setter
|
299
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
300
|
+
pulumi.set(self, "state", value)
|
301
|
+
|
302
|
+
@property
|
303
|
+
@pulumi.getter(name="systemTags")
|
304
|
+
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
305
|
+
"""
|
306
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
307
|
+
"""
|
308
|
+
return pulumi.get(self, "system_tags")
|
309
|
+
|
310
|
+
@system_tags.setter
|
311
|
+
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
312
|
+
pulumi.set(self, "system_tags", value)
|
313
|
+
|
314
|
+
@property
|
315
|
+
@pulumi.getter(name="timeCreated")
|
316
|
+
def time_created(self) -> Optional[pulumi.Input[str]]:
|
317
|
+
"""
|
318
|
+
The date and time the data ingestion job was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
319
|
+
"""
|
320
|
+
return pulumi.get(self, "time_created")
|
321
|
+
|
322
|
+
@time_created.setter
|
323
|
+
def time_created(self, value: Optional[pulumi.Input[str]]):
|
324
|
+
pulumi.set(self, "time_created", value)
|
325
|
+
|
326
|
+
@property
|
327
|
+
@pulumi.getter(name="timeUpdated")
|
328
|
+
def time_updated(self) -> Optional[pulumi.Input[str]]:
|
329
|
+
"""
|
330
|
+
The date and time the data ingestion job was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
331
|
+
"""
|
332
|
+
return pulumi.get(self, "time_updated")
|
333
|
+
|
334
|
+
@time_updated.setter
|
335
|
+
def time_updated(self, value: Optional[pulumi.Input[str]]):
|
336
|
+
pulumi.set(self, "time_updated", value)
|
337
|
+
|
338
|
+
|
339
|
+
class AgentDataIngestionJob(pulumi.CustomResource):
|
340
|
+
@overload
|
341
|
+
def __init__(__self__,
|
342
|
+
resource_name: str,
|
343
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
344
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
345
|
+
data_source_id: Optional[pulumi.Input[str]] = None,
|
346
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
347
|
+
description: Optional[pulumi.Input[str]] = None,
|
348
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
349
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
350
|
+
__props__=None):
|
351
|
+
"""
|
352
|
+
This resource provides the Data Ingestion Job resource in Oracle Cloud Infrastructure Generative Ai Agent service.
|
353
|
+
|
354
|
+
**CreateDataIngestionJob**
|
355
|
+
|
356
|
+
Creates a data ingestion job.
|
357
|
+
|
358
|
+
## Example Usage
|
359
|
+
|
360
|
+
```python
|
361
|
+
import pulumi
|
362
|
+
import pulumi_oci as oci
|
363
|
+
|
364
|
+
test_data_ingestion_job = oci.generative_ai.AgentDataIngestionJob("test_data_ingestion_job",
|
365
|
+
compartment_id=compartment_id,
|
366
|
+
data_source_id=test_data_source["id"],
|
367
|
+
defined_tags={
|
368
|
+
"Operations.CostCenter": "42",
|
369
|
+
},
|
370
|
+
description=data_ingestion_job_description,
|
371
|
+
display_name=data_ingestion_job_display_name,
|
372
|
+
freeform_tags={
|
373
|
+
"Department": "Finance",
|
374
|
+
})
|
375
|
+
```
|
376
|
+
|
377
|
+
## Import
|
378
|
+
|
379
|
+
DataIngestionJobs can be imported using the `id`, e.g.
|
380
|
+
|
381
|
+
```sh
|
382
|
+
$ pulumi import oci:GenerativeAi/agentDataIngestionJob:AgentDataIngestionJob test_data_ingestion_job "id"
|
383
|
+
```
|
384
|
+
|
385
|
+
:param str resource_name: The name of the resource.
|
386
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
387
|
+
:param pulumi.Input[str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the data ingestion job in.
|
388
|
+
:param pulumi.Input[str] data_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the parent DataSource.
|
389
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: Defined 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). Example: `{"Operations.CostCenter": "42"}`
|
390
|
+
:param pulumi.Input[str] description: A user-friendly description of the data ingestion job.
|
391
|
+
:param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
392
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
393
|
+
|
394
|
+
|
395
|
+
** IMPORTANT **
|
396
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
397
|
+
"""
|
398
|
+
...
|
399
|
+
@overload
|
400
|
+
def __init__(__self__,
|
401
|
+
resource_name: str,
|
402
|
+
args: AgentDataIngestionJobArgs,
|
403
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
404
|
+
"""
|
405
|
+
This resource provides the Data Ingestion Job resource in Oracle Cloud Infrastructure Generative Ai Agent service.
|
406
|
+
|
407
|
+
**CreateDataIngestionJob**
|
408
|
+
|
409
|
+
Creates a data ingestion job.
|
410
|
+
|
411
|
+
## Example Usage
|
412
|
+
|
413
|
+
```python
|
414
|
+
import pulumi
|
415
|
+
import pulumi_oci as oci
|
416
|
+
|
417
|
+
test_data_ingestion_job = oci.generative_ai.AgentDataIngestionJob("test_data_ingestion_job",
|
418
|
+
compartment_id=compartment_id,
|
419
|
+
data_source_id=test_data_source["id"],
|
420
|
+
defined_tags={
|
421
|
+
"Operations.CostCenter": "42",
|
422
|
+
},
|
423
|
+
description=data_ingestion_job_description,
|
424
|
+
display_name=data_ingestion_job_display_name,
|
425
|
+
freeform_tags={
|
426
|
+
"Department": "Finance",
|
427
|
+
})
|
428
|
+
```
|
429
|
+
|
430
|
+
## Import
|
431
|
+
|
432
|
+
DataIngestionJobs can be imported using the `id`, e.g.
|
433
|
+
|
434
|
+
```sh
|
435
|
+
$ pulumi import oci:GenerativeAi/agentDataIngestionJob:AgentDataIngestionJob test_data_ingestion_job "id"
|
436
|
+
```
|
437
|
+
|
438
|
+
:param str resource_name: The name of the resource.
|
439
|
+
:param AgentDataIngestionJobArgs args: The arguments to use to populate this resource's properties.
|
440
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
441
|
+
"""
|
442
|
+
...
|
443
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
444
|
+
resource_args, opts = _utilities.get_resource_args_opts(AgentDataIngestionJobArgs, pulumi.ResourceOptions, *args, **kwargs)
|
445
|
+
if resource_args is not None:
|
446
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
447
|
+
else:
|
448
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
449
|
+
|
450
|
+
def _internal_init(__self__,
|
451
|
+
resource_name: str,
|
452
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
453
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
454
|
+
data_source_id: Optional[pulumi.Input[str]] = None,
|
455
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
456
|
+
description: Optional[pulumi.Input[str]] = None,
|
457
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
458
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
459
|
+
__props__=None):
|
460
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
461
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
462
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
463
|
+
if opts.id is None:
|
464
|
+
if __props__ is not None:
|
465
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
466
|
+
__props__ = AgentDataIngestionJobArgs.__new__(AgentDataIngestionJobArgs)
|
467
|
+
|
468
|
+
if compartment_id is None and not opts.urn:
|
469
|
+
raise TypeError("Missing required property 'compartment_id'")
|
470
|
+
__props__.__dict__["compartment_id"] = compartment_id
|
471
|
+
if data_source_id is None and not opts.urn:
|
472
|
+
raise TypeError("Missing required property 'data_source_id'")
|
473
|
+
__props__.__dict__["data_source_id"] = data_source_id
|
474
|
+
__props__.__dict__["defined_tags"] = defined_tags
|
475
|
+
__props__.__dict__["description"] = description
|
476
|
+
__props__.__dict__["display_name"] = display_name
|
477
|
+
__props__.__dict__["freeform_tags"] = freeform_tags
|
478
|
+
__props__.__dict__["data_ingestion_job_statistics"] = None
|
479
|
+
__props__.__dict__["lifecycle_details"] = None
|
480
|
+
__props__.__dict__["state"] = None
|
481
|
+
__props__.__dict__["system_tags"] = None
|
482
|
+
__props__.__dict__["time_created"] = None
|
483
|
+
__props__.__dict__["time_updated"] = None
|
484
|
+
super(AgentDataIngestionJob, __self__).__init__(
|
485
|
+
'oci:GenerativeAi/agentDataIngestionJob:AgentDataIngestionJob',
|
486
|
+
resource_name,
|
487
|
+
__props__,
|
488
|
+
opts)
|
489
|
+
|
490
|
+
@staticmethod
|
491
|
+
def get(resource_name: str,
|
492
|
+
id: pulumi.Input[str],
|
493
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
494
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
495
|
+
data_ingestion_job_statistics: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AgentDataIngestionJobDataIngestionJobStatisticArgs', 'AgentDataIngestionJobDataIngestionJobStatisticArgsDict']]]]] = None,
|
496
|
+
data_source_id: Optional[pulumi.Input[str]] = None,
|
497
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
498
|
+
description: Optional[pulumi.Input[str]] = None,
|
499
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
500
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
501
|
+
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
502
|
+
state: Optional[pulumi.Input[str]] = None,
|
503
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
504
|
+
time_created: Optional[pulumi.Input[str]] = None,
|
505
|
+
time_updated: Optional[pulumi.Input[str]] = None) -> 'AgentDataIngestionJob':
|
506
|
+
"""
|
507
|
+
Get an existing AgentDataIngestionJob resource's state with the given name, id, and optional extra
|
508
|
+
properties used to qualify the lookup.
|
509
|
+
|
510
|
+
:param str resource_name: The unique name of the resulting resource.
|
511
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
512
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
513
|
+
:param pulumi.Input[str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the data ingestion job in.
|
514
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['AgentDataIngestionJobDataIngestionJobStatisticArgs', 'AgentDataIngestionJobDataIngestionJobStatisticArgsDict']]]] data_ingestion_job_statistics: **DataIngestionJobStatistics**
|
515
|
+
:param pulumi.Input[str] data_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the parent DataSource.
|
516
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: Defined 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). Example: `{"Operations.CostCenter": "42"}`
|
517
|
+
:param pulumi.Input[str] description: A user-friendly description of the data ingestion job.
|
518
|
+
:param pulumi.Input[str] display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
519
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
520
|
+
|
521
|
+
|
522
|
+
** IMPORTANT **
|
523
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
524
|
+
:param pulumi.Input[str] lifecycle_details: A message that describes the current state of the data ingestion job in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
|
525
|
+
:param pulumi.Input[str] state: The current state of the data ingestion job.
|
526
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
527
|
+
:param pulumi.Input[str] time_created: The date and time the data ingestion job was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
528
|
+
:param pulumi.Input[str] time_updated: The date and time the data ingestion job was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
529
|
+
"""
|
530
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
531
|
+
|
532
|
+
__props__ = _AgentDataIngestionJobState.__new__(_AgentDataIngestionJobState)
|
533
|
+
|
534
|
+
__props__.__dict__["compartment_id"] = compartment_id
|
535
|
+
__props__.__dict__["data_ingestion_job_statistics"] = data_ingestion_job_statistics
|
536
|
+
__props__.__dict__["data_source_id"] = data_source_id
|
537
|
+
__props__.__dict__["defined_tags"] = defined_tags
|
538
|
+
__props__.__dict__["description"] = description
|
539
|
+
__props__.__dict__["display_name"] = display_name
|
540
|
+
__props__.__dict__["freeform_tags"] = freeform_tags
|
541
|
+
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
542
|
+
__props__.__dict__["state"] = state
|
543
|
+
__props__.__dict__["system_tags"] = system_tags
|
544
|
+
__props__.__dict__["time_created"] = time_created
|
545
|
+
__props__.__dict__["time_updated"] = time_updated
|
546
|
+
return AgentDataIngestionJob(resource_name, opts=opts, __props__=__props__)
|
547
|
+
|
548
|
+
@property
|
549
|
+
@pulumi.getter(name="compartmentId")
|
550
|
+
def compartment_id(self) -> pulumi.Output[str]:
|
551
|
+
"""
|
552
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the data ingestion job in.
|
553
|
+
"""
|
554
|
+
return pulumi.get(self, "compartment_id")
|
555
|
+
|
556
|
+
@property
|
557
|
+
@pulumi.getter(name="dataIngestionJobStatistics")
|
558
|
+
def data_ingestion_job_statistics(self) -> pulumi.Output[Sequence['outputs.AgentDataIngestionJobDataIngestionJobStatistic']]:
|
559
|
+
"""
|
560
|
+
**DataIngestionJobStatistics**
|
561
|
+
"""
|
562
|
+
return pulumi.get(self, "data_ingestion_job_statistics")
|
563
|
+
|
564
|
+
@property
|
565
|
+
@pulumi.getter(name="dataSourceId")
|
566
|
+
def data_source_id(self) -> pulumi.Output[str]:
|
567
|
+
"""
|
568
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the parent DataSource.
|
569
|
+
"""
|
570
|
+
return pulumi.get(self, "data_source_id")
|
571
|
+
|
572
|
+
@property
|
573
|
+
@pulumi.getter(name="definedTags")
|
574
|
+
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
575
|
+
"""
|
576
|
+
Defined 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). Example: `{"Operations.CostCenter": "42"}`
|
577
|
+
"""
|
578
|
+
return pulumi.get(self, "defined_tags")
|
579
|
+
|
580
|
+
@property
|
581
|
+
@pulumi.getter
|
582
|
+
def description(self) -> pulumi.Output[str]:
|
583
|
+
"""
|
584
|
+
A user-friendly description of the data ingestion job.
|
585
|
+
"""
|
586
|
+
return pulumi.get(self, "description")
|
587
|
+
|
588
|
+
@property
|
589
|
+
@pulumi.getter(name="displayName")
|
590
|
+
def display_name(self) -> pulumi.Output[str]:
|
591
|
+
"""
|
592
|
+
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
593
|
+
"""
|
594
|
+
return pulumi.get(self, "display_name")
|
595
|
+
|
596
|
+
@property
|
597
|
+
@pulumi.getter(name="freeformTags")
|
598
|
+
def freeform_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
599
|
+
"""
|
600
|
+
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
601
|
+
|
602
|
+
|
603
|
+
** IMPORTANT **
|
604
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
605
|
+
"""
|
606
|
+
return pulumi.get(self, "freeform_tags")
|
607
|
+
|
608
|
+
@property
|
609
|
+
@pulumi.getter(name="lifecycleDetails")
|
610
|
+
def lifecycle_details(self) -> pulumi.Output[str]:
|
611
|
+
"""
|
612
|
+
A message that describes the current state of the data ingestion job in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
|
613
|
+
"""
|
614
|
+
return pulumi.get(self, "lifecycle_details")
|
615
|
+
|
616
|
+
@property
|
617
|
+
@pulumi.getter
|
618
|
+
def state(self) -> pulumi.Output[str]:
|
619
|
+
"""
|
620
|
+
The current state of the data ingestion job.
|
621
|
+
"""
|
622
|
+
return pulumi.get(self, "state")
|
623
|
+
|
624
|
+
@property
|
625
|
+
@pulumi.getter(name="systemTags")
|
626
|
+
def system_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
627
|
+
"""
|
628
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
629
|
+
"""
|
630
|
+
return pulumi.get(self, "system_tags")
|
631
|
+
|
632
|
+
@property
|
633
|
+
@pulumi.getter(name="timeCreated")
|
634
|
+
def time_created(self) -> pulumi.Output[str]:
|
635
|
+
"""
|
636
|
+
The date and time the data ingestion job was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
637
|
+
"""
|
638
|
+
return pulumi.get(self, "time_created")
|
639
|
+
|
640
|
+
@property
|
641
|
+
@pulumi.getter(name="timeUpdated")
|
642
|
+
def time_updated(self) -> pulumi.Output[str]:
|
643
|
+
"""
|
644
|
+
The date and time the data ingestion job was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
645
|
+
"""
|
646
|
+
return pulumi.get(self, "time_updated")
|
647
|
+
|