pulumi-oci 3.4.0a1755714728__py3-none-any.whl → 3.5.0a1756190604__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 +168 -43
- pulumi_oci/aidocument/__init__.py +1 -0
- pulumi_oci/aidocument/_inputs.py +476 -6
- pulumi_oci/aidocument/get_model.py +63 -2
- pulumi_oci/aidocument/get_model_type.py +179 -0
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_project.py +17 -2
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +188 -0
- pulumi_oci/aidocument/outputs.py +883 -8
- pulumi_oci/aidocument/processor_job.py +22 -4
- pulumi_oci/aidocument/project.py +50 -1
- pulumi_oci/apigateway/_inputs.py +608 -12
- pulumi_oci/apigateway/api.py +127 -38
- pulumi_oci/apigateway/certificate.py +122 -3
- pulumi_oci/apigateway/deployment.py +120 -3
- pulumi_oci/apigateway/gateway.py +124 -7
- pulumi_oci/apigateway/get_api.py +40 -1
- pulumi_oci/apigateway/get_certificate.py +41 -1
- pulumi_oci/apigateway/get_deployment.py +40 -1
- pulumi_oci/apigateway/get_gateway.py +40 -1
- pulumi_oci/apigateway/get_subscriber.py +40 -1
- pulumi_oci/apigateway/get_usage_plan.py +40 -1
- pulumi_oci/apigateway/outputs.py +1413 -39
- pulumi_oci/apigateway/subscriber.py +120 -3
- pulumi_oci/apigateway/usage_plan.py +127 -38
- pulumi_oci/apmconfig/_inputs.py +199 -15
- pulumi_oci/apmconfig/config.py +535 -17
- pulumi_oci/apmconfig/get_config.py +141 -1
- pulumi_oci/apmconfig/get_configs.py +2 -2
- pulumi_oci/apmconfig/outputs.py +509 -13
- pulumi_oci/apmtraces/__init__.py +5 -0
- pulumi_oci/apmtraces/_inputs.py +413 -0
- pulumi_oci/apmtraces/get_attribute_auto_activate_status.py +160 -0
- pulumi_oci/apmtraces/get_log.py +356 -0
- pulumi_oci/apmtraces/get_scheduled_queries.py +163 -0
- pulumi_oci/apmtraces/get_scheduled_query.py +368 -0
- pulumi_oci/apmtraces/get_trace.py +4 -4
- pulumi_oci/apmtraces/outputs.py +971 -0
- pulumi_oci/apmtraces/scheduled_query.py +925 -0
- pulumi_oci/autoscaling/_inputs.py +177 -13
- pulumi_oci/autoscaling/auto_scaling_configuration.py +12 -0
- pulumi_oci/autoscaling/outputs.py +269 -23
- pulumi_oci/core/_inputs.py +184 -0
- pulumi_oci/core/get_ipv6.py +15 -1
- pulumi_oci/core/ipv6.py +49 -0
- pulumi_oci/core/outputs.py +365 -0
- pulumi_oci/database/__init__.py +3 -0
- pulumi_oci/database/_inputs.py +139 -7
- pulumi_oci/database/autonomous_container_database.py +94 -0
- pulumi_oci/database/autonomous_container_database_add_standby.py +28 -0
- pulumi_oci/database/autonomous_database.py +578 -568
- pulumi_oci/database/autonomous_database_saas_admin_user.py +43 -60
- pulumi_oci/database/get_autonomous_container_database.py +29 -1
- pulumi_oci/database/get_autonomous_database.py +65 -1
- pulumi_oci/database/get_autonomous_databases.py +6 -1
- pulumi_oci/database/get_pluggable_database_snapshot.py +253 -0
- pulumi_oci/database/get_pluggable_database_snapshots.py +235 -0
- pulumi_oci/database/outputs.py +470 -75
- pulumi_oci/database/pluggable_database.py +0 -14
- pulumi_oci/database/pluggable_database_snapshot.py +539 -0
- pulumi_oci/databasemanagement/__init__.py +37 -0
- pulumi_oci/databasemanagement/_inputs.py +9516 -3414
- pulumi_oci/databasemanagement/cloud_asm.py +791 -0
- pulumi_oci/databasemanagement/cloud_asm_instance.py +686 -0
- pulumi_oci/databasemanagement/cloud_cluster.py +847 -0
- pulumi_oci/databasemanagement/cloud_cluster_instance.py +789 -0
- pulumi_oci/databasemanagement/cloud_db_home.py +630 -0
- pulumi_oci/databasemanagement/cloud_db_node.py +761 -0
- pulumi_oci/databasemanagement/cloud_db_system.py +789 -0
- pulumi_oci/databasemanagement/cloud_db_system_cloud_database_managements_management.py +354 -0
- pulumi_oci/databasemanagement/cloud_db_system_cloud_stack_monitorings_management.py +354 -0
- pulumi_oci/databasemanagement/cloud_db_system_connector.py +761 -0
- pulumi_oci/databasemanagement/cloud_db_system_discovery.py +754 -0
- pulumi_oci/databasemanagement/cloud_listener.py +1043 -0
- pulumi_oci/databasemanagement/get_cloud_asm.py +380 -0
- pulumi_oci/databasemanagement/get_cloud_asm_configuration.py +147 -0
- pulumi_oci/databasemanagement/get_cloud_asm_disk_groups.py +163 -0
- pulumi_oci/databasemanagement/get_cloud_asm_instance.py +337 -0
- pulumi_oci/databasemanagement/get_cloud_asm_instances.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_asm_users.py +163 -0
- pulumi_oci/databasemanagement/get_cloud_asms.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_cluster.py +408 -0
- pulumi_oci/databasemanagement/get_cloud_cluster_instance.py +379 -0
- pulumi_oci/databasemanagement/get_cloud_cluster_instances.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_clusters.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_databases.py +188 -0
- pulumi_oci/databasemanagement/get_cloud_db_home.py +309 -0
- pulumi_oci/databasemanagement/get_cloud_db_homes.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_node.py +365 -0
- pulumi_oci/databasemanagement/get_cloud_db_nodes.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_system.py +352 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_connector.py +338 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_connectors.py +191 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_discoveries.py +169 -0
- pulumi_oci/databasemanagement/get_cloud_db_system_discovery.py +335 -0
- pulumi_oci/databasemanagement/get_cloud_db_systems.py +235 -0
- pulumi_oci/databasemanagement/get_cloud_listener.py +506 -0
- pulumi_oci/databasemanagement/get_cloud_listener_services.py +187 -0
- pulumi_oci/databasemanagement/get_cloud_listeners.py +191 -0
- pulumi_oci/databasemanagement/get_managed_database.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_group.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_binary_log_information.py +6 -6
- pulumi_oci/databasemanagement/get_managed_my_sql_database_general_replication_information.py +5 -5
- pulumi_oci/databasemanagement/get_managed_my_sql_database_high_availability_members.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_outbound_replications.py +2 -2
- pulumi_oci/databasemanagement/outputs.py +18049 -4222
- pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +22 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +2 -2
- pulumi_oci/datasafe/get_security_assessments.py +2 -2
- pulumi_oci/datasafe/outputs.py +192 -2
- pulumi_oci/datascience/__init__.py +10 -0
- pulumi_oci/datascience/_inputs.py +6760 -2206
- pulumi_oci/datascience/get_job.py +15 -1
- pulumi_oci/datascience/get_job_run.py +44 -2
- pulumi_oci/datascience/get_model_deployment_model_states.py +251 -0
- pulumi_oci/datascience/get_model_group.py +405 -0
- pulumi_oci/datascience/get_model_group_artifact_content.py +132 -0
- pulumi_oci/datascience/get_model_group_models.py +240 -0
- pulumi_oci/datascience/get_model_group_version_histories.py +243 -0
- pulumi_oci/{aianomalydetection/get_detection_model.py → datascience/get_model_group_version_history.py} +73 -74
- pulumi_oci/datascience/get_model_groups.py +265 -0
- pulumi_oci/datascience/get_pipeline_run.py +15 -1
- pulumi_oci/datascience/job.py +81 -154
- pulumi_oci/datascience/job_run.py +250 -4
- pulumi_oci/datascience/model_group.py +1111 -0
- pulumi_oci/datascience/model_group_artifact.py +369 -0
- pulumi_oci/{aianomalydetection/model.py → datascience/model_group_version_history.py} +172 -187
- pulumi_oci/datascience/notebook_session.py +4 -0
- pulumi_oci/datascience/outputs.py +17168 -8021
- pulumi_oci/datascience/pipeline_run.py +87 -0
- pulumi_oci/goldengate/_inputs.py +3 -3
- pulumi_oci/goldengate/connection.py +175 -56
- pulumi_oci/goldengate/get_connection.py +20 -4
- pulumi_oci/goldengate/outputs.py +27 -8
- pulumi_oci/managementagent/__init__.py +4 -0
- pulumi_oci/managementagent/_inputs.py +129 -0
- pulumi_oci/managementagent/get_management_agent.py +26 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +43 -1
- pulumi_oci/managementagent/get_management_agent_named_credentials_metadata.py +147 -0
- pulumi_oci/managementagent/get_named_credential.py +268 -0
- pulumi_oci/managementagent/get_named_credentials.py +221 -0
- pulumi_oci/managementagent/management_agent.py +48 -0
- pulumi_oci/managementagent/management_agent_install_key.py +84 -0
- pulumi_oci/managementagent/named_credential.py +706 -0
- pulumi_oci/managementagent/outputs.py +515 -0
- pulumi_oci/managementdashboard/management_dashboards_import.py +178 -20
- pulumi_oci/oci/__init__.py +3 -0
- pulumi_oci/oci/_inputs.py +146 -0
- pulumi_oci/{aianomalydetection/project.py → oci/api_platform_api_platform_instance.py} +204 -118
- pulumi_oci/oci/get_api_platform_api_platform_instance.py +282 -0
- pulumi_oci/oci/get_api_platform_api_platform_instances.py +199 -0
- pulumi_oci/oci/outputs.py +367 -0
- pulumi_oci/opsi/_inputs.py +1001 -149
- pulumi_oci/opsi/database_insight.py +22 -3
- pulumi_oci/opsi/exadata_insight.py +86 -6
- pulumi_oci/opsi/outputs.py +1438 -178
- pulumi_oci/psql/configuration.py +109 -19
- pulumi_oci/psql/db_system.py +7 -7
- pulumi_oci/psql/get_configuration.py +30 -2
- pulumi_oci/psql/get_configurations.py +49 -5
- pulumi_oci/psql/get_db_system.py +1 -1
- pulumi_oci/psql/get_default_configuration.py +30 -4
- pulumi_oci/psql/get_default_configurations.py +49 -5
- pulumi_oci/psql/outputs.py +47 -14
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/__init__.py +6 -0
- pulumi_oci/redis/_inputs.py +217 -0
- pulumi_oci/{aianomalydetection/get_detection_data_asset.py → redis/get_oci_cache_config_set.py} +74 -74
- pulumi_oci/redis/get_oci_cache_config_sets.py +221 -0
- pulumi_oci/redis/get_oci_cache_default_config_set.py +217 -0
- pulumi_oci/redis/get_oci_cache_default_config_sets.py +218 -0
- pulumi_oci/redis/get_redis_cluster.py +15 -1
- pulumi_oci/{aianomalydetection/data_asset.py → redis/oci_cache_config_set.py} +190 -254
- pulumi_oci/redis/oci_cache_config_setlist_associated_oci_cache_cluster.py +240 -0
- pulumi_oci/redis/outputs.py +713 -0
- pulumi_oci/redis/redis_cluster.py +49 -0
- pulumi_oci/vault/_inputs.py +198 -0
- pulumi_oci/vault/get_secret.py +43 -1
- pulumi_oci/vault/outputs.py +434 -0
- pulumi_oci/vault/secret.py +103 -0
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.5.0a1756190604.dist-info}/METADATA +1 -1
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.5.0a1756190604.dist-info}/RECORD +185 -134
- pulumi_oci/aianomalydetection/__init__.py +0 -25
- pulumi_oci/aianomalydetection/_inputs.py +0 -1742
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +0 -643
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +0 -739
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +0 -281
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +0 -199
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +0 -338
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +0 -254
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +0 -213
- pulumi_oci/aianomalydetection/get_detection_models.py +0 -213
- pulumi_oci/aianomalydetection/get_detection_project.py +0 -239
- pulumi_oci/aianomalydetection/get_detection_projects.py +0 -191
- pulumi_oci/aianomalydetection/outputs.py +0 -3699
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.5.0a1756190604.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.5.0a1756190604.dist-info}/top_level.txt +0 -0
@@ -318,7 +318,9 @@ class ProcessorJob(pulumi.CustomResource):
|
|
318
318
|
"bucket": processor_job_input_location_object_locations_bucket,
|
319
319
|
"namespace": processor_job_input_location_object_locations_namespace,
|
320
320
|
"object": processor_job_input_location_object_locations_object,
|
321
|
+
"page_ranges": processor_job_input_location_object_locations_page_range,
|
321
322
|
}],
|
323
|
+
"page_ranges": processor_job_input_location_page_range,
|
322
324
|
},
|
323
325
|
output_location={
|
324
326
|
"bucket": processor_job_output_location_bucket,
|
@@ -326,17 +328,24 @@ class ProcessorJob(pulumi.CustomResource):
|
|
326
328
|
"prefix": processor_job_output_location_prefix,
|
327
329
|
},
|
328
330
|
processor_config={
|
331
|
+
"processor_type": processor_job_processor_config_processor_type,
|
332
|
+
"document_type": processor_job_processor_config_document_type,
|
329
333
|
"features": [{
|
330
334
|
"feature_type": processor_job_processor_config_features_feature_type,
|
331
335
|
"generate_searchable_pdf": processor_job_processor_config_features_generate_searchable_pdf,
|
332
336
|
"max_results": processor_job_processor_config_features_max_results,
|
333
337
|
"model_id": test_model["id"],
|
338
|
+
"selection_mark_detection": processor_job_processor_config_features_selection_mark_detection,
|
334
339
|
"tenancy_id": test_tenancy["id"],
|
335
340
|
}],
|
336
|
-
"processor_type": processor_job_processor_config_processor_type,
|
337
|
-
"document_type": processor_job_processor_config_document_type,
|
338
341
|
"is_zip_output_enabled": processor_job_processor_config_is_zip_output_enabled,
|
339
342
|
"language": processor_job_processor_config_language,
|
343
|
+
"model_id": test_model["id"],
|
344
|
+
"normalization_fields": [{
|
345
|
+
"maps": [{
|
346
|
+
"normalization_type": processor_job_processor_config_normalization_fields_map_normalization_type,
|
347
|
+
}],
|
348
|
+
}],
|
340
349
|
},
|
341
350
|
display_name=processor_job_display_name)
|
342
351
|
```
|
@@ -383,7 +392,9 @@ class ProcessorJob(pulumi.CustomResource):
|
|
383
392
|
"bucket": processor_job_input_location_object_locations_bucket,
|
384
393
|
"namespace": processor_job_input_location_object_locations_namespace,
|
385
394
|
"object": processor_job_input_location_object_locations_object,
|
395
|
+
"page_ranges": processor_job_input_location_object_locations_page_range,
|
386
396
|
}],
|
397
|
+
"page_ranges": processor_job_input_location_page_range,
|
387
398
|
},
|
388
399
|
output_location={
|
389
400
|
"bucket": processor_job_output_location_bucket,
|
@@ -391,17 +402,24 @@ class ProcessorJob(pulumi.CustomResource):
|
|
391
402
|
"prefix": processor_job_output_location_prefix,
|
392
403
|
},
|
393
404
|
processor_config={
|
405
|
+
"processor_type": processor_job_processor_config_processor_type,
|
406
|
+
"document_type": processor_job_processor_config_document_type,
|
394
407
|
"features": [{
|
395
408
|
"feature_type": processor_job_processor_config_features_feature_type,
|
396
409
|
"generate_searchable_pdf": processor_job_processor_config_features_generate_searchable_pdf,
|
397
410
|
"max_results": processor_job_processor_config_features_max_results,
|
398
411
|
"model_id": test_model["id"],
|
412
|
+
"selection_mark_detection": processor_job_processor_config_features_selection_mark_detection,
|
399
413
|
"tenancy_id": test_tenancy["id"],
|
400
414
|
}],
|
401
|
-
"processor_type": processor_job_processor_config_processor_type,
|
402
|
-
"document_type": processor_job_processor_config_document_type,
|
403
415
|
"is_zip_output_enabled": processor_job_processor_config_is_zip_output_enabled,
|
404
416
|
"language": processor_job_processor_config_language,
|
417
|
+
"model_id": test_model["id"],
|
418
|
+
"normalization_fields": [{
|
419
|
+
"maps": [{
|
420
|
+
"normalization_type": processor_job_processor_config_normalization_fields_map_normalization_type,
|
421
|
+
}],
|
422
|
+
}],
|
405
423
|
},
|
406
424
|
display_name=processor_job_display_name)
|
407
425
|
```
|
pulumi_oci/aidocument/project.py
CHANGED
@@ -13,6 +13,8 @@ if sys.version_info >= (3, 11):
|
|
13
13
|
else:
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
15
|
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
16
18
|
|
17
19
|
__all__ = ['ProjectArgs', 'Project']
|
18
20
|
|
@@ -23,7 +25,8 @@ class ProjectArgs:
|
|
23
25
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
24
26
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
25
27
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
26
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None
|
28
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
29
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input['ProjectLockArgs']]]] = None):
|
27
30
|
"""
|
28
31
|
The set of arguments for constructing a Project resource.
|
29
32
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The compartment identifier.
|
@@ -35,6 +38,7 @@ class ProjectArgs:
|
|
35
38
|
|
36
39
|
** IMPORTANT **
|
37
40
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
41
|
+
:param pulumi.Input[Sequence[pulumi.Input['ProjectLockArgs']]] locks: Locks associated with this resource.
|
38
42
|
"""
|
39
43
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
40
44
|
if defined_tags is not None:
|
@@ -45,6 +49,8 @@ class ProjectArgs:
|
|
45
49
|
pulumi.set(__self__, "display_name", display_name)
|
46
50
|
if freeform_tags is not None:
|
47
51
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
52
|
+
if locks is not None:
|
53
|
+
pulumi.set(__self__, "locks", locks)
|
48
54
|
|
49
55
|
@_builtins.property
|
50
56
|
@pulumi.getter(name="compartmentId")
|
@@ -110,6 +116,18 @@ class ProjectArgs:
|
|
110
116
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
111
117
|
pulumi.set(self, "freeform_tags", value)
|
112
118
|
|
119
|
+
@_builtins.property
|
120
|
+
@pulumi.getter
|
121
|
+
def locks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ProjectLockArgs']]]]:
|
122
|
+
"""
|
123
|
+
Locks associated with this resource.
|
124
|
+
"""
|
125
|
+
return pulumi.get(self, "locks")
|
126
|
+
|
127
|
+
@locks.setter
|
128
|
+
def locks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ProjectLockArgs']]]]):
|
129
|
+
pulumi.set(self, "locks", value)
|
130
|
+
|
113
131
|
|
114
132
|
@pulumi.input_type
|
115
133
|
class _ProjectState:
|
@@ -120,6 +138,7 @@ class _ProjectState:
|
|
120
138
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
121
139
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
122
140
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
141
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input['ProjectLockArgs']]]] = None,
|
123
142
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
124
143
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
125
144
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -136,6 +155,7 @@ class _ProjectState:
|
|
136
155
|
** IMPORTANT **
|
137
156
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
138
157
|
:param pulumi.Input[_builtins.str] lifecycle_details: A message describing the current state in more detail, that can provide actionable information if creation failed.
|
158
|
+
:param pulumi.Input[Sequence[pulumi.Input['ProjectLockArgs']]] locks: Locks associated with this resource.
|
139
159
|
:param pulumi.Input[_builtins.str] state: The current state of the project.
|
140
160
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
|
141
161
|
:param pulumi.Input[_builtins.str] time_created: When the project was created, as an RFC3339 datetime string.
|
@@ -153,6 +173,8 @@ class _ProjectState:
|
|
153
173
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
154
174
|
if lifecycle_details is not None:
|
155
175
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
176
|
+
if locks is not None:
|
177
|
+
pulumi.set(__self__, "locks", locks)
|
156
178
|
if state is not None:
|
157
179
|
pulumi.set(__self__, "state", state)
|
158
180
|
if system_tags is not None:
|
@@ -238,6 +260,18 @@ class _ProjectState:
|
|
238
260
|
def lifecycle_details(self, value: Optional[pulumi.Input[_builtins.str]]):
|
239
261
|
pulumi.set(self, "lifecycle_details", value)
|
240
262
|
|
263
|
+
@_builtins.property
|
264
|
+
@pulumi.getter
|
265
|
+
def locks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ProjectLockArgs']]]]:
|
266
|
+
"""
|
267
|
+
Locks associated with this resource.
|
268
|
+
"""
|
269
|
+
return pulumi.get(self, "locks")
|
270
|
+
|
271
|
+
@locks.setter
|
272
|
+
def locks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ProjectLockArgs']]]]):
|
273
|
+
pulumi.set(self, "locks", value)
|
274
|
+
|
241
275
|
@_builtins.property
|
242
276
|
@pulumi.getter
|
243
277
|
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -298,6 +332,7 @@ class Project(pulumi.CustomResource):
|
|
298
332
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
299
333
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
300
334
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
335
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ProjectLockArgs', 'ProjectLockArgsDict']]]]] = None,
|
301
336
|
__props__=None):
|
302
337
|
"""
|
303
338
|
This resource provides the Project resource in Oracle Cloud Infrastructure Ai Document service.
|
@@ -337,6 +372,7 @@ class Project(pulumi.CustomResource):
|
|
337
372
|
|
338
373
|
** IMPORTANT **
|
339
374
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
375
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ProjectLockArgs', 'ProjectLockArgsDict']]]] locks: Locks associated with this resource.
|
340
376
|
"""
|
341
377
|
...
|
342
378
|
@overload
|
@@ -391,6 +427,7 @@ class Project(pulumi.CustomResource):
|
|
391
427
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
392
428
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
393
429
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
430
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ProjectLockArgs', 'ProjectLockArgsDict']]]]] = None,
|
394
431
|
__props__=None):
|
395
432
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
396
433
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -407,6 +444,7 @@ class Project(pulumi.CustomResource):
|
|
407
444
|
__props__.__dict__["description"] = description
|
408
445
|
__props__.__dict__["display_name"] = display_name
|
409
446
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
447
|
+
__props__.__dict__["locks"] = locks
|
410
448
|
__props__.__dict__["lifecycle_details"] = None
|
411
449
|
__props__.__dict__["state"] = None
|
412
450
|
__props__.__dict__["system_tags"] = None
|
@@ -428,6 +466,7 @@ class Project(pulumi.CustomResource):
|
|
428
466
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
429
467
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
430
468
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
469
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ProjectLockArgs', 'ProjectLockArgsDict']]]]] = None,
|
431
470
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
432
471
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
433
472
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -449,6 +488,7 @@ class Project(pulumi.CustomResource):
|
|
449
488
|
** IMPORTANT **
|
450
489
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
451
490
|
:param pulumi.Input[_builtins.str] lifecycle_details: A message describing the current state in more detail, that can provide actionable information if creation failed.
|
491
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ProjectLockArgs', 'ProjectLockArgsDict']]]] locks: Locks associated with this resource.
|
452
492
|
:param pulumi.Input[_builtins.str] state: The current state of the project.
|
453
493
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
|
454
494
|
:param pulumi.Input[_builtins.str] time_created: When the project was created, as an RFC3339 datetime string.
|
@@ -464,6 +504,7 @@ class Project(pulumi.CustomResource):
|
|
464
504
|
__props__.__dict__["display_name"] = display_name
|
465
505
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
466
506
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
507
|
+
__props__.__dict__["locks"] = locks
|
467
508
|
__props__.__dict__["state"] = state
|
468
509
|
__props__.__dict__["system_tags"] = system_tags
|
469
510
|
__props__.__dict__["time_created"] = time_created
|
@@ -522,6 +563,14 @@ class Project(pulumi.CustomResource):
|
|
522
563
|
"""
|
523
564
|
return pulumi.get(self, "lifecycle_details")
|
524
565
|
|
566
|
+
@_builtins.property
|
567
|
+
@pulumi.getter
|
568
|
+
def locks(self) -> pulumi.Output[Sequence['outputs.ProjectLock']]:
|
569
|
+
"""
|
570
|
+
Locks associated with this resource.
|
571
|
+
"""
|
572
|
+
return pulumi.get(self, "locks")
|
573
|
+
|
525
574
|
@_builtins.property
|
526
575
|
@pulumi.getter
|
527
576
|
def state(self) -> pulumi.Output[_builtins.str]:
|