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.
Files changed (76) hide show
  1. pulumi_oci/__init__.py +59 -0
  2. pulumi_oci/core/_inputs.py +3 -3
  3. pulumi_oci/core/compute_capacity_reservation.py +7 -7
  4. pulumi_oci/core/get_boot_volume.py +1 -1
  5. pulumi_oci/core/get_volume.py +1 -1
  6. pulumi_oci/core/instance_pool.py +7 -7
  7. pulumi_oci/core/outputs.py +46 -46
  8. pulumi_oci/database/autonomous_database.py +47 -0
  9. pulumi_oci/database/cloud_autonomous_vm_cluster.py +105 -0
  10. pulumi_oci/database/cloud_vm_cluster.py +49 -0
  11. pulumi_oci/database/data_guard_association.py +49 -0
  12. pulumi_oci/database/db_system.py +47 -0
  13. pulumi_oci/database/exadb_vm_cluster.py +68 -7
  14. pulumi_oci/database/get_autonomous_database.py +15 -1
  15. pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +43 -1
  16. pulumi_oci/database/get_cloud_vm_cluster.py +15 -1
  17. pulumi_oci/database/get_data_guard_association.py +12 -1
  18. pulumi_oci/database/get_exadb_vm_cluster.py +16 -2
  19. pulumi_oci/database/outputs.py +97 -2
  20. pulumi_oci/dataflow/get_sql_endpoint.py +1 -15
  21. pulumi_oci/dataflow/outputs.py +0 -11
  22. pulumi_oci/dataflow/sql_endpoint.py +88 -85
  23. pulumi_oci/generativeai/__init__.py +16 -0
  24. pulumi_oci/generativeai/_inputs.py +1090 -0
  25. pulumi_oci/generativeai/agent_agent.py +665 -0
  26. pulumi_oci/generativeai/agent_agent_endpoint.py +888 -0
  27. pulumi_oci/generativeai/agent_data_ingestion_job.py +647 -0
  28. pulumi_oci/generativeai/agent_data_source.py +697 -0
  29. pulumi_oci/generativeai/agent_knowledge_base.py +659 -0
  30. pulumi_oci/generativeai/get_agent_agent.py +285 -0
  31. pulumi_oci/generativeai/get_agent_agent_endpoint.py +342 -0
  32. pulumi_oci/generativeai/get_agent_agent_endpoints.py +217 -0
  33. pulumi_oci/generativeai/get_agent_agents.py +195 -0
  34. pulumi_oci/generativeai/get_agent_data_ingestion_job.py +286 -0
  35. pulumi_oci/generativeai/get_agent_data_ingestion_job_log_content.py +117 -0
  36. pulumi_oci/generativeai/get_agent_data_ingestion_jobs.py +217 -0
  37. pulumi_oci/generativeai/get_agent_data_source.py +286 -0
  38. pulumi_oci/generativeai/get_agent_data_sources.py +217 -0
  39. pulumi_oci/generativeai/get_agent_knowledge_base.py +272 -0
  40. pulumi_oci/generativeai/get_agent_knowledge_bases.py +195 -0
  41. pulumi_oci/generativeai/outputs.py +2840 -268
  42. pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
  43. pulumi_oci/globallydistributeddatabase/_inputs.py +1289 -0
  44. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +348 -0
  45. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +191 -0
  46. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +746 -0
  47. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +191 -0
  48. pulumi_oci/globallydistributeddatabase/outputs.py +2114 -0
  49. pulumi_oci/globallydistributeddatabase/private_endpoint.py +822 -0
  50. pulumi_oci/globallydistributeddatabase/sharded_database.py +2157 -0
  51. pulumi_oci/goldengate/connection.py +1065 -78
  52. pulumi_oci/goldengate/deployment.py +7 -7
  53. pulumi_oci/goldengate/deployment_backup.py +49 -0
  54. pulumi_oci/goldengate/get_connection.py +288 -7
  55. pulumi_oci/goldengate/get_deployment.py +1 -1
  56. pulumi_oci/goldengate/get_deployment_backup.py +15 -1
  57. pulumi_oci/goldengate/outputs.py +240 -3
  58. pulumi_oci/identity/__init__.py +2 -0
  59. pulumi_oci/identity/_inputs.py +55 -6
  60. pulumi_oci/identity/domains_condition.py +9 -2
  61. pulumi_oci/identity/domains_policy.py +9 -2
  62. pulumi_oci/identity/domains_rule.py +9 -2
  63. pulumi_oci/identity/get_domains_condition.py +2 -2
  64. pulumi_oci/identity/get_domains_conditions.py +2 -2
  65. pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consent.py +503 -0
  66. pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consents.py +338 -0
  67. pulumi_oci/identity/get_domains_policies.py +2 -2
  68. pulumi_oci/identity/get_domains_policy.py +2 -2
  69. pulumi_oci/identity/get_domains_rule.py +2 -2
  70. pulumi_oci/identity/get_domains_rules.py +2 -2
  71. pulumi_oci/identity/outputs.py +917 -4
  72. pulumi_oci/pulumi-plugin.json +1 -1
  73. {pulumi_oci-2.16.0a1731393786.dist-info → pulumi_oci-2.17.0.dist-info}/METADATA +1 -1
  74. {pulumi_oci-2.16.0a1731393786.dist-info → pulumi_oci-2.17.0.dist-info}/RECORD +76 -49
  75. {pulumi_oci-2.16.0a1731393786.dist-info → pulumi_oci-2.17.0.dist-info}/WHEEL +1 -1
  76. {pulumi_oci-2.16.0a1731393786.dist-info → pulumi_oci-2.17.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,888 @@
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__ = ['AgentAgentEndpointArgs', 'AgentAgentEndpoint']
20
+
21
+ @pulumi.input_type
22
+ class AgentAgentEndpointArgs:
23
+ def __init__(__self__, *,
24
+ agent_id: pulumi.Input[str],
25
+ compartment_id: pulumi.Input[str],
26
+ content_moderation_config: Optional[pulumi.Input['AgentAgentEndpointContentModerationConfigArgs']] = None,
27
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
28
+ description: Optional[pulumi.Input[str]] = None,
29
+ display_name: Optional[pulumi.Input[str]] = None,
30
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
31
+ session_config: Optional[pulumi.Input['AgentAgentEndpointSessionConfigArgs']] = None,
32
+ should_enable_citation: Optional[pulumi.Input[bool]] = None,
33
+ should_enable_session: Optional[pulumi.Input[bool]] = None,
34
+ should_enable_trace: Optional[pulumi.Input[bool]] = None):
35
+ """
36
+ The set of arguments for constructing a AgentAgentEndpoint resource.
37
+ :param pulumi.Input[str] agent_id: The OCID of the agent that this endpoint is associated with.
38
+ :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the endpoint in.
39
+ :param pulumi.Input['AgentAgentEndpointContentModerationConfigArgs'] content_moderation_config: (Updatable) The configuration details about whether to apply the content moderation feature to input and output. Content moderation removes toxic and biased content from responses. It is recommended to use content moderation.
40
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) 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"}`
41
+ :param pulumi.Input[str] description: (Updatable) An optional description of the endpoint.
42
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
43
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) 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"}`
44
+ :param pulumi.Input['AgentAgentEndpointSessionConfigArgs'] session_config: (Updatable) **SessionConfig**
45
+
46
+ Session Configuration on AgentEndpoint.
47
+ :param pulumi.Input[bool] should_enable_citation: (Updatable) Whether to show citations in the chat result.
48
+ :param pulumi.Input[bool] should_enable_session: Whether or not to enable Session-based chat.
49
+ :param pulumi.Input[bool] should_enable_trace: (Updatable) Whether to show traces in the chat result.
50
+
51
+
52
+ ** IMPORTANT **
53
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
54
+ """
55
+ pulumi.set(__self__, "agent_id", agent_id)
56
+ pulumi.set(__self__, "compartment_id", compartment_id)
57
+ if content_moderation_config is not None:
58
+ pulumi.set(__self__, "content_moderation_config", content_moderation_config)
59
+ if defined_tags is not None:
60
+ pulumi.set(__self__, "defined_tags", defined_tags)
61
+ if description is not None:
62
+ pulumi.set(__self__, "description", description)
63
+ if display_name is not None:
64
+ pulumi.set(__self__, "display_name", display_name)
65
+ if freeform_tags is not None:
66
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
67
+ if session_config is not None:
68
+ pulumi.set(__self__, "session_config", session_config)
69
+ if should_enable_citation is not None:
70
+ pulumi.set(__self__, "should_enable_citation", should_enable_citation)
71
+ if should_enable_session is not None:
72
+ pulumi.set(__self__, "should_enable_session", should_enable_session)
73
+ if should_enable_trace is not None:
74
+ pulumi.set(__self__, "should_enable_trace", should_enable_trace)
75
+
76
+ @property
77
+ @pulumi.getter(name="agentId")
78
+ def agent_id(self) -> pulumi.Input[str]:
79
+ """
80
+ The OCID of the agent that this endpoint is associated with.
81
+ """
82
+ return pulumi.get(self, "agent_id")
83
+
84
+ @agent_id.setter
85
+ def agent_id(self, value: pulumi.Input[str]):
86
+ pulumi.set(self, "agent_id", value)
87
+
88
+ @property
89
+ @pulumi.getter(name="compartmentId")
90
+ def compartment_id(self) -> pulumi.Input[str]:
91
+ """
92
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the endpoint in.
93
+ """
94
+ return pulumi.get(self, "compartment_id")
95
+
96
+ @compartment_id.setter
97
+ def compartment_id(self, value: pulumi.Input[str]):
98
+ pulumi.set(self, "compartment_id", value)
99
+
100
+ @property
101
+ @pulumi.getter(name="contentModerationConfig")
102
+ def content_moderation_config(self) -> Optional[pulumi.Input['AgentAgentEndpointContentModerationConfigArgs']]:
103
+ """
104
+ (Updatable) The configuration details about whether to apply the content moderation feature to input and output. Content moderation removes toxic and biased content from responses. It is recommended to use content moderation.
105
+ """
106
+ return pulumi.get(self, "content_moderation_config")
107
+
108
+ @content_moderation_config.setter
109
+ def content_moderation_config(self, value: Optional[pulumi.Input['AgentAgentEndpointContentModerationConfigArgs']]):
110
+ pulumi.set(self, "content_moderation_config", value)
111
+
112
+ @property
113
+ @pulumi.getter(name="definedTags")
114
+ def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
115
+ """
116
+ (Updatable) 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"}`
117
+ """
118
+ return pulumi.get(self, "defined_tags")
119
+
120
+ @defined_tags.setter
121
+ def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
122
+ pulumi.set(self, "defined_tags", value)
123
+
124
+ @property
125
+ @pulumi.getter
126
+ def description(self) -> Optional[pulumi.Input[str]]:
127
+ """
128
+ (Updatable) An optional description of the endpoint.
129
+ """
130
+ return pulumi.get(self, "description")
131
+
132
+ @description.setter
133
+ def description(self, value: Optional[pulumi.Input[str]]):
134
+ pulumi.set(self, "description", value)
135
+
136
+ @property
137
+ @pulumi.getter(name="displayName")
138
+ def display_name(self) -> Optional[pulumi.Input[str]]:
139
+ """
140
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
141
+ """
142
+ return pulumi.get(self, "display_name")
143
+
144
+ @display_name.setter
145
+ def display_name(self, value: Optional[pulumi.Input[str]]):
146
+ pulumi.set(self, "display_name", value)
147
+
148
+ @property
149
+ @pulumi.getter(name="freeformTags")
150
+ def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
151
+ """
152
+ (Updatable) 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"}`
153
+ """
154
+ return pulumi.get(self, "freeform_tags")
155
+
156
+ @freeform_tags.setter
157
+ def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
158
+ pulumi.set(self, "freeform_tags", value)
159
+
160
+ @property
161
+ @pulumi.getter(name="sessionConfig")
162
+ def session_config(self) -> Optional[pulumi.Input['AgentAgentEndpointSessionConfigArgs']]:
163
+ """
164
+ (Updatable) **SessionConfig**
165
+
166
+ Session Configuration on AgentEndpoint.
167
+ """
168
+ return pulumi.get(self, "session_config")
169
+
170
+ @session_config.setter
171
+ def session_config(self, value: Optional[pulumi.Input['AgentAgentEndpointSessionConfigArgs']]):
172
+ pulumi.set(self, "session_config", value)
173
+
174
+ @property
175
+ @pulumi.getter(name="shouldEnableCitation")
176
+ def should_enable_citation(self) -> Optional[pulumi.Input[bool]]:
177
+ """
178
+ (Updatable) Whether to show citations in the chat result.
179
+ """
180
+ return pulumi.get(self, "should_enable_citation")
181
+
182
+ @should_enable_citation.setter
183
+ def should_enable_citation(self, value: Optional[pulumi.Input[bool]]):
184
+ pulumi.set(self, "should_enable_citation", value)
185
+
186
+ @property
187
+ @pulumi.getter(name="shouldEnableSession")
188
+ def should_enable_session(self) -> Optional[pulumi.Input[bool]]:
189
+ """
190
+ Whether or not to enable Session-based chat.
191
+ """
192
+ return pulumi.get(self, "should_enable_session")
193
+
194
+ @should_enable_session.setter
195
+ def should_enable_session(self, value: Optional[pulumi.Input[bool]]):
196
+ pulumi.set(self, "should_enable_session", value)
197
+
198
+ @property
199
+ @pulumi.getter(name="shouldEnableTrace")
200
+ def should_enable_trace(self) -> Optional[pulumi.Input[bool]]:
201
+ """
202
+ (Updatable) Whether to show traces in the chat result.
203
+
204
+
205
+ ** IMPORTANT **
206
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
207
+ """
208
+ return pulumi.get(self, "should_enable_trace")
209
+
210
+ @should_enable_trace.setter
211
+ def should_enable_trace(self, value: Optional[pulumi.Input[bool]]):
212
+ pulumi.set(self, "should_enable_trace", value)
213
+
214
+
215
+ @pulumi.input_type
216
+ class _AgentAgentEndpointState:
217
+ def __init__(__self__, *,
218
+ agent_id: Optional[pulumi.Input[str]] = None,
219
+ compartment_id: Optional[pulumi.Input[str]] = None,
220
+ content_moderation_config: Optional[pulumi.Input['AgentAgentEndpointContentModerationConfigArgs']] = None,
221
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
222
+ description: Optional[pulumi.Input[str]] = None,
223
+ display_name: Optional[pulumi.Input[str]] = None,
224
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
225
+ lifecycle_details: Optional[pulumi.Input[str]] = None,
226
+ session_config: Optional[pulumi.Input['AgentAgentEndpointSessionConfigArgs']] = None,
227
+ should_enable_citation: Optional[pulumi.Input[bool]] = None,
228
+ should_enable_session: Optional[pulumi.Input[bool]] = None,
229
+ should_enable_trace: Optional[pulumi.Input[bool]] = None,
230
+ state: Optional[pulumi.Input[str]] = None,
231
+ system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
232
+ time_created: Optional[pulumi.Input[str]] = None,
233
+ time_updated: Optional[pulumi.Input[str]] = None):
234
+ """
235
+ Input properties used for looking up and filtering AgentAgentEndpoint resources.
236
+ :param pulumi.Input[str] agent_id: The OCID of the agent that this endpoint is associated with.
237
+ :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the endpoint in.
238
+ :param pulumi.Input['AgentAgentEndpointContentModerationConfigArgs'] content_moderation_config: (Updatable) The configuration details about whether to apply the content moderation feature to input and output. Content moderation removes toxic and biased content from responses. It is recommended to use content moderation.
239
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) 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"}`
240
+ :param pulumi.Input[str] description: (Updatable) An optional description of the endpoint.
241
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
242
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) 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"}`
243
+ :param pulumi.Input[str] lifecycle_details: A message that describes the current state of the endpoint in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
244
+ :param pulumi.Input['AgentAgentEndpointSessionConfigArgs'] session_config: (Updatable) **SessionConfig**
245
+
246
+ Session Configuration on AgentEndpoint.
247
+ :param pulumi.Input[bool] should_enable_citation: (Updatable) Whether to show citations in the chat result.
248
+ :param pulumi.Input[bool] should_enable_session: Whether or not to enable Session-based chat.
249
+ :param pulumi.Input[bool] should_enable_trace: (Updatable) Whether to show traces in the chat result.
250
+
251
+
252
+ ** IMPORTANT **
253
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
254
+ :param pulumi.Input[str] state: The current state of the endpoint.
255
+ :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"}`
256
+ :param pulumi.Input[str] time_created: The date and time the AgentEndpoint was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
257
+ :param pulumi.Input[str] time_updated: The date and time the endpoint was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
258
+ """
259
+ if agent_id is not None:
260
+ pulumi.set(__self__, "agent_id", agent_id)
261
+ if compartment_id is not None:
262
+ pulumi.set(__self__, "compartment_id", compartment_id)
263
+ if content_moderation_config is not None:
264
+ pulumi.set(__self__, "content_moderation_config", content_moderation_config)
265
+ if defined_tags is not None:
266
+ pulumi.set(__self__, "defined_tags", defined_tags)
267
+ if description is not None:
268
+ pulumi.set(__self__, "description", description)
269
+ if display_name is not None:
270
+ pulumi.set(__self__, "display_name", display_name)
271
+ if freeform_tags is not None:
272
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
273
+ if lifecycle_details is not None:
274
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
275
+ if session_config is not None:
276
+ pulumi.set(__self__, "session_config", session_config)
277
+ if should_enable_citation is not None:
278
+ pulumi.set(__self__, "should_enable_citation", should_enable_citation)
279
+ if should_enable_session is not None:
280
+ pulumi.set(__self__, "should_enable_session", should_enable_session)
281
+ if should_enable_trace is not None:
282
+ pulumi.set(__self__, "should_enable_trace", should_enable_trace)
283
+ if state is not None:
284
+ pulumi.set(__self__, "state", state)
285
+ if system_tags is not None:
286
+ pulumi.set(__self__, "system_tags", system_tags)
287
+ if time_created is not None:
288
+ pulumi.set(__self__, "time_created", time_created)
289
+ if time_updated is not None:
290
+ pulumi.set(__self__, "time_updated", time_updated)
291
+
292
+ @property
293
+ @pulumi.getter(name="agentId")
294
+ def agent_id(self) -> Optional[pulumi.Input[str]]:
295
+ """
296
+ The OCID of the agent that this endpoint is associated with.
297
+ """
298
+ return pulumi.get(self, "agent_id")
299
+
300
+ @agent_id.setter
301
+ def agent_id(self, value: Optional[pulumi.Input[str]]):
302
+ pulumi.set(self, "agent_id", value)
303
+
304
+ @property
305
+ @pulumi.getter(name="compartmentId")
306
+ def compartment_id(self) -> Optional[pulumi.Input[str]]:
307
+ """
308
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the endpoint in.
309
+ """
310
+ return pulumi.get(self, "compartment_id")
311
+
312
+ @compartment_id.setter
313
+ def compartment_id(self, value: Optional[pulumi.Input[str]]):
314
+ pulumi.set(self, "compartment_id", value)
315
+
316
+ @property
317
+ @pulumi.getter(name="contentModerationConfig")
318
+ def content_moderation_config(self) -> Optional[pulumi.Input['AgentAgentEndpointContentModerationConfigArgs']]:
319
+ """
320
+ (Updatable) The configuration details about whether to apply the content moderation feature to input and output. Content moderation removes toxic and biased content from responses. It is recommended to use content moderation.
321
+ """
322
+ return pulumi.get(self, "content_moderation_config")
323
+
324
+ @content_moderation_config.setter
325
+ def content_moderation_config(self, value: Optional[pulumi.Input['AgentAgentEndpointContentModerationConfigArgs']]):
326
+ pulumi.set(self, "content_moderation_config", value)
327
+
328
+ @property
329
+ @pulumi.getter(name="definedTags")
330
+ def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
331
+ """
332
+ (Updatable) 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"}`
333
+ """
334
+ return pulumi.get(self, "defined_tags")
335
+
336
+ @defined_tags.setter
337
+ def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
338
+ pulumi.set(self, "defined_tags", value)
339
+
340
+ @property
341
+ @pulumi.getter
342
+ def description(self) -> Optional[pulumi.Input[str]]:
343
+ """
344
+ (Updatable) An optional description of the endpoint.
345
+ """
346
+ return pulumi.get(self, "description")
347
+
348
+ @description.setter
349
+ def description(self, value: Optional[pulumi.Input[str]]):
350
+ pulumi.set(self, "description", value)
351
+
352
+ @property
353
+ @pulumi.getter(name="displayName")
354
+ def display_name(self) -> Optional[pulumi.Input[str]]:
355
+ """
356
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
357
+ """
358
+ return pulumi.get(self, "display_name")
359
+
360
+ @display_name.setter
361
+ def display_name(self, value: Optional[pulumi.Input[str]]):
362
+ pulumi.set(self, "display_name", value)
363
+
364
+ @property
365
+ @pulumi.getter(name="freeformTags")
366
+ def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
367
+ """
368
+ (Updatable) 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"}`
369
+ """
370
+ return pulumi.get(self, "freeform_tags")
371
+
372
+ @freeform_tags.setter
373
+ def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
374
+ pulumi.set(self, "freeform_tags", value)
375
+
376
+ @property
377
+ @pulumi.getter(name="lifecycleDetails")
378
+ def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
379
+ """
380
+ A message that describes the current state of the endpoint in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
381
+ """
382
+ return pulumi.get(self, "lifecycle_details")
383
+
384
+ @lifecycle_details.setter
385
+ def lifecycle_details(self, value: Optional[pulumi.Input[str]]):
386
+ pulumi.set(self, "lifecycle_details", value)
387
+
388
+ @property
389
+ @pulumi.getter(name="sessionConfig")
390
+ def session_config(self) -> Optional[pulumi.Input['AgentAgentEndpointSessionConfigArgs']]:
391
+ """
392
+ (Updatable) **SessionConfig**
393
+
394
+ Session Configuration on AgentEndpoint.
395
+ """
396
+ return pulumi.get(self, "session_config")
397
+
398
+ @session_config.setter
399
+ def session_config(self, value: Optional[pulumi.Input['AgentAgentEndpointSessionConfigArgs']]):
400
+ pulumi.set(self, "session_config", value)
401
+
402
+ @property
403
+ @pulumi.getter(name="shouldEnableCitation")
404
+ def should_enable_citation(self) -> Optional[pulumi.Input[bool]]:
405
+ """
406
+ (Updatable) Whether to show citations in the chat result.
407
+ """
408
+ return pulumi.get(self, "should_enable_citation")
409
+
410
+ @should_enable_citation.setter
411
+ def should_enable_citation(self, value: Optional[pulumi.Input[bool]]):
412
+ pulumi.set(self, "should_enable_citation", value)
413
+
414
+ @property
415
+ @pulumi.getter(name="shouldEnableSession")
416
+ def should_enable_session(self) -> Optional[pulumi.Input[bool]]:
417
+ """
418
+ Whether or not to enable Session-based chat.
419
+ """
420
+ return pulumi.get(self, "should_enable_session")
421
+
422
+ @should_enable_session.setter
423
+ def should_enable_session(self, value: Optional[pulumi.Input[bool]]):
424
+ pulumi.set(self, "should_enable_session", value)
425
+
426
+ @property
427
+ @pulumi.getter(name="shouldEnableTrace")
428
+ def should_enable_trace(self) -> Optional[pulumi.Input[bool]]:
429
+ """
430
+ (Updatable) Whether to show traces in the chat result.
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
+ return pulumi.get(self, "should_enable_trace")
437
+
438
+ @should_enable_trace.setter
439
+ def should_enable_trace(self, value: Optional[pulumi.Input[bool]]):
440
+ pulumi.set(self, "should_enable_trace", value)
441
+
442
+ @property
443
+ @pulumi.getter
444
+ def state(self) -> Optional[pulumi.Input[str]]:
445
+ """
446
+ The current state of the endpoint.
447
+ """
448
+ return pulumi.get(self, "state")
449
+
450
+ @state.setter
451
+ def state(self, value: Optional[pulumi.Input[str]]):
452
+ pulumi.set(self, "state", value)
453
+
454
+ @property
455
+ @pulumi.getter(name="systemTags")
456
+ def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
457
+ """
458
+ System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
459
+ """
460
+ return pulumi.get(self, "system_tags")
461
+
462
+ @system_tags.setter
463
+ def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
464
+ pulumi.set(self, "system_tags", value)
465
+
466
+ @property
467
+ @pulumi.getter(name="timeCreated")
468
+ def time_created(self) -> Optional[pulumi.Input[str]]:
469
+ """
470
+ The date and time the AgentEndpoint was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
471
+ """
472
+ return pulumi.get(self, "time_created")
473
+
474
+ @time_created.setter
475
+ def time_created(self, value: Optional[pulumi.Input[str]]):
476
+ pulumi.set(self, "time_created", value)
477
+
478
+ @property
479
+ @pulumi.getter(name="timeUpdated")
480
+ def time_updated(self) -> Optional[pulumi.Input[str]]:
481
+ """
482
+ The date and time the endpoint was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
483
+ """
484
+ return pulumi.get(self, "time_updated")
485
+
486
+ @time_updated.setter
487
+ def time_updated(self, value: Optional[pulumi.Input[str]]):
488
+ pulumi.set(self, "time_updated", value)
489
+
490
+
491
+ class AgentAgentEndpoint(pulumi.CustomResource):
492
+ @overload
493
+ def __init__(__self__,
494
+ resource_name: str,
495
+ opts: Optional[pulumi.ResourceOptions] = None,
496
+ agent_id: Optional[pulumi.Input[str]] = None,
497
+ compartment_id: Optional[pulumi.Input[str]] = None,
498
+ content_moderation_config: Optional[pulumi.Input[Union['AgentAgentEndpointContentModerationConfigArgs', 'AgentAgentEndpointContentModerationConfigArgsDict']]] = None,
499
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
500
+ description: Optional[pulumi.Input[str]] = None,
501
+ display_name: Optional[pulumi.Input[str]] = None,
502
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
503
+ session_config: Optional[pulumi.Input[Union['AgentAgentEndpointSessionConfigArgs', 'AgentAgentEndpointSessionConfigArgsDict']]] = None,
504
+ should_enable_citation: Optional[pulumi.Input[bool]] = None,
505
+ should_enable_session: Optional[pulumi.Input[bool]] = None,
506
+ should_enable_trace: Optional[pulumi.Input[bool]] = None,
507
+ __props__=None):
508
+ """
509
+ This resource provides the Agent Endpoint resource in Oracle Cloud Infrastructure Generative Ai Agent service.
510
+
511
+ **CreateAgentEndpoint**
512
+
513
+ Creates an endpoint.
514
+
515
+ ## Example Usage
516
+
517
+ ```python
518
+ import pulumi
519
+ import pulumi_oci as oci
520
+
521
+ test_agent_endpoint = oci.generative_ai.AgentAgentEndpoint("test_agent_endpoint",
522
+ agent_id=test_agent["id"],
523
+ compartment_id=compartment_id,
524
+ content_moderation_config={
525
+ "should_enable_on_input": agent_endpoint_content_moderation_config_should_enable_on_input,
526
+ "should_enable_on_output": agent_endpoint_content_moderation_config_should_enable_on_output,
527
+ },
528
+ defined_tags={
529
+ "Operations.CostCenter": "42",
530
+ },
531
+ description=agent_endpoint_description,
532
+ display_name=agent_endpoint_display_name,
533
+ freeform_tags={
534
+ "Department": "Finance",
535
+ },
536
+ session_config={
537
+ "idle_timeout_in_seconds": agent_endpoint_session_config_idle_timeout_in_seconds,
538
+ },
539
+ should_enable_citation=agent_endpoint_should_enable_citation,
540
+ should_enable_session=agent_endpoint_should_enable_session,
541
+ should_enable_trace=agent_endpoint_should_enable_trace)
542
+ ```
543
+
544
+ ## Import
545
+
546
+ AgentEndpoints can be imported using the `id`, e.g.
547
+
548
+ ```sh
549
+ $ pulumi import oci:GenerativeAi/agentAgentEndpoint:AgentAgentEndpoint test_agent_endpoint "id"
550
+ ```
551
+
552
+ :param str resource_name: The name of the resource.
553
+ :param pulumi.ResourceOptions opts: Options for the resource.
554
+ :param pulumi.Input[str] agent_id: The OCID of the agent that this endpoint is associated with.
555
+ :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the endpoint in.
556
+ :param pulumi.Input[Union['AgentAgentEndpointContentModerationConfigArgs', 'AgentAgentEndpointContentModerationConfigArgsDict']] content_moderation_config: (Updatable) The configuration details about whether to apply the content moderation feature to input and output. Content moderation removes toxic and biased content from responses. It is recommended to use content moderation.
557
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) 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"}`
558
+ :param pulumi.Input[str] description: (Updatable) An optional description of the endpoint.
559
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
560
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) 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"}`
561
+ :param pulumi.Input[Union['AgentAgentEndpointSessionConfigArgs', 'AgentAgentEndpointSessionConfigArgsDict']] session_config: (Updatable) **SessionConfig**
562
+
563
+ Session Configuration on AgentEndpoint.
564
+ :param pulumi.Input[bool] should_enable_citation: (Updatable) Whether to show citations in the chat result.
565
+ :param pulumi.Input[bool] should_enable_session: Whether or not to enable Session-based chat.
566
+ :param pulumi.Input[bool] should_enable_trace: (Updatable) Whether to show traces in the chat result.
567
+
568
+
569
+ ** IMPORTANT **
570
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
571
+ """
572
+ ...
573
+ @overload
574
+ def __init__(__self__,
575
+ resource_name: str,
576
+ args: AgentAgentEndpointArgs,
577
+ opts: Optional[pulumi.ResourceOptions] = None):
578
+ """
579
+ This resource provides the Agent Endpoint resource in Oracle Cloud Infrastructure Generative Ai Agent service.
580
+
581
+ **CreateAgentEndpoint**
582
+
583
+ Creates an endpoint.
584
+
585
+ ## Example Usage
586
+
587
+ ```python
588
+ import pulumi
589
+ import pulumi_oci as oci
590
+
591
+ test_agent_endpoint = oci.generative_ai.AgentAgentEndpoint("test_agent_endpoint",
592
+ agent_id=test_agent["id"],
593
+ compartment_id=compartment_id,
594
+ content_moderation_config={
595
+ "should_enable_on_input": agent_endpoint_content_moderation_config_should_enable_on_input,
596
+ "should_enable_on_output": agent_endpoint_content_moderation_config_should_enable_on_output,
597
+ },
598
+ defined_tags={
599
+ "Operations.CostCenter": "42",
600
+ },
601
+ description=agent_endpoint_description,
602
+ display_name=agent_endpoint_display_name,
603
+ freeform_tags={
604
+ "Department": "Finance",
605
+ },
606
+ session_config={
607
+ "idle_timeout_in_seconds": agent_endpoint_session_config_idle_timeout_in_seconds,
608
+ },
609
+ should_enable_citation=agent_endpoint_should_enable_citation,
610
+ should_enable_session=agent_endpoint_should_enable_session,
611
+ should_enable_trace=agent_endpoint_should_enable_trace)
612
+ ```
613
+
614
+ ## Import
615
+
616
+ AgentEndpoints can be imported using the `id`, e.g.
617
+
618
+ ```sh
619
+ $ pulumi import oci:GenerativeAi/agentAgentEndpoint:AgentAgentEndpoint test_agent_endpoint "id"
620
+ ```
621
+
622
+ :param str resource_name: The name of the resource.
623
+ :param AgentAgentEndpointArgs args: The arguments to use to populate this resource's properties.
624
+ :param pulumi.ResourceOptions opts: Options for the resource.
625
+ """
626
+ ...
627
+ def __init__(__self__, resource_name: str, *args, **kwargs):
628
+ resource_args, opts = _utilities.get_resource_args_opts(AgentAgentEndpointArgs, pulumi.ResourceOptions, *args, **kwargs)
629
+ if resource_args is not None:
630
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
631
+ else:
632
+ __self__._internal_init(resource_name, *args, **kwargs)
633
+
634
+ def _internal_init(__self__,
635
+ resource_name: str,
636
+ opts: Optional[pulumi.ResourceOptions] = None,
637
+ agent_id: Optional[pulumi.Input[str]] = None,
638
+ compartment_id: Optional[pulumi.Input[str]] = None,
639
+ content_moderation_config: Optional[pulumi.Input[Union['AgentAgentEndpointContentModerationConfigArgs', 'AgentAgentEndpointContentModerationConfigArgsDict']]] = None,
640
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
641
+ description: Optional[pulumi.Input[str]] = None,
642
+ display_name: Optional[pulumi.Input[str]] = None,
643
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
644
+ session_config: Optional[pulumi.Input[Union['AgentAgentEndpointSessionConfigArgs', 'AgentAgentEndpointSessionConfigArgsDict']]] = None,
645
+ should_enable_citation: Optional[pulumi.Input[bool]] = None,
646
+ should_enable_session: Optional[pulumi.Input[bool]] = None,
647
+ should_enable_trace: Optional[pulumi.Input[bool]] = None,
648
+ __props__=None):
649
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
650
+ if not isinstance(opts, pulumi.ResourceOptions):
651
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
652
+ if opts.id is None:
653
+ if __props__ is not None:
654
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
655
+ __props__ = AgentAgentEndpointArgs.__new__(AgentAgentEndpointArgs)
656
+
657
+ if agent_id is None and not opts.urn:
658
+ raise TypeError("Missing required property 'agent_id'")
659
+ __props__.__dict__["agent_id"] = agent_id
660
+ if compartment_id is None and not opts.urn:
661
+ raise TypeError("Missing required property 'compartment_id'")
662
+ __props__.__dict__["compartment_id"] = compartment_id
663
+ __props__.__dict__["content_moderation_config"] = content_moderation_config
664
+ __props__.__dict__["defined_tags"] = defined_tags
665
+ __props__.__dict__["description"] = description
666
+ __props__.__dict__["display_name"] = display_name
667
+ __props__.__dict__["freeform_tags"] = freeform_tags
668
+ __props__.__dict__["session_config"] = session_config
669
+ __props__.__dict__["should_enable_citation"] = should_enable_citation
670
+ __props__.__dict__["should_enable_session"] = should_enable_session
671
+ __props__.__dict__["should_enable_trace"] = should_enable_trace
672
+ __props__.__dict__["lifecycle_details"] = None
673
+ __props__.__dict__["state"] = None
674
+ __props__.__dict__["system_tags"] = None
675
+ __props__.__dict__["time_created"] = None
676
+ __props__.__dict__["time_updated"] = None
677
+ super(AgentAgentEndpoint, __self__).__init__(
678
+ 'oci:GenerativeAi/agentAgentEndpoint:AgentAgentEndpoint',
679
+ resource_name,
680
+ __props__,
681
+ opts)
682
+
683
+ @staticmethod
684
+ def get(resource_name: str,
685
+ id: pulumi.Input[str],
686
+ opts: Optional[pulumi.ResourceOptions] = None,
687
+ agent_id: Optional[pulumi.Input[str]] = None,
688
+ compartment_id: Optional[pulumi.Input[str]] = None,
689
+ content_moderation_config: Optional[pulumi.Input[Union['AgentAgentEndpointContentModerationConfigArgs', 'AgentAgentEndpointContentModerationConfigArgsDict']]] = None,
690
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
691
+ description: Optional[pulumi.Input[str]] = None,
692
+ display_name: Optional[pulumi.Input[str]] = None,
693
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
694
+ lifecycle_details: Optional[pulumi.Input[str]] = None,
695
+ session_config: Optional[pulumi.Input[Union['AgentAgentEndpointSessionConfigArgs', 'AgentAgentEndpointSessionConfigArgsDict']]] = None,
696
+ should_enable_citation: Optional[pulumi.Input[bool]] = None,
697
+ should_enable_session: Optional[pulumi.Input[bool]] = None,
698
+ should_enable_trace: Optional[pulumi.Input[bool]] = None,
699
+ state: Optional[pulumi.Input[str]] = None,
700
+ system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
701
+ time_created: Optional[pulumi.Input[str]] = None,
702
+ time_updated: Optional[pulumi.Input[str]] = None) -> 'AgentAgentEndpoint':
703
+ """
704
+ Get an existing AgentAgentEndpoint resource's state with the given name, id, and optional extra
705
+ properties used to qualify the lookup.
706
+
707
+ :param str resource_name: The unique name of the resulting resource.
708
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
709
+ :param pulumi.ResourceOptions opts: Options for the resource.
710
+ :param pulumi.Input[str] agent_id: The OCID of the agent that this endpoint is associated with.
711
+ :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the endpoint in.
712
+ :param pulumi.Input[Union['AgentAgentEndpointContentModerationConfigArgs', 'AgentAgentEndpointContentModerationConfigArgsDict']] content_moderation_config: (Updatable) The configuration details about whether to apply the content moderation feature to input and output. Content moderation removes toxic and biased content from responses. It is recommended to use content moderation.
713
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) 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"}`
714
+ :param pulumi.Input[str] description: (Updatable) An optional description of the endpoint.
715
+ :param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
716
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) 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"}`
717
+ :param pulumi.Input[str] lifecycle_details: A message that describes the current state of the endpoint in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
718
+ :param pulumi.Input[Union['AgentAgentEndpointSessionConfigArgs', 'AgentAgentEndpointSessionConfigArgsDict']] session_config: (Updatable) **SessionConfig**
719
+
720
+ Session Configuration on AgentEndpoint.
721
+ :param pulumi.Input[bool] should_enable_citation: (Updatable) Whether to show citations in the chat result.
722
+ :param pulumi.Input[bool] should_enable_session: Whether or not to enable Session-based chat.
723
+ :param pulumi.Input[bool] should_enable_trace: (Updatable) Whether to show traces in the chat result.
724
+
725
+
726
+ ** IMPORTANT **
727
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
728
+ :param pulumi.Input[str] state: The current state of the endpoint.
729
+ :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"}`
730
+ :param pulumi.Input[str] time_created: The date and time the AgentEndpoint was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
731
+ :param pulumi.Input[str] time_updated: The date and time the endpoint was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
732
+ """
733
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
734
+
735
+ __props__ = _AgentAgentEndpointState.__new__(_AgentAgentEndpointState)
736
+
737
+ __props__.__dict__["agent_id"] = agent_id
738
+ __props__.__dict__["compartment_id"] = compartment_id
739
+ __props__.__dict__["content_moderation_config"] = content_moderation_config
740
+ __props__.__dict__["defined_tags"] = defined_tags
741
+ __props__.__dict__["description"] = description
742
+ __props__.__dict__["display_name"] = display_name
743
+ __props__.__dict__["freeform_tags"] = freeform_tags
744
+ __props__.__dict__["lifecycle_details"] = lifecycle_details
745
+ __props__.__dict__["session_config"] = session_config
746
+ __props__.__dict__["should_enable_citation"] = should_enable_citation
747
+ __props__.__dict__["should_enable_session"] = should_enable_session
748
+ __props__.__dict__["should_enable_trace"] = should_enable_trace
749
+ __props__.__dict__["state"] = state
750
+ __props__.__dict__["system_tags"] = system_tags
751
+ __props__.__dict__["time_created"] = time_created
752
+ __props__.__dict__["time_updated"] = time_updated
753
+ return AgentAgentEndpoint(resource_name, opts=opts, __props__=__props__)
754
+
755
+ @property
756
+ @pulumi.getter(name="agentId")
757
+ def agent_id(self) -> pulumi.Output[str]:
758
+ """
759
+ The OCID of the agent that this endpoint is associated with.
760
+ """
761
+ return pulumi.get(self, "agent_id")
762
+
763
+ @property
764
+ @pulumi.getter(name="compartmentId")
765
+ def compartment_id(self) -> pulumi.Output[str]:
766
+ """
767
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the endpoint in.
768
+ """
769
+ return pulumi.get(self, "compartment_id")
770
+
771
+ @property
772
+ @pulumi.getter(name="contentModerationConfig")
773
+ def content_moderation_config(self) -> pulumi.Output['outputs.AgentAgentEndpointContentModerationConfig']:
774
+ """
775
+ (Updatable) The configuration details about whether to apply the content moderation feature to input and output. Content moderation removes toxic and biased content from responses. It is recommended to use content moderation.
776
+ """
777
+ return pulumi.get(self, "content_moderation_config")
778
+
779
+ @property
780
+ @pulumi.getter(name="definedTags")
781
+ def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
782
+ """
783
+ (Updatable) 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"}`
784
+ """
785
+ return pulumi.get(self, "defined_tags")
786
+
787
+ @property
788
+ @pulumi.getter
789
+ def description(self) -> pulumi.Output[str]:
790
+ """
791
+ (Updatable) An optional description of the endpoint.
792
+ """
793
+ return pulumi.get(self, "description")
794
+
795
+ @property
796
+ @pulumi.getter(name="displayName")
797
+ def display_name(self) -> pulumi.Output[str]:
798
+ """
799
+ (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
800
+ """
801
+ return pulumi.get(self, "display_name")
802
+
803
+ @property
804
+ @pulumi.getter(name="freeformTags")
805
+ def freeform_tags(self) -> pulumi.Output[Mapping[str, str]]:
806
+ """
807
+ (Updatable) 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"}`
808
+ """
809
+ return pulumi.get(self, "freeform_tags")
810
+
811
+ @property
812
+ @pulumi.getter(name="lifecycleDetails")
813
+ def lifecycle_details(self) -> pulumi.Output[str]:
814
+ """
815
+ A message that describes the current state of the endpoint in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
816
+ """
817
+ return pulumi.get(self, "lifecycle_details")
818
+
819
+ @property
820
+ @pulumi.getter(name="sessionConfig")
821
+ def session_config(self) -> pulumi.Output['outputs.AgentAgentEndpointSessionConfig']:
822
+ """
823
+ (Updatable) **SessionConfig**
824
+
825
+ Session Configuration on AgentEndpoint.
826
+ """
827
+ return pulumi.get(self, "session_config")
828
+
829
+ @property
830
+ @pulumi.getter(name="shouldEnableCitation")
831
+ def should_enable_citation(self) -> pulumi.Output[bool]:
832
+ """
833
+ (Updatable) Whether to show citations in the chat result.
834
+ """
835
+ return pulumi.get(self, "should_enable_citation")
836
+
837
+ @property
838
+ @pulumi.getter(name="shouldEnableSession")
839
+ def should_enable_session(self) -> pulumi.Output[bool]:
840
+ """
841
+ Whether or not to enable Session-based chat.
842
+ """
843
+ return pulumi.get(self, "should_enable_session")
844
+
845
+ @property
846
+ @pulumi.getter(name="shouldEnableTrace")
847
+ def should_enable_trace(self) -> pulumi.Output[bool]:
848
+ """
849
+ (Updatable) Whether to show traces in the chat result.
850
+
851
+
852
+ ** IMPORTANT **
853
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
854
+ """
855
+ return pulumi.get(self, "should_enable_trace")
856
+
857
+ @property
858
+ @pulumi.getter
859
+ def state(self) -> pulumi.Output[str]:
860
+ """
861
+ The current state of the endpoint.
862
+ """
863
+ return pulumi.get(self, "state")
864
+
865
+ @property
866
+ @pulumi.getter(name="systemTags")
867
+ def system_tags(self) -> pulumi.Output[Mapping[str, str]]:
868
+ """
869
+ System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
870
+ """
871
+ return pulumi.get(self, "system_tags")
872
+
873
+ @property
874
+ @pulumi.getter(name="timeCreated")
875
+ def time_created(self) -> pulumi.Output[str]:
876
+ """
877
+ The date and time the AgentEndpoint was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
878
+ """
879
+ return pulumi.get(self, "time_created")
880
+
881
+ @property
882
+ @pulumi.getter(name="timeUpdated")
883
+ def time_updated(self) -> pulumi.Output[str]:
884
+ """
885
+ The date and time the endpoint was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
886
+ """
887
+ return pulumi.get(self, "time_updated")
888
+