pulumi-oci 3.5.0a1756440723__py3-none-any.whl → 3.6.0a1757045455__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +48 -0
- pulumi_oci/aivision/__init__.py +12 -0
- pulumi_oci/aivision/_inputs.py +787 -51
- pulumi_oci/aivision/get_model.py +4 -4
- pulumi_oci/aivision/get_models.py +11 -11
- pulumi_oci/aivision/get_project.py +15 -15
- pulumi_oci/aivision/get_projects.py +10 -10
- pulumi_oci/aivision/get_stream_group.py +268 -0
- pulumi_oci/aivision/get_stream_groups.py +177 -0
- pulumi_oci/aivision/get_stream_job.py +296 -0
- pulumi_oci/aivision/get_stream_jobs.py +199 -0
- pulumi_oci/aivision/get_stream_source.py +240 -0
- pulumi_oci/aivision/get_stream_sources.py +199 -0
- pulumi_oci/aivision/get_vision_private_endpoint.py +267 -0
- pulumi_oci/aivision/get_vision_private_endpoints.py +199 -0
- pulumi_oci/aivision/model.py +149 -157
- pulumi_oci/aivision/outputs.py +1920 -116
- pulumi_oci/aivision/project.py +61 -69
- pulumi_oci/aivision/stream_group.py +632 -0
- pulumi_oci/aivision/stream_job.py +744 -0
- pulumi_oci/aivision/stream_source.py +519 -0
- pulumi_oci/aivision/vision_private_endpoint.py +606 -0
- pulumi_oci/cloudguard/_inputs.py +1198 -72
- pulumi_oci/cloudguard/get_managed_list.py +15 -1
- pulumi_oci/cloudguard/managed_list.py +47 -0
- pulumi_oci/cloudguard/outputs.py +2104 -67
- pulumi_oci/config/__init__.pyi +12 -17
- pulumi_oci/config/vars.py +12 -17
- pulumi_oci/database/_inputs.py +41 -1
- pulumi_oci/database/exascale_db_storage_vault.py +98 -0
- pulumi_oci/database/get_exascale_db_storage_vault.py +29 -1
- pulumi_oci/database/outputs.py +121 -5
- pulumi_oci/mysql/_inputs.py +221 -0
- pulumi_oci/mysql/get_mysql_backup.py +40 -4
- pulumi_oci/mysql/get_mysql_backups.py +2 -2
- pulumi_oci/mysql/mysql_backup.py +119 -3
- pulumi_oci/mysql/outputs.py +343 -957
- pulumi_oci/oci/__init__.py +8 -0
- pulumi_oci/oci/_inputs.py +256 -15
- pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py +103 -54
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py +45 -45
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py +42 -44
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py +100 -72
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py +74 -74
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py +50 -50
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_identity_connector.py +924 -0
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_key_ring.py +762 -0
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py +37 -15
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py +26 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py +30 -16
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py +11 -11
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py +41 -13
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py +17 -17
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connector.py +366 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connectors.py +213 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key.py +295 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_ring.py +309 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_rings.py +229 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_keys.py +232 -0
- pulumi_oci/oci/outputs.py +1042 -142
- pulumi_oci/provider.py +44 -63
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0a1757045455.dist-info}/METADATA +1 -1
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0a1757045455.dist-info}/RECORD +74 -54
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0a1757045455.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0a1757045455.dist-info}/top_level.txt +0 -0
pulumi_oci/aivision/project.py
CHANGED
@@ -26,11 +26,11 @@ class ProjectArgs:
|
|
26
26
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
27
27
|
"""
|
28
28
|
The set of arguments for constructing a Project resource.
|
29
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable)
|
30
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
31
|
-
:param pulumi.Input[_builtins.str] description: (Updatable)
|
32
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable)
|
33
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable)
|
29
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The compartment identifier.
|
30
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
31
|
+
:param pulumi.Input[_builtins.str] description: (Updatable) An optional description of the project.
|
32
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) A human-friendly name for the project, that can be changed.
|
33
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
34
34
|
|
35
35
|
|
36
36
|
** IMPORTANT **
|
@@ -50,7 +50,7 @@ class ProjectArgs:
|
|
50
50
|
@pulumi.getter(name="compartmentId")
|
51
51
|
def compartment_id(self) -> pulumi.Input[_builtins.str]:
|
52
52
|
"""
|
53
|
-
(Updatable)
|
53
|
+
(Updatable) The compartment identifier.
|
54
54
|
"""
|
55
55
|
return pulumi.get(self, "compartment_id")
|
56
56
|
|
@@ -62,7 +62,7 @@ class ProjectArgs:
|
|
62
62
|
@pulumi.getter(name="definedTags")
|
63
63
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
64
64
|
"""
|
65
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
65
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
66
66
|
"""
|
67
67
|
return pulumi.get(self, "defined_tags")
|
68
68
|
|
@@ -74,7 +74,7 @@ class ProjectArgs:
|
|
74
74
|
@pulumi.getter
|
75
75
|
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
76
76
|
"""
|
77
|
-
(Updatable)
|
77
|
+
(Updatable) An optional description of the project.
|
78
78
|
"""
|
79
79
|
return pulumi.get(self, "description")
|
80
80
|
|
@@ -86,7 +86,7 @@ class ProjectArgs:
|
|
86
86
|
@pulumi.getter(name="displayName")
|
87
87
|
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
88
88
|
"""
|
89
|
-
(Updatable)
|
89
|
+
(Updatable) A human-friendly name for the project, that can be changed.
|
90
90
|
"""
|
91
91
|
return pulumi.get(self, "display_name")
|
92
92
|
|
@@ -98,7 +98,7 @@ class ProjectArgs:
|
|
98
98
|
@pulumi.getter(name="freeformTags")
|
99
99
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
100
100
|
"""
|
101
|
-
(Updatable)
|
101
|
+
(Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
102
102
|
|
103
103
|
|
104
104
|
** IMPORTANT **
|
@@ -126,20 +126,20 @@ class _ProjectState:
|
|
126
126
|
time_updated: Optional[pulumi.Input[_builtins.str]] = None):
|
127
127
|
"""
|
128
128
|
Input properties used for looking up and filtering Project resources.
|
129
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable)
|
130
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
131
|
-
:param pulumi.Input[_builtins.str] description: (Updatable)
|
132
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable)
|
133
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable)
|
129
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The compartment identifier.
|
130
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
131
|
+
:param pulumi.Input[_builtins.str] description: (Updatable) An optional description of the project.
|
132
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) A human-friendly name for the project, that can be changed.
|
133
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
134
134
|
|
135
135
|
|
136
136
|
** IMPORTANT **
|
137
137
|
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
|
-
:param pulumi.Input[_builtins.str] lifecycle_details: A message describing the current state in more detail
|
139
|
-
:param pulumi.Input[_builtins.str] state: The current state of the
|
140
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces.
|
141
|
-
:param pulumi.Input[_builtins.str] time_created:
|
142
|
-
:param pulumi.Input[_builtins.str] time_updated:
|
138
|
+
:param pulumi.Input[_builtins.str] lifecycle_details: A message describing the current state in more detail, that can provide actionable information if creation failed.
|
139
|
+
:param pulumi.Input[_builtins.str] state: The current state of the project.
|
140
|
+
: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
|
+
:param pulumi.Input[_builtins.str] time_created: When the project was created, as an RFC3339 datetime string.
|
142
|
+
:param pulumi.Input[_builtins.str] time_updated: When the project was updated, as an RFC3339 datetime string.
|
143
143
|
"""
|
144
144
|
if compartment_id is not None:
|
145
145
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -166,7 +166,7 @@ class _ProjectState:
|
|
166
166
|
@pulumi.getter(name="compartmentId")
|
167
167
|
def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
168
168
|
"""
|
169
|
-
(Updatable)
|
169
|
+
(Updatable) The compartment identifier.
|
170
170
|
"""
|
171
171
|
return pulumi.get(self, "compartment_id")
|
172
172
|
|
@@ -178,7 +178,7 @@ class _ProjectState:
|
|
178
178
|
@pulumi.getter(name="definedTags")
|
179
179
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
180
180
|
"""
|
181
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
181
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
182
182
|
"""
|
183
183
|
return pulumi.get(self, "defined_tags")
|
184
184
|
|
@@ -190,7 +190,7 @@ class _ProjectState:
|
|
190
190
|
@pulumi.getter
|
191
191
|
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
192
192
|
"""
|
193
|
-
(Updatable)
|
193
|
+
(Updatable) An optional description of the project.
|
194
194
|
"""
|
195
195
|
return pulumi.get(self, "description")
|
196
196
|
|
@@ -202,7 +202,7 @@ class _ProjectState:
|
|
202
202
|
@pulumi.getter(name="displayName")
|
203
203
|
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
204
204
|
"""
|
205
|
-
(Updatable)
|
205
|
+
(Updatable) A human-friendly name for the project, that can be changed.
|
206
206
|
"""
|
207
207
|
return pulumi.get(self, "display_name")
|
208
208
|
|
@@ -214,7 +214,7 @@ class _ProjectState:
|
|
214
214
|
@pulumi.getter(name="freeformTags")
|
215
215
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
216
216
|
"""
|
217
|
-
(Updatable)
|
217
|
+
(Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
218
218
|
|
219
219
|
|
220
220
|
** IMPORTANT **
|
@@ -230,7 +230,7 @@ class _ProjectState:
|
|
230
230
|
@pulumi.getter(name="lifecycleDetails")
|
231
231
|
def lifecycle_details(self) -> Optional[pulumi.Input[_builtins.str]]:
|
232
232
|
"""
|
233
|
-
A message describing the current state in more detail
|
233
|
+
A message describing the current state in more detail, that can provide actionable information if creation failed.
|
234
234
|
"""
|
235
235
|
return pulumi.get(self, "lifecycle_details")
|
236
236
|
|
@@ -242,7 +242,7 @@ class _ProjectState:
|
|
242
242
|
@pulumi.getter
|
243
243
|
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
244
244
|
"""
|
245
|
-
The current state of the
|
245
|
+
The current state of the project.
|
246
246
|
"""
|
247
247
|
return pulumi.get(self, "state")
|
248
248
|
|
@@ -254,7 +254,7 @@ class _ProjectState:
|
|
254
254
|
@pulumi.getter(name="systemTags")
|
255
255
|
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
256
256
|
"""
|
257
|
-
Usage of system tag keys. These predefined keys are scoped to namespaces.
|
257
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
|
258
258
|
"""
|
259
259
|
return pulumi.get(self, "system_tags")
|
260
260
|
|
@@ -266,7 +266,7 @@ class _ProjectState:
|
|
266
266
|
@pulumi.getter(name="timeCreated")
|
267
267
|
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
268
268
|
"""
|
269
|
-
|
269
|
+
When the project was created, as an RFC3339 datetime string.
|
270
270
|
"""
|
271
271
|
return pulumi.get(self, "time_created")
|
272
272
|
|
@@ -278,7 +278,7 @@ class _ProjectState:
|
|
278
278
|
@pulumi.getter(name="timeUpdated")
|
279
279
|
def time_updated(self) -> Optional[pulumi.Input[_builtins.str]]:
|
280
280
|
"""
|
281
|
-
|
281
|
+
When the project was updated, as an RFC3339 datetime string.
|
282
282
|
"""
|
283
283
|
return pulumi.get(self, "time_updated")
|
284
284
|
|
@@ -302,7 +302,7 @@ class Project(pulumi.CustomResource):
|
|
302
302
|
"""
|
303
303
|
This resource provides the Project resource in Oracle Cloud Infrastructure Ai Vision service.
|
304
304
|
|
305
|
-
|
305
|
+
Create a new project.
|
306
306
|
|
307
307
|
## Example Usage
|
308
308
|
|
@@ -312,14 +312,10 @@ class Project(pulumi.CustomResource):
|
|
312
312
|
|
313
313
|
test_project = oci.aivision.Project("test_project",
|
314
314
|
compartment_id=compartment_id,
|
315
|
-
defined_tags=
|
316
|
-
"foo-namespace.bar-key": "value",
|
317
|
-
},
|
315
|
+
defined_tags=project_defined_tags,
|
318
316
|
description=project_description,
|
319
317
|
display_name=project_display_name,
|
320
|
-
freeform_tags=
|
321
|
-
"bar-key": "value",
|
322
|
-
})
|
318
|
+
freeform_tags=project_freeform_tags)
|
323
319
|
```
|
324
320
|
|
325
321
|
## Import
|
@@ -332,11 +328,11 @@ class Project(pulumi.CustomResource):
|
|
332
328
|
|
333
329
|
:param str resource_name: The name of the resource.
|
334
330
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
335
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable)
|
336
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
337
|
-
:param pulumi.Input[_builtins.str] description: (Updatable)
|
338
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable)
|
339
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable)
|
331
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The compartment identifier.
|
332
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
333
|
+
:param pulumi.Input[_builtins.str] description: (Updatable) An optional description of the project.
|
334
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) A human-friendly name for the project, that can be changed.
|
335
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
340
336
|
|
341
337
|
|
342
338
|
** IMPORTANT **
|
@@ -351,7 +347,7 @@ class Project(pulumi.CustomResource):
|
|
351
347
|
"""
|
352
348
|
This resource provides the Project resource in Oracle Cloud Infrastructure Ai Vision service.
|
353
349
|
|
354
|
-
|
350
|
+
Create a new project.
|
355
351
|
|
356
352
|
## Example Usage
|
357
353
|
|
@@ -361,14 +357,10 @@ class Project(pulumi.CustomResource):
|
|
361
357
|
|
362
358
|
test_project = oci.aivision.Project("test_project",
|
363
359
|
compartment_id=compartment_id,
|
364
|
-
defined_tags=
|
365
|
-
"foo-namespace.bar-key": "value",
|
366
|
-
},
|
360
|
+
defined_tags=project_defined_tags,
|
367
361
|
description=project_description,
|
368
362
|
display_name=project_display_name,
|
369
|
-
freeform_tags=
|
370
|
-
"bar-key": "value",
|
371
|
-
})
|
363
|
+
freeform_tags=project_freeform_tags)
|
372
364
|
```
|
373
365
|
|
374
366
|
## Import
|
@@ -447,20 +439,20 @@ class Project(pulumi.CustomResource):
|
|
447
439
|
:param str resource_name: The unique name of the resulting resource.
|
448
440
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
449
441
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
450
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable)
|
451
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
452
|
-
:param pulumi.Input[_builtins.str] description: (Updatable)
|
453
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable)
|
454
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable)
|
442
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The compartment identifier.
|
443
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
444
|
+
:param pulumi.Input[_builtins.str] description: (Updatable) An optional description of the project.
|
445
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) A human-friendly name for the project, that can be changed.
|
446
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
455
447
|
|
456
448
|
|
457
449
|
** IMPORTANT **
|
458
450
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
459
|
-
:param pulumi.Input[_builtins.str] lifecycle_details: A message describing the current state in more detail
|
460
|
-
:param pulumi.Input[_builtins.str] state: The current state of the
|
461
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces.
|
462
|
-
:param pulumi.Input[_builtins.str] time_created:
|
463
|
-
:param pulumi.Input[_builtins.str] time_updated:
|
451
|
+
:param pulumi.Input[_builtins.str] lifecycle_details: A message describing the current state in more detail, that can provide actionable information if creation failed.
|
452
|
+
:param pulumi.Input[_builtins.str] state: The current state of the project.
|
453
|
+
: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
|
+
:param pulumi.Input[_builtins.str] time_created: When the project was created, as an RFC3339 datetime string.
|
455
|
+
:param pulumi.Input[_builtins.str] time_updated: When the project was updated, as an RFC3339 datetime string.
|
464
456
|
"""
|
465
457
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
466
458
|
|
@@ -482,7 +474,7 @@ class Project(pulumi.CustomResource):
|
|
482
474
|
@pulumi.getter(name="compartmentId")
|
483
475
|
def compartment_id(self) -> pulumi.Output[_builtins.str]:
|
484
476
|
"""
|
485
|
-
(Updatable)
|
477
|
+
(Updatable) The compartment identifier.
|
486
478
|
"""
|
487
479
|
return pulumi.get(self, "compartment_id")
|
488
480
|
|
@@ -490,7 +482,7 @@ class Project(pulumi.CustomResource):
|
|
490
482
|
@pulumi.getter(name="definedTags")
|
491
483
|
def defined_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
492
484
|
"""
|
493
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
485
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
494
486
|
"""
|
495
487
|
return pulumi.get(self, "defined_tags")
|
496
488
|
|
@@ -498,7 +490,7 @@ class Project(pulumi.CustomResource):
|
|
498
490
|
@pulumi.getter
|
499
491
|
def description(self) -> pulumi.Output[_builtins.str]:
|
500
492
|
"""
|
501
|
-
(Updatable)
|
493
|
+
(Updatable) An optional description of the project.
|
502
494
|
"""
|
503
495
|
return pulumi.get(self, "description")
|
504
496
|
|
@@ -506,7 +498,7 @@ class Project(pulumi.CustomResource):
|
|
506
498
|
@pulumi.getter(name="displayName")
|
507
499
|
def display_name(self) -> pulumi.Output[_builtins.str]:
|
508
500
|
"""
|
509
|
-
(Updatable)
|
501
|
+
(Updatable) A human-friendly name for the project, that can be changed.
|
510
502
|
"""
|
511
503
|
return pulumi.get(self, "display_name")
|
512
504
|
|
@@ -514,7 +506,7 @@ class Project(pulumi.CustomResource):
|
|
514
506
|
@pulumi.getter(name="freeformTags")
|
515
507
|
def freeform_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
516
508
|
"""
|
517
|
-
(Updatable)
|
509
|
+
(Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
518
510
|
|
519
511
|
|
520
512
|
** IMPORTANT **
|
@@ -526,7 +518,7 @@ class Project(pulumi.CustomResource):
|
|
526
518
|
@pulumi.getter(name="lifecycleDetails")
|
527
519
|
def lifecycle_details(self) -> pulumi.Output[_builtins.str]:
|
528
520
|
"""
|
529
|
-
A message describing the current state in more detail
|
521
|
+
A message describing the current state in more detail, that can provide actionable information if creation failed.
|
530
522
|
"""
|
531
523
|
return pulumi.get(self, "lifecycle_details")
|
532
524
|
|
@@ -534,7 +526,7 @@ class Project(pulumi.CustomResource):
|
|
534
526
|
@pulumi.getter
|
535
527
|
def state(self) -> pulumi.Output[_builtins.str]:
|
536
528
|
"""
|
537
|
-
The current state of the
|
529
|
+
The current state of the project.
|
538
530
|
"""
|
539
531
|
return pulumi.get(self, "state")
|
540
532
|
|
@@ -542,7 +534,7 @@ class Project(pulumi.CustomResource):
|
|
542
534
|
@pulumi.getter(name="systemTags")
|
543
535
|
def system_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
544
536
|
"""
|
545
|
-
Usage of system tag keys. These predefined keys are scoped to namespaces.
|
537
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
|
546
538
|
"""
|
547
539
|
return pulumi.get(self, "system_tags")
|
548
540
|
|
@@ -550,7 +542,7 @@ class Project(pulumi.CustomResource):
|
|
550
542
|
@pulumi.getter(name="timeCreated")
|
551
543
|
def time_created(self) -> pulumi.Output[_builtins.str]:
|
552
544
|
"""
|
553
|
-
|
545
|
+
When the project was created, as an RFC3339 datetime string.
|
554
546
|
"""
|
555
547
|
return pulumi.get(self, "time_created")
|
556
548
|
|
@@ -558,7 +550,7 @@ class Project(pulumi.CustomResource):
|
|
558
550
|
@pulumi.getter(name="timeUpdated")
|
559
551
|
def time_updated(self) -> pulumi.Output[_builtins.str]:
|
560
552
|
"""
|
561
|
-
|
553
|
+
When the project was updated, as an RFC3339 datetime string.
|
562
554
|
"""
|
563
555
|
return pulumi.get(self, "time_updated")
|
564
556
|
|