pulumi-oci 1.34.0a1714565502__py3-none-any.whl → 1.34.0a1714766740__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 +40 -0
- pulumi_oci/config/__init__.pyi +2 -2
- pulumi_oci/config/vars.py +2 -2
- pulumi_oci/database/db_home.py +47 -0
- pulumi_oci/database/get_db_home.py +14 -1
- pulumi_oci/database/outputs.py +11 -0
- pulumi_oci/databasemanagement/__init__.py +5 -0
- pulumi_oci/databasemanagement/_inputs.py +1207 -2
- pulumi_oci/databasemanagement/database_dbm_features_management.py +275 -0
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +28 -0
- pulumi_oci/databasemanagement/external_asm.py +28 -0
- pulumi_oci/databasemanagement/external_asm_instance.py +28 -0
- pulumi_oci/databasemanagement/external_cluster.py +28 -0
- pulumi_oci/databasemanagement/external_cluster_instance.py +28 -0
- pulumi_oci/databasemanagement/external_db_home.py +28 -0
- pulumi_oci/databasemanagement/external_db_node.py +28 -0
- pulumi_oci/databasemanagement/external_db_system.py +28 -0
- pulumi_oci/databasemanagement/external_db_system_connector.py +28 -0
- pulumi_oci/databasemanagement/external_db_system_discovery.py +28 -0
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +28 -0
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +28 -0
- pulumi_oci/databasemanagement/external_exadata_storage_grid.py +28 -0
- pulumi_oci/databasemanagement/external_exadata_storage_server.py +28 -0
- pulumi_oci/databasemanagement/external_listener.py +28 -0
- pulumi_oci/databasemanagement/externalcontainerdatabase_external_container_dbm_features_management.py +275 -0
- pulumi_oci/databasemanagement/externalnoncontainerdatabase_external_non_container_dbm_features_management.py +275 -0
- pulumi_oci/databasemanagement/externalpluggabledatabase_external_pluggable_dbm_features_management.py +275 -0
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +14 -1
- pulumi_oci/databasemanagement/get_external_asm.py +14 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +14 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +14 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +14 -1
- pulumi_oci/databasemanagement/get_external_databases.py +18 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +14 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +14 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +14 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +14 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +14 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +14 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +14 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +14 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +14 -1
- pulumi_oci/databasemanagement/get_external_listener.py +14 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +14 -1
- pulumi_oci/databasemanagement/get_managed_my_sql_database.py +6 -6
- pulumi_oci/databasemanagement/get_named_credential.py +14 -1
- pulumi_oci/databasemanagement/managed_database.py +28 -0
- pulumi_oci/databasemanagement/managed_database_group.py +28 -0
- pulumi_oci/databasemanagement/named_credential.py +28 -0
- pulumi_oci/databasemanagement/outputs.py +1723 -214
- pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +275 -0
- pulumi_oci/datasafe/__init__.py +3 -0
- pulumi_oci/datasafe/_inputs.py +80 -0
- pulumi_oci/datasafe/get_masking_policy.py +11 -1
- pulumi_oci/datasafe/get_masking_policy_health_report.py +235 -0
- pulumi_oci/datasafe/get_masking_policy_health_report_logs.py +153 -0
- pulumi_oci/datasafe/get_masking_policy_health_reports.py +267 -0
- pulumi_oci/datasafe/masking_policy.py +75 -28
- pulumi_oci/datasafe/outputs.py +287 -0
- pulumi_oci/provider.py +8 -8
- pulumi_oci/recoverymod/_inputs.py +16 -0
- pulumi_oci/recoverymod/get_protected_database.py +25 -5
- pulumi_oci/recoverymod/get_protection_policies.py +1 -7
- pulumi_oci/recoverymod/get_protection_policy.py +15 -8
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +32 -9
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +3 -21
- pulumi_oci/recoverymod/outputs.py +96 -24
- pulumi_oci/recoverymod/protected_database.py +95 -16
- pulumi_oci/recoverymod/protection_policy.py +121 -54
- pulumi_oci/recoverymod/recovery_service_subnet.py +143 -55
- {pulumi_oci-1.34.0a1714565502.dist-info → pulumi_oci-1.34.0a1714766740.dist-info}/METADATA +1 -1
- {pulumi_oci-1.34.0a1714565502.dist-info → pulumi_oci-1.34.0a1714766740.dist-info}/RECORD +74 -66
- {pulumi_oci-1.34.0a1714565502.dist-info → pulumi_oci-1.34.0a1714766740.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.34.0a1714565502.dist-info → pulumi_oci-1.34.0a1714766740.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py
CHANGED
@@ -2788,6 +2788,14 @@ _utilities.register(
|
|
2788
2788
|
"oci:Database/vmClusterRemoveVirtualMachine:VmClusterRemoveVirtualMachine": "VmClusterRemoveVirtualMachine"
|
2789
2789
|
}
|
2790
2790
|
},
|
2791
|
+
{
|
2792
|
+
"pkg": "oci",
|
2793
|
+
"mod": "DatabaseManagement/databaseDbmFeaturesManagement",
|
2794
|
+
"fqn": "pulumi_oci.databasemanagement",
|
2795
|
+
"classes": {
|
2796
|
+
"oci:DatabaseManagement/databaseDbmFeaturesManagement:DatabaseDbmFeaturesManagement": "DatabaseDbmFeaturesManagement"
|
2797
|
+
}
|
2798
|
+
},
|
2791
2799
|
{
|
2792
2800
|
"pkg": "oci",
|
2793
2801
|
"mod": "DatabaseManagement/dbManagementPrivateEndpoint",
|
@@ -2932,6 +2940,30 @@ _utilities.register(
|
|
2932
2940
|
"oci:DatabaseManagement/externalListener:ExternalListener": "ExternalListener"
|
2933
2941
|
}
|
2934
2942
|
},
|
2943
|
+
{
|
2944
|
+
"pkg": "oci",
|
2945
|
+
"mod": "DatabaseManagement/externalcontainerdatabaseExternalContainerDbmFeaturesManagement",
|
2946
|
+
"fqn": "pulumi_oci.databasemanagement",
|
2947
|
+
"classes": {
|
2948
|
+
"oci:DatabaseManagement/externalcontainerdatabaseExternalContainerDbmFeaturesManagement:ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement": "ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement"
|
2949
|
+
}
|
2950
|
+
},
|
2951
|
+
{
|
2952
|
+
"pkg": "oci",
|
2953
|
+
"mod": "DatabaseManagement/externalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement",
|
2954
|
+
"fqn": "pulumi_oci.databasemanagement",
|
2955
|
+
"classes": {
|
2956
|
+
"oci:DatabaseManagement/externalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement:ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement": "ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement"
|
2957
|
+
}
|
2958
|
+
},
|
2959
|
+
{
|
2960
|
+
"pkg": "oci",
|
2961
|
+
"mod": "DatabaseManagement/externalpluggabledatabaseExternalPluggableDbmFeaturesManagement",
|
2962
|
+
"fqn": "pulumi_oci.databasemanagement",
|
2963
|
+
"classes": {
|
2964
|
+
"oci:DatabaseManagement/externalpluggabledatabaseExternalPluggableDbmFeaturesManagement:ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement": "ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement"
|
2965
|
+
}
|
2966
|
+
},
|
2935
2967
|
{
|
2936
2968
|
"pkg": "oci",
|
2937
2969
|
"mod": "DatabaseManagement/managedDatabase",
|
@@ -2972,6 +3004,14 @@ _utilities.register(
|
|
2972
3004
|
"oci:DatabaseManagement/namedCredential:NamedCredential": "NamedCredential"
|
2973
3005
|
}
|
2974
3006
|
},
|
3007
|
+
{
|
3008
|
+
"pkg": "oci",
|
3009
|
+
"mod": "DatabaseManagement/pluggabledatabasePluggableDatabaseDbmFeaturesManagement",
|
3010
|
+
"fqn": "pulumi_oci.databasemanagement",
|
3011
|
+
"classes": {
|
3012
|
+
"oci:DatabaseManagement/pluggabledatabasePluggableDatabaseDbmFeaturesManagement:PluggabledatabasePluggableDatabaseDbmFeaturesManagement": "PluggabledatabasePluggableDatabaseDbmFeaturesManagement"
|
3013
|
+
}
|
3014
|
+
},
|
2975
3015
|
{
|
2976
3016
|
"pkg": "oci",
|
2977
3017
|
"mod": "DatabaseMigration/connection",
|
pulumi_oci/config/__init__.pyi
CHANGED
@@ -11,8 +11,8 @@ from .. import _utilities
|
|
11
11
|
|
12
12
|
auth: Optional[str]
|
13
13
|
"""
|
14
|
-
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken'
|
15
|
-
'
|
14
|
+
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and
|
15
|
+
'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
|
16
16
|
"""
|
17
17
|
|
18
18
|
configFileProfile: Optional[str]
|
pulumi_oci/config/vars.py
CHANGED
@@ -18,8 +18,8 @@ class _ExportableConfig(types.ModuleType):
|
|
18
18
|
@property
|
19
19
|
def auth(self) -> Optional[str]:
|
20
20
|
"""
|
21
|
-
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken'
|
22
|
-
'
|
21
|
+
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and
|
22
|
+
'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
|
23
23
|
"""
|
24
24
|
return __config__.get('auth')
|
25
25
|
|
pulumi_oci/database/db_home.py
CHANGED
@@ -25,6 +25,7 @@ class DbHomeArgs:
|
|
25
25
|
enable_database_delete: Optional[pulumi.Input[bool]] = None,
|
26
26
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
27
27
|
is_desupported_version: Optional[pulumi.Input[bool]] = None,
|
28
|
+
is_unified_auditing_enabled: Optional[pulumi.Input[bool]] = None,
|
28
29
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
29
30
|
kms_key_version_id: Optional[pulumi.Input[str]] = None,
|
30
31
|
source: Optional[pulumi.Input[str]] = None,
|
@@ -44,6 +45,7 @@ class DbHomeArgs:
|
|
44
45
|
:param pulumi.Input[bool] enable_database_delete: Defaults to false. If omitted or set to false the provider will not delete databases removed from the Db Home configuration.
|
45
46
|
:param pulumi.Input[Mapping[str, Any]] 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"}`
|
46
47
|
:param pulumi.Input[bool] is_desupported_version: If true, the customer acknowledges that the specified Oracle Database software is an older release that is not currently supported by OCI.
|
48
|
+
:param pulumi.Input[bool] is_unified_auditing_enabled: Indicates whether unified autiding is enabled or not. Set to True to enable unified auditing on respective DBHome.
|
47
49
|
:param pulumi.Input[str] kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
48
50
|
:param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
49
51
|
:param pulumi.Input[str] source: The source of database: NONE for creating a new database. DB_BACKUP for creating a new database by restoring from a database backup. VM_CLUSTER_NEW for creating a database for VM Cluster.
|
@@ -71,6 +73,8 @@ class DbHomeArgs:
|
|
71
73
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
72
74
|
if is_desupported_version is not None:
|
73
75
|
pulumi.set(__self__, "is_desupported_version", is_desupported_version)
|
76
|
+
if is_unified_auditing_enabled is not None:
|
77
|
+
pulumi.set(__self__, "is_unified_auditing_enabled", is_unified_auditing_enabled)
|
74
78
|
if kms_key_id is not None:
|
75
79
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
76
80
|
if kms_key_version_id is not None:
|
@@ -192,6 +196,18 @@ class DbHomeArgs:
|
|
192
196
|
def is_desupported_version(self, value: Optional[pulumi.Input[bool]]):
|
193
197
|
pulumi.set(self, "is_desupported_version", value)
|
194
198
|
|
199
|
+
@property
|
200
|
+
@pulumi.getter(name="isUnifiedAuditingEnabled")
|
201
|
+
def is_unified_auditing_enabled(self) -> Optional[pulumi.Input[bool]]:
|
202
|
+
"""
|
203
|
+
Indicates whether unified autiding is enabled or not. Set to True to enable unified auditing on respective DBHome.
|
204
|
+
"""
|
205
|
+
return pulumi.get(self, "is_unified_auditing_enabled")
|
206
|
+
|
207
|
+
@is_unified_auditing_enabled.setter
|
208
|
+
def is_unified_auditing_enabled(self, value: Optional[pulumi.Input[bool]]):
|
209
|
+
pulumi.set(self, "is_unified_auditing_enabled", value)
|
210
|
+
|
195
211
|
@property
|
196
212
|
@pulumi.getter(name="kmsKeyId")
|
197
213
|
def kms_key_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -259,6 +275,7 @@ class _DbHomeState:
|
|
259
275
|
enable_database_delete: Optional[pulumi.Input[bool]] = None,
|
260
276
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
261
277
|
is_desupported_version: Optional[pulumi.Input[bool]] = None,
|
278
|
+
is_unified_auditing_enabled: Optional[pulumi.Input[bool]] = None,
|
262
279
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
263
280
|
kms_key_version_id: Optional[pulumi.Input[str]] = None,
|
264
281
|
last_patch_history_entry_id: Optional[pulumi.Input[str]] = None,
|
@@ -284,6 +301,7 @@ class _DbHomeState:
|
|
284
301
|
:param pulumi.Input[bool] enable_database_delete: Defaults to false. If omitted or set to false the provider will not delete databases removed from the Db Home configuration.
|
285
302
|
:param pulumi.Input[Mapping[str, Any]] 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"}`
|
286
303
|
:param pulumi.Input[bool] is_desupported_version: If true, the customer acknowledges that the specified Oracle Database software is an older release that is not currently supported by OCI.
|
304
|
+
:param pulumi.Input[bool] is_unified_auditing_enabled: Indicates whether unified autiding is enabled or not. Set to True to enable unified auditing on respective DBHome.
|
287
305
|
:param pulumi.Input[str] kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
288
306
|
:param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
289
307
|
:param pulumi.Input[str] last_patch_history_entry_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last patch history. This value is updated as soon as a patch operation is started.
|
@@ -319,6 +337,8 @@ class _DbHomeState:
|
|
319
337
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
320
338
|
if is_desupported_version is not None:
|
321
339
|
pulumi.set(__self__, "is_desupported_version", is_desupported_version)
|
340
|
+
if is_unified_auditing_enabled is not None:
|
341
|
+
pulumi.set(__self__, "is_unified_auditing_enabled", is_unified_auditing_enabled)
|
322
342
|
if kms_key_id is not None:
|
323
343
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
324
344
|
if kms_key_version_id is not None:
|
@@ -472,6 +492,18 @@ class _DbHomeState:
|
|
472
492
|
def is_desupported_version(self, value: Optional[pulumi.Input[bool]]):
|
473
493
|
pulumi.set(self, "is_desupported_version", value)
|
474
494
|
|
495
|
+
@property
|
496
|
+
@pulumi.getter(name="isUnifiedAuditingEnabled")
|
497
|
+
def is_unified_auditing_enabled(self) -> Optional[pulumi.Input[bool]]:
|
498
|
+
"""
|
499
|
+
Indicates whether unified autiding is enabled or not. Set to True to enable unified auditing on respective DBHome.
|
500
|
+
"""
|
501
|
+
return pulumi.get(self, "is_unified_auditing_enabled")
|
502
|
+
|
503
|
+
@is_unified_auditing_enabled.setter
|
504
|
+
def is_unified_auditing_enabled(self, value: Optional[pulumi.Input[bool]]):
|
505
|
+
pulumi.set(self, "is_unified_auditing_enabled", value)
|
506
|
+
|
475
507
|
@property
|
476
508
|
@pulumi.getter(name="kmsKeyId")
|
477
509
|
def kms_key_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -587,6 +619,7 @@ class DbHome(pulumi.CustomResource):
|
|
587
619
|
enable_database_delete: Optional[pulumi.Input[bool]] = None,
|
588
620
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
589
621
|
is_desupported_version: Optional[pulumi.Input[bool]] = None,
|
622
|
+
is_unified_auditing_enabled: Optional[pulumi.Input[bool]] = None,
|
590
623
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
591
624
|
kms_key_version_id: Optional[pulumi.Input[str]] = None,
|
592
625
|
source: Optional[pulumi.Input[str]] = None,
|
@@ -630,6 +663,7 @@ class DbHome(pulumi.CustomResource):
|
|
630
663
|
:param pulumi.Input[bool] enable_database_delete: Defaults to false. If omitted or set to false the provider will not delete databases removed from the Db Home configuration.
|
631
664
|
:param pulumi.Input[Mapping[str, Any]] 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"}`
|
632
665
|
:param pulumi.Input[bool] is_desupported_version: If true, the customer acknowledges that the specified Oracle Database software is an older release that is not currently supported by OCI.
|
666
|
+
:param pulumi.Input[bool] is_unified_auditing_enabled: Indicates whether unified autiding is enabled or not. Set to True to enable unified auditing on respective DBHome.
|
633
667
|
:param pulumi.Input[str] kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
634
668
|
:param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
635
669
|
:param pulumi.Input[str] source: The source of database: NONE for creating a new database. DB_BACKUP for creating a new database by restoring from a database backup. VM_CLUSTER_NEW for creating a database for VM Cluster.
|
@@ -692,6 +726,7 @@ class DbHome(pulumi.CustomResource):
|
|
692
726
|
enable_database_delete: Optional[pulumi.Input[bool]] = None,
|
693
727
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
694
728
|
is_desupported_version: Optional[pulumi.Input[bool]] = None,
|
729
|
+
is_unified_auditing_enabled: Optional[pulumi.Input[bool]] = None,
|
695
730
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
696
731
|
kms_key_version_id: Optional[pulumi.Input[str]] = None,
|
697
732
|
source: Optional[pulumi.Input[str]] = None,
|
@@ -714,6 +749,7 @@ class DbHome(pulumi.CustomResource):
|
|
714
749
|
__props__.__dict__["enable_database_delete"] = enable_database_delete
|
715
750
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
716
751
|
__props__.__dict__["is_desupported_version"] = is_desupported_version
|
752
|
+
__props__.__dict__["is_unified_auditing_enabled"] = is_unified_auditing_enabled
|
717
753
|
__props__.__dict__["kms_key_id"] = kms_key_id
|
718
754
|
__props__.__dict__["kms_key_version_id"] = kms_key_version_id
|
719
755
|
__props__.__dict__["source"] = source
|
@@ -745,6 +781,7 @@ class DbHome(pulumi.CustomResource):
|
|
745
781
|
enable_database_delete: Optional[pulumi.Input[bool]] = None,
|
746
782
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
747
783
|
is_desupported_version: Optional[pulumi.Input[bool]] = None,
|
784
|
+
is_unified_auditing_enabled: Optional[pulumi.Input[bool]] = None,
|
748
785
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
749
786
|
kms_key_version_id: Optional[pulumi.Input[str]] = None,
|
750
787
|
last_patch_history_entry_id: Optional[pulumi.Input[str]] = None,
|
@@ -775,6 +812,7 @@ class DbHome(pulumi.CustomResource):
|
|
775
812
|
:param pulumi.Input[bool] enable_database_delete: Defaults to false. If omitted or set to false the provider will not delete databases removed from the Db Home configuration.
|
776
813
|
:param pulumi.Input[Mapping[str, Any]] 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"}`
|
777
814
|
:param pulumi.Input[bool] is_desupported_version: If true, the customer acknowledges that the specified Oracle Database software is an older release that is not currently supported by OCI.
|
815
|
+
:param pulumi.Input[bool] is_unified_auditing_enabled: Indicates whether unified autiding is enabled or not. Set to True to enable unified auditing on respective DBHome.
|
778
816
|
:param pulumi.Input[str] kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
779
817
|
:param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
780
818
|
:param pulumi.Input[str] last_patch_history_entry_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last patch history. This value is updated as soon as a patch operation is started.
|
@@ -803,6 +841,7 @@ class DbHome(pulumi.CustomResource):
|
|
803
841
|
__props__.__dict__["enable_database_delete"] = enable_database_delete
|
804
842
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
805
843
|
__props__.__dict__["is_desupported_version"] = is_desupported_version
|
844
|
+
__props__.__dict__["is_unified_auditing_enabled"] = is_unified_auditing_enabled
|
806
845
|
__props__.__dict__["kms_key_id"] = kms_key_id
|
807
846
|
__props__.__dict__["kms_key_version_id"] = kms_key_version_id
|
808
847
|
__props__.__dict__["last_patch_history_entry_id"] = last_patch_history_entry_id
|
@@ -905,6 +944,14 @@ class DbHome(pulumi.CustomResource):
|
|
905
944
|
"""
|
906
945
|
return pulumi.get(self, "is_desupported_version")
|
907
946
|
|
947
|
+
@property
|
948
|
+
@pulumi.getter(name="isUnifiedAuditingEnabled")
|
949
|
+
def is_unified_auditing_enabled(self) -> pulumi.Output[bool]:
|
950
|
+
"""
|
951
|
+
Indicates whether unified autiding is enabled or not. Set to True to enable unified auditing on respective DBHome.
|
952
|
+
"""
|
953
|
+
return pulumi.get(self, "is_unified_auditing_enabled")
|
954
|
+
|
908
955
|
@property
|
909
956
|
@pulumi.getter(name="kmsKeyId")
|
910
957
|
def kms_key_id(self) -> pulumi.Output[str]:
|
@@ -22,7 +22,7 @@ class GetDbHomeResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getDbHome.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, compartment_id=None, database_software_image_id=None, databases=None, db_home_id=None, db_home_location=None, db_system_id=None, db_version=None, defined_tags=None, display_name=None, enable_database_delete=None, freeform_tags=None, id=None, is_desupported_version=None, kms_key_id=None, kms_key_version_id=None, last_patch_history_entry_id=None, lifecycle_details=None, source=None, state=None, time_created=None, vm_cluster_id=None):
|
25
|
+
def __init__(__self__, compartment_id=None, database_software_image_id=None, databases=None, db_home_id=None, db_home_location=None, db_system_id=None, db_version=None, defined_tags=None, display_name=None, enable_database_delete=None, freeform_tags=None, id=None, is_desupported_version=None, is_unified_auditing_enabled=None, kms_key_id=None, kms_key_version_id=None, last_patch_history_entry_id=None, lifecycle_details=None, source=None, state=None, time_created=None, vm_cluster_id=None):
|
26
26
|
if compartment_id and not isinstance(compartment_id, str):
|
27
27
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
28
28
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -62,6 +62,9 @@ class GetDbHomeResult:
|
|
62
62
|
if is_desupported_version and not isinstance(is_desupported_version, bool):
|
63
63
|
raise TypeError("Expected argument 'is_desupported_version' to be a bool")
|
64
64
|
pulumi.set(__self__, "is_desupported_version", is_desupported_version)
|
65
|
+
if is_unified_auditing_enabled and not isinstance(is_unified_auditing_enabled, bool):
|
66
|
+
raise TypeError("Expected argument 'is_unified_auditing_enabled' to be a bool")
|
67
|
+
pulumi.set(__self__, "is_unified_auditing_enabled", is_unified_auditing_enabled)
|
65
68
|
if kms_key_id and not isinstance(kms_key_id, str):
|
66
69
|
raise TypeError("Expected argument 'kms_key_id' to be a str")
|
67
70
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
@@ -179,6 +182,14 @@ class GetDbHomeResult:
|
|
179
182
|
def is_desupported_version(self) -> bool:
|
180
183
|
return pulumi.get(self, "is_desupported_version")
|
181
184
|
|
185
|
+
@property
|
186
|
+
@pulumi.getter(name="isUnifiedAuditingEnabled")
|
187
|
+
def is_unified_auditing_enabled(self) -> bool:
|
188
|
+
"""
|
189
|
+
Indicates whether unified autiding is enabled or not.
|
190
|
+
"""
|
191
|
+
return pulumi.get(self, "is_unified_auditing_enabled")
|
192
|
+
|
182
193
|
@property
|
183
194
|
@pulumi.getter(name="kmsKeyId")
|
184
195
|
def kms_key_id(self) -> str:
|
@@ -257,6 +268,7 @@ class AwaitableGetDbHomeResult(GetDbHomeResult):
|
|
257
268
|
freeform_tags=self.freeform_tags,
|
258
269
|
id=self.id,
|
259
270
|
is_desupported_version=self.is_desupported_version,
|
271
|
+
is_unified_auditing_enabled=self.is_unified_auditing_enabled,
|
260
272
|
kms_key_id=self.kms_key_id,
|
261
273
|
kms_key_version_id=self.kms_key_version_id,
|
262
274
|
last_patch_history_entry_id=self.last_patch_history_entry_id,
|
@@ -305,6 +317,7 @@ def get_db_home(db_home_id: Optional[str] = None,
|
|
305
317
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
306
318
|
id=pulumi.get(__ret__, 'id'),
|
307
319
|
is_desupported_version=pulumi.get(__ret__, 'is_desupported_version'),
|
320
|
+
is_unified_auditing_enabled=pulumi.get(__ret__, 'is_unified_auditing_enabled'),
|
308
321
|
kms_key_id=pulumi.get(__ret__, 'kms_key_id'),
|
309
322
|
kms_key_version_id=pulumi.get(__ret__, 'kms_key_version_id'),
|
310
323
|
last_patch_history_entry_id=pulumi.get(__ret__, 'last_patch_history_entry_id'),
|
pulumi_oci/database/outputs.py
CHANGED
@@ -31258,6 +31258,7 @@ class GetDbHomesDbHomeResult(dict):
|
|
31258
31258
|
freeform_tags: Mapping[str, Any],
|
31259
31259
|
id: str,
|
31260
31260
|
is_desupported_version: bool,
|
31261
|
+
is_unified_auditing_enabled: bool,
|
31261
31262
|
kms_key_id: str,
|
31262
31263
|
kms_key_version_id: str,
|
31263
31264
|
last_patch_history_entry_id: str,
|
@@ -31276,6 +31277,7 @@ class GetDbHomesDbHomeResult(dict):
|
|
31276
31277
|
:param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
|
31277
31278
|
:param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
31278
31279
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
|
31280
|
+
:param bool is_unified_auditing_enabled: Indicates whether unified autiding is enabled or not.
|
31279
31281
|
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
31280
31282
|
:param str last_patch_history_entry_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last patch history. This value is updated as soon as a patch operation is started.
|
31281
31283
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
@@ -31296,6 +31298,7 @@ class GetDbHomesDbHomeResult(dict):
|
|
31296
31298
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
31297
31299
|
pulumi.set(__self__, "id", id)
|
31298
31300
|
pulumi.set(__self__, "is_desupported_version", is_desupported_version)
|
31301
|
+
pulumi.set(__self__, "is_unified_auditing_enabled", is_unified_auditing_enabled)
|
31299
31302
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
31300
31303
|
pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
|
31301
31304
|
pulumi.set(__self__, "last_patch_history_entry_id", last_patch_history_entry_id)
|
@@ -31397,6 +31400,14 @@ class GetDbHomesDbHomeResult(dict):
|
|
31397
31400
|
def is_desupported_version(self) -> bool:
|
31398
31401
|
return pulumi.get(self, "is_desupported_version")
|
31399
31402
|
|
31403
|
+
@property
|
31404
|
+
@pulumi.getter(name="isUnifiedAuditingEnabled")
|
31405
|
+
def is_unified_auditing_enabled(self) -> bool:
|
31406
|
+
"""
|
31407
|
+
Indicates whether unified autiding is enabled or not.
|
31408
|
+
"""
|
31409
|
+
return pulumi.get(self, "is_unified_auditing_enabled")
|
31410
|
+
|
31400
31411
|
@property
|
31401
31412
|
@pulumi.getter(name="kmsKeyId")
|
31402
31413
|
def kms_key_id(self) -> str:
|
@@ -5,6 +5,7 @@
|
|
5
5
|
from .. import _utilities
|
6
6
|
import typing
|
7
7
|
# Export this package's modules as members:
|
8
|
+
from .database_dbm_features_management import *
|
8
9
|
from .db_management_private_endpoint import *
|
9
10
|
from .external_asm import *
|
10
11
|
from .external_asm_instance import *
|
@@ -23,6 +24,9 @@ from .external_exadata_storage_connector import *
|
|
23
24
|
from .external_exadata_storage_grid import *
|
24
25
|
from .external_exadata_storage_server import *
|
25
26
|
from .external_listener import *
|
27
|
+
from .externalcontainerdatabase_external_container_dbm_features_management import *
|
28
|
+
from .externalnoncontainerdatabase_external_non_container_dbm_features_management import *
|
29
|
+
from .externalpluggabledatabase_external_pluggable_dbm_features_management import *
|
26
30
|
from .get_db_management_private_endpoint import *
|
27
31
|
from .get_db_management_private_endpoint_associated_database import *
|
28
32
|
from .get_db_management_private_endpoint_associated_databases import *
|
@@ -128,5 +132,6 @@ from .managed_database_group import *
|
|
128
132
|
from .managed_databases_change_database_parameter import *
|
129
133
|
from .managed_databases_reset_database_parameter import *
|
130
134
|
from .named_credential import *
|
135
|
+
from .pluggabledatabase_pluggable_database_dbm_features_management import *
|
131
136
|
from ._inputs import *
|
132
137
|
from . import outputs
|