pulumi-oci 2.19.0a1733984857__py3-none-any.whl → 2.20.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +56 -0
- pulumi_oci/bigdataservice/__init__.py +4 -0
- pulumi_oci/bigdataservice/_inputs.py +672 -6
- pulumi_oci/bigdataservice/bds_instance.py +169 -7
- pulumi_oci/bigdataservice/bds_instance_api_key.py +66 -3
- pulumi_oci/bigdataservice/bds_instance_identity_configuration.py +859 -0
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +4 -0
- pulumi_oci/bigdataservice/get_bds_cluster_versions.py +123 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +48 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +17 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +3 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configuration.py +322 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configurations.py +207 -0
- pulumi_oci/bigdataservice/outputs.py +1466 -98
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/outputs.py +2 -2
- pulumi_oci/core/outputs.py +4 -0
- pulumi_oci/database/autonomous_container_database.py +47 -0
- pulumi_oci/database/autonomous_database.py +94 -0
- pulumi_oci/database/exadb_vm_cluster.py +104 -0
- pulumi_oci/database/get_autonomous_container_database.py +15 -1
- pulumi_oci/database/get_autonomous_database.py +29 -1
- pulumi_oci/database/outputs.py +36 -0
- pulumi_oci/dataflow/application.py +75 -33
- pulumi_oci/dataflow/get_application.py +15 -1
- pulumi_oci/dataflow/outputs.py +7 -0
- pulumi_oci/datascience/_inputs.py +32 -12
- pulumi_oci/datascience/get_job_run.py +3 -3
- pulumi_oci/datascience/get_job_runs.py +2 -2
- pulumi_oci/datascience/job_run.py +7 -7
- pulumi_oci/datascience/model_deployment.py +2 -0
- pulumi_oci/datascience/outputs.py +62 -26
- pulumi_oci/desktops/_inputs.py +9 -9
- pulumi_oci/desktops/desktop_pool.py +84 -35
- pulumi_oci/desktops/get_desktop_pool.py +12 -1
- pulumi_oci/desktops/outputs.py +13 -6
- pulumi_oci/disasterrecovery/_inputs.py +46 -30
- pulumi_oci/disasterrecovery/dr_plan.py +194 -23
- pulumi_oci/disasterrecovery/get_dr_plan.py +54 -4
- pulumi_oci/disasterrecovery/get_dr_plans.py +23 -1
- pulumi_oci/disasterrecovery/outputs.py +113 -21
- pulumi_oci/fleetappsmanagement/__init__.py +19 -0
- pulumi_oci/fleetappsmanagement/_inputs.py +5334 -378
- pulumi_oci/fleetappsmanagement/compliance_policy_rule.py +830 -0
- pulumi_oci/fleetappsmanagement/fleet.py +112 -67
- pulumi_oci/fleetappsmanagement/fleet_credential.py +44 -36
- pulumi_oci/fleetappsmanagement/fleet_property.py +35 -35
- pulumi_oci/fleetappsmanagement/fleet_resource.py +37 -37
- pulumi_oci/fleetappsmanagement/get_announcements.py +4 -4
- pulumi_oci/fleetappsmanagement/get_compliance_policies.py +199 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy.py +253 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy_rule.py +324 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy_rules.py +243 -0
- pulumi_oci/fleetappsmanagement/get_compliance_record_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_compliance_records.py +279 -0
- pulumi_oci/fleetappsmanagement/get_fleet.py +29 -15
- pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleet_credential.py +7 -7
- pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +61 -17
- pulumi_oci/fleetappsmanagement/get_fleet_products.py +6 -6
- pulumi_oci/fleetappsmanagement/get_fleet_properties.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleet_property.py +11 -11
- pulumi_oci/fleetappsmanagement/get_fleet_resource.py +11 -11
- pulumi_oci/fleetappsmanagement/get_fleet_resources.py +10 -10
- pulumi_oci/fleetappsmanagement/get_fleet_targets.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleets.py +16 -16
- pulumi_oci/fleetappsmanagement/get_inventory_resources.py +12 -12
- pulumi_oci/fleetappsmanagement/get_maintenance_window.py +8 -8
- pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +31 -12
- pulumi_oci/fleetappsmanagement/get_managed_entity_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +2 -2
- pulumi_oci/fleetappsmanagement/get_onboardings.py +2 -2
- pulumi_oci/fleetappsmanagement/get_patch.py +363 -0
- pulumi_oci/fleetappsmanagement/get_patches.py +335 -0
- pulumi_oci/fleetappsmanagement/get_platform_configuration.py +296 -0
- pulumi_oci/fleetappsmanagement/get_platform_configurations.py +221 -0
- pulumi_oci/fleetappsmanagement/get_properties.py +9 -9
- pulumi_oci/fleetappsmanagement/get_property.py +4 -4
- pulumi_oci/fleetappsmanagement/get_runbook.py +8 -8
- pulumi_oci/fleetappsmanagement/get_runbooks.py +16 -16
- pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +10 -10
- pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +2 -2
- pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +33 -11
- pulumi_oci/fleetappsmanagement/get_scheduler_job_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_resources.py +245 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_steps.py +245 -0
- pulumi_oci/fleetappsmanagement/get_task_record.py +3 -3
- pulumi_oci/fleetappsmanagement/maintenance_window.py +44 -44
- pulumi_oci/fleetappsmanagement/onboarding.py +108 -20
- pulumi_oci/fleetappsmanagement/outputs.py +11222 -2736
- pulumi_oci/fleetappsmanagement/patch.py +978 -0
- pulumi_oci/fleetappsmanagement/platform_configuration.py +687 -0
- pulumi_oci/fleetappsmanagement/property.py +27 -27
- pulumi_oci/fleetappsmanagement/runbook.py +1173 -0
- pulumi_oci/fleetappsmanagement/scheduler_definition.py +30 -30
- pulumi_oci/fleetappsmanagement/task_record.py +754 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +28 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +56 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +15 -1
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +29 -1
- pulumi_oci/fleetsoftwareupdate/outputs.py +33 -0
- pulumi_oci/generativeai/dedicated_ai_cluster.py +21 -0
- pulumi_oci/goldengate/__init__.py +7 -0
- pulumi_oci/goldengate/_inputs.py +665 -0
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/goldengate/get_pipeline.py +408 -0
- pulumi_oci/goldengate/get_pipeline_running_processes.py +144 -0
- pulumi_oci/goldengate/get_pipeline_schema_tables.py +207 -0
- pulumi_oci/goldengate/get_pipeline_schemas.py +163 -0
- pulumi_oci/goldengate/get_pipelines.py +213 -0
- pulumi_oci/goldengate/get_recipes.py +188 -0
- pulumi_oci/goldengate/get_trail_files.py +4 -2
- pulumi_oci/goldengate/get_trail_sequences.py +4 -2
- pulumi_oci/goldengate/outputs.py +1500 -0
- pulumi_oci/goldengate/pipeline.py +928 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/stackmonitoring/_inputs.py +94 -14
- pulumi_oci/stackmonitoring/get_metric_extensions.py +22 -3
- pulumi_oci/stackmonitoring/metric_extension.py +8 -0
- pulumi_oci/stackmonitoring/outputs.py +166 -24
- pulumi_oci/visualbuilder/_inputs.py +57 -202
- pulumi_oci/visualbuilder/get_vb_instance.py +15 -29
- pulumi_oci/visualbuilder/outputs.py +114 -400
- pulumi_oci/visualbuilder/vb_instance.py +62 -59
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/METADATA +3 -3
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/RECORD +128 -98
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/top_level.txt +0 -0
@@ -146,7 +146,7 @@ class GetBlockchainPlatformResult:
|
|
146
146
|
@pulumi.getter(name="computeShape")
|
147
147
|
def compute_shape(self) -> str:
|
148
148
|
"""
|
149
|
-
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
|
149
|
+
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM or DIGITAL_ASSETS_MEDIUM or DIGITAL_ASSETS_LARGE or DIGITAL_ASSETS_EXTRA_LARGE
|
150
150
|
"""
|
151
151
|
return pulumi.get(self, "compute_shape")
|
152
152
|
|
pulumi_oci/blockchain/outputs.py
CHANGED
@@ -989,7 +989,7 @@ class GetBlockchainPlatformsBlockchainPlatformCollectionItemResult(dict):
|
|
989
989
|
"""
|
990
990
|
:param str compartment_id: The ID of the compartment in which to list resources.
|
991
991
|
:param Sequence['GetBlockchainPlatformsBlockchainPlatformCollectionItemComponentDetailArgs'] component_details: Blockchain Platform component details.
|
992
|
-
:param str compute_shape: Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
|
992
|
+
:param str compute_shape: Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM or DIGITAL_ASSETS_MEDIUM or DIGITAL_ASSETS_LARGE or DIGITAL_ASSETS_EXTRA_LARGE
|
993
993
|
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
994
994
|
:param str description: Platform Instance Description
|
995
995
|
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Example: `My new resource`
|
@@ -1067,7 +1067,7 @@ class GetBlockchainPlatformsBlockchainPlatformCollectionItemResult(dict):
|
|
1067
1067
|
@pulumi.getter(name="computeShape")
|
1068
1068
|
def compute_shape(self) -> str:
|
1069
1069
|
"""
|
1070
|
-
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
|
1070
|
+
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM or DIGITAL_ASSETS_MEDIUM or DIGITAL_ASSETS_LARGE or DIGITAL_ASSETS_EXTRA_LARGE
|
1071
1071
|
"""
|
1072
1072
|
return pulumi.get(self, "compute_shape")
|
1073
1073
|
|
pulumi_oci/core/outputs.py
CHANGED
@@ -46869,6 +46869,7 @@ class GetVolumeAttachmentsVolumeAttachmentResult(dict):
|
|
46869
46869
|
:param bool is_multipath: Whether the Iscsi or Paravirtualized attachment is multipath or not, it is not applicable to NVMe attachment.
|
46870
46870
|
:param bool is_pv_encryption_in_transit_enabled: Whether in-transit encryption for the data volume's paravirtualized attachment is enabled or not.
|
46871
46871
|
:param bool is_read_only: Whether the attachment was created in read-only mode.
|
46872
|
+
:param bool is_shareable: Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
|
46872
46873
|
:param bool is_volume_created_during_launch: Flag indicating if this volume was created for the customer as part of a simplified launch. Used to determine whether the volume requires deletion on instance termination.
|
46873
46874
|
:param str iscsi_login_state: The iscsi login state of the volume attachment. For a Iscsi volume attachment, all iscsi sessions need to be all logged-in or logged-out to be in logged-in or logged-out state.
|
46874
46875
|
:param Sequence['GetVolumeAttachmentsVolumeAttachmentMultipathDeviceArgs'] multipath_devices: A list of secondary multipath devices
|
@@ -47035,6 +47036,9 @@ class GetVolumeAttachmentsVolumeAttachmentResult(dict):
|
|
47035
47036
|
@property
|
47036
47037
|
@pulumi.getter(name="isShareable")
|
47037
47038
|
def is_shareable(self) -> bool:
|
47039
|
+
"""
|
47040
|
+
Whether the attachment should be created in shareable mode. If an attachment is created in shareable mode, then other instances can attach the same volume, provided that they also create their attachments in shareable mode. Only certain volume types can be attached in shareable mode. Defaults to false if not specified.
|
47041
|
+
"""
|
47038
47042
|
return pulumi.get(self, "is_shareable")
|
47039
47043
|
|
47040
47044
|
@property
|
@@ -40,6 +40,7 @@ class AutonomousContainerDatabaseArgs:
|
|
40
40
|
is_automatic_failover_enabled: Optional[pulumi.Input[bool]] = None,
|
41
41
|
is_dst_file_update_enabled: Optional[pulumi.Input[bool]] = None,
|
42
42
|
key_store_id: Optional[pulumi.Input[str]] = None,
|
43
|
+
key_version_id: Optional[pulumi.Input[str]] = None,
|
43
44
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
44
45
|
maintenance_window_details: Optional[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowDetailsArgs']] = None,
|
45
46
|
net_services_architecture: Optional[pulumi.Input[str]] = None,
|
@@ -77,6 +78,7 @@ class AutonomousContainerDatabaseArgs:
|
|
77
78
|
:param pulumi.Input[bool] is_automatic_failover_enabled: Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.
|
78
79
|
:param pulumi.Input[bool] is_dst_file_update_enabled: (Updatable) Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
|
79
80
|
:param pulumi.Input[str] key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
81
|
+
:param pulumi.Input[str] key_version_id: The OCID of the key version that is used in rotate key operations.
|
80
82
|
: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.
|
81
83
|
:param pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowDetailsArgs'] maintenance_window_details: (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
|
82
84
|
:param pulumi.Input[str] net_services_architecture: Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
|
@@ -132,6 +134,8 @@ class AutonomousContainerDatabaseArgs:
|
|
132
134
|
pulumi.set(__self__, "is_dst_file_update_enabled", is_dst_file_update_enabled)
|
133
135
|
if key_store_id is not None:
|
134
136
|
pulumi.set(__self__, "key_store_id", key_store_id)
|
137
|
+
if key_version_id is not None:
|
138
|
+
pulumi.set(__self__, "key_version_id", key_version_id)
|
135
139
|
if kms_key_id is not None:
|
136
140
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
137
141
|
if maintenance_window_details is not None:
|
@@ -392,6 +396,18 @@ class AutonomousContainerDatabaseArgs:
|
|
392
396
|
def key_store_id(self, value: Optional[pulumi.Input[str]]):
|
393
397
|
pulumi.set(self, "key_store_id", value)
|
394
398
|
|
399
|
+
@property
|
400
|
+
@pulumi.getter(name="keyVersionId")
|
401
|
+
def key_version_id(self) -> Optional[pulumi.Input[str]]:
|
402
|
+
"""
|
403
|
+
The OCID of the key version that is used in rotate key operations.
|
404
|
+
"""
|
405
|
+
return pulumi.get(self, "key_version_id")
|
406
|
+
|
407
|
+
@key_version_id.setter
|
408
|
+
def key_version_id(self, value: Optional[pulumi.Input[str]]):
|
409
|
+
pulumi.set(self, "key_version_id", value)
|
410
|
+
|
395
411
|
@property
|
396
412
|
@pulumi.getter(name="kmsKeyId")
|
397
413
|
def kms_key_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -622,6 +638,7 @@ class _AutonomousContainerDatabaseState:
|
|
622
638
|
key_history_entries: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseKeyHistoryEntryArgs']]]] = None,
|
623
639
|
key_store_id: Optional[pulumi.Input[str]] = None,
|
624
640
|
key_store_wallet_name: Optional[pulumi.Input[str]] = None,
|
641
|
+
key_version_id: Optional[pulumi.Input[str]] = None,
|
625
642
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
626
643
|
largest_provisionable_autonomous_database_in_cpus: Optional[pulumi.Input[float]] = None,
|
627
644
|
last_maintenance_run_id: Optional[pulumi.Input[str]] = None,
|
@@ -684,6 +701,7 @@ class _AutonomousContainerDatabaseState:
|
|
684
701
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseKeyHistoryEntryArgs']]] key_history_entries: Key History Entry.
|
685
702
|
:param pulumi.Input[str] key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
686
703
|
:param pulumi.Input[str] key_store_wallet_name: The wallet name for Oracle Key Vault.
|
704
|
+
:param pulumi.Input[str] key_version_id: The OCID of the key version that is used in rotate key operations.
|
687
705
|
: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.
|
688
706
|
:param pulumi.Input[float] largest_provisionable_autonomous_database_in_cpus: The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.
|
689
707
|
:param pulumi.Input[str] last_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance run.
|
@@ -776,6 +794,8 @@ class _AutonomousContainerDatabaseState:
|
|
776
794
|
pulumi.set(__self__, "key_store_id", key_store_id)
|
777
795
|
if key_store_wallet_name is not None:
|
778
796
|
pulumi.set(__self__, "key_store_wallet_name", key_store_wallet_name)
|
797
|
+
if key_version_id is not None:
|
798
|
+
pulumi.set(__self__, "key_version_id", key_version_id)
|
779
799
|
if kms_key_id is not None:
|
780
800
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
781
801
|
if largest_provisionable_autonomous_database_in_cpus is not None:
|
@@ -1146,6 +1166,18 @@ class _AutonomousContainerDatabaseState:
|
|
1146
1166
|
def key_store_wallet_name(self, value: Optional[pulumi.Input[str]]):
|
1147
1167
|
pulumi.set(self, "key_store_wallet_name", value)
|
1148
1168
|
|
1169
|
+
@property
|
1170
|
+
@pulumi.getter(name="keyVersionId")
|
1171
|
+
def key_version_id(self) -> Optional[pulumi.Input[str]]:
|
1172
|
+
"""
|
1173
|
+
The OCID of the key version that is used in rotate key operations.
|
1174
|
+
"""
|
1175
|
+
return pulumi.get(self, "key_version_id")
|
1176
|
+
|
1177
|
+
@key_version_id.setter
|
1178
|
+
def key_version_id(self, value: Optional[pulumi.Input[str]]):
|
1179
|
+
pulumi.set(self, "key_version_id", value)
|
1180
|
+
|
1149
1181
|
@property
|
1150
1182
|
@pulumi.getter(name="kmsKeyId")
|
1151
1183
|
def kms_key_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -1603,6 +1635,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
1603
1635
|
is_automatic_failover_enabled: Optional[pulumi.Input[bool]] = None,
|
1604
1636
|
is_dst_file_update_enabled: Optional[pulumi.Input[bool]] = None,
|
1605
1637
|
key_store_id: Optional[pulumi.Input[str]] = None,
|
1638
|
+
key_version_id: Optional[pulumi.Input[str]] = None,
|
1606
1639
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
1607
1640
|
maintenance_window_details: Optional[pulumi.Input[Union['AutonomousContainerDatabaseMaintenanceWindowDetailsArgs', 'AutonomousContainerDatabaseMaintenanceWindowDetailsArgsDict']]] = None,
|
1608
1641
|
net_services_architecture: Optional[pulumi.Input[str]] = None,
|
@@ -1654,6 +1687,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
1654
1687
|
:param pulumi.Input[bool] is_automatic_failover_enabled: Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.
|
1655
1688
|
:param pulumi.Input[bool] is_dst_file_update_enabled: (Updatable) Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
|
1656
1689
|
:param pulumi.Input[str] key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
1690
|
+
:param pulumi.Input[str] key_version_id: The OCID of the key version that is used in rotate key operations.
|
1657
1691
|
: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.
|
1658
1692
|
:param pulumi.Input[Union['AutonomousContainerDatabaseMaintenanceWindowDetailsArgs', 'AutonomousContainerDatabaseMaintenanceWindowDetailsArgsDict']] maintenance_window_details: (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
|
1659
1693
|
:param pulumi.Input[str] net_services_architecture: Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
|
@@ -1726,6 +1760,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
1726
1760
|
is_automatic_failover_enabled: Optional[pulumi.Input[bool]] = None,
|
1727
1761
|
is_dst_file_update_enabled: Optional[pulumi.Input[bool]] = None,
|
1728
1762
|
key_store_id: Optional[pulumi.Input[str]] = None,
|
1763
|
+
key_version_id: Optional[pulumi.Input[str]] = None,
|
1729
1764
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
1730
1765
|
maintenance_window_details: Optional[pulumi.Input[Union['AutonomousContainerDatabaseMaintenanceWindowDetailsArgs', 'AutonomousContainerDatabaseMaintenanceWindowDetailsArgsDict']]] = None,
|
1731
1766
|
net_services_architecture: Optional[pulumi.Input[str]] = None,
|
@@ -1773,6 +1808,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
1773
1808
|
__props__.__dict__["is_automatic_failover_enabled"] = is_automatic_failover_enabled
|
1774
1809
|
__props__.__dict__["is_dst_file_update_enabled"] = is_dst_file_update_enabled
|
1775
1810
|
__props__.__dict__["key_store_id"] = key_store_id
|
1811
|
+
__props__.__dict__["key_version_id"] = key_version_id
|
1776
1812
|
__props__.__dict__["kms_key_id"] = kms_key_id
|
1777
1813
|
__props__.__dict__["maintenance_window_details"] = maintenance_window_details
|
1778
1814
|
__props__.__dict__["net_services_architecture"] = net_services_architecture
|
@@ -1853,6 +1889,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
1853
1889
|
key_history_entries: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseKeyHistoryEntryArgs', 'AutonomousContainerDatabaseKeyHistoryEntryArgsDict']]]]] = None,
|
1854
1890
|
key_store_id: Optional[pulumi.Input[str]] = None,
|
1855
1891
|
key_store_wallet_name: Optional[pulumi.Input[str]] = None,
|
1892
|
+
key_version_id: Optional[pulumi.Input[str]] = None,
|
1856
1893
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
1857
1894
|
largest_provisionable_autonomous_database_in_cpus: Optional[pulumi.Input[float]] = None,
|
1858
1895
|
last_maintenance_run_id: Optional[pulumi.Input[str]] = None,
|
@@ -1920,6 +1957,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
1920
1957
|
:param pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseKeyHistoryEntryArgs', 'AutonomousContainerDatabaseKeyHistoryEntryArgsDict']]]] key_history_entries: Key History Entry.
|
1921
1958
|
:param pulumi.Input[str] key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
|
1922
1959
|
:param pulumi.Input[str] key_store_wallet_name: The wallet name for Oracle Key Vault.
|
1960
|
+
:param pulumi.Input[str] key_version_id: The OCID of the key version that is used in rotate key operations.
|
1923
1961
|
: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.
|
1924
1962
|
:param pulumi.Input[float] largest_provisionable_autonomous_database_in_cpus: The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.
|
1925
1963
|
:param pulumi.Input[str] last_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance run.
|
@@ -1991,6 +2029,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
1991
2029
|
__props__.__dict__["key_history_entries"] = key_history_entries
|
1992
2030
|
__props__.__dict__["key_store_id"] = key_store_id
|
1993
2031
|
__props__.__dict__["key_store_wallet_name"] = key_store_wallet_name
|
2032
|
+
__props__.__dict__["key_version_id"] = key_version_id
|
1994
2033
|
__props__.__dict__["kms_key_id"] = kms_key_id
|
1995
2034
|
__props__.__dict__["largest_provisionable_autonomous_database_in_cpus"] = largest_provisionable_autonomous_database_in_cpus
|
1996
2035
|
__props__.__dict__["last_maintenance_run_id"] = last_maintenance_run_id
|
@@ -2226,6 +2265,14 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
|
|
2226
2265
|
"""
|
2227
2266
|
return pulumi.get(self, "key_store_wallet_name")
|
2228
2267
|
|
2268
|
+
@property
|
2269
|
+
@pulumi.getter(name="keyVersionId")
|
2270
|
+
def key_version_id(self) -> pulumi.Output[Optional[str]]:
|
2271
|
+
"""
|
2272
|
+
The OCID of the key version that is used in rotate key operations.
|
2273
|
+
"""
|
2274
|
+
return pulumi.get(self, "key_version_id")
|
2275
|
+
|
2229
2276
|
@property
|
2230
2277
|
@pulumi.getter(name="kmsKeyId")
|
2231
2278
|
def kms_key_id(self) -> pulumi.Output[str]:
|
@@ -56,6 +56,7 @@ class AutonomousDatabaseArgs:
|
|
56
56
|
is_access_control_enabled: Optional[pulumi.Input[bool]] = None,
|
57
57
|
is_auto_scaling_enabled: Optional[pulumi.Input[bool]] = None,
|
58
58
|
is_auto_scaling_for_storage_enabled: Optional[pulumi.Input[bool]] = None,
|
59
|
+
is_backup_retention_locked: Optional[pulumi.Input[bool]] = None,
|
59
60
|
is_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
60
61
|
is_dedicated: Optional[pulumi.Input[bool]] = None,
|
61
62
|
is_dev_tier: Optional[pulumi.Input[bool]] = None,
|
@@ -66,6 +67,7 @@ class AutonomousDatabaseArgs:
|
|
66
67
|
is_refreshable_clone: Optional[pulumi.Input[bool]] = None,
|
67
68
|
is_replicate_automatic_backups: Optional[pulumi.Input[bool]] = None,
|
68
69
|
is_shrink_only: Optional[pulumi.Input[bool]] = None,
|
70
|
+
key_version_id: Optional[pulumi.Input[str]] = None,
|
69
71
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
70
72
|
license_model: Optional[pulumi.Input[str]] = None,
|
71
73
|
local_adg_auto_failover_max_data_loss_limit: Optional[pulumi.Input[int]] = None,
|
@@ -167,6 +169,7 @@ class AutonomousDatabaseArgs:
|
|
167
169
|
This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, `whitelistedIps` is used.
|
168
170
|
:param pulumi.Input[bool] is_auto_scaling_enabled: (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is `TRUE`.
|
169
171
|
:param pulumi.Input[bool] is_auto_scaling_for_storage_enabled: (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
|
172
|
+
:param pulumi.Input[bool] is_backup_retention_locked: (Updatable) True if the Autonomous Database is backup retention locked.
|
170
173
|
:param pulumi.Input[bool] is_data_guard_enabled: (Updatable) **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
171
174
|
:param pulumi.Input[bool] is_dedicated: True if the database is on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm).
|
172
175
|
:param pulumi.Input[bool] is_dev_tier: (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
@@ -180,6 +183,7 @@ class AutonomousDatabaseArgs:
|
|
180
183
|
|
181
184
|
** IMPORTANT **
|
182
185
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
186
|
+
:param pulumi.Input[str] key_version_id: The OCID of the key version that is used in rotate key operations.
|
183
187
|
: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.
|
184
188
|
:param pulumi.Input[str] license_model: (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Database service. Note that when provisioning an Autonomous Database on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm), this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using [shared Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adboverview.htm#AEI), if a value is not specified, the system will supply the value of `BRING_YOUR_OWN_LICENSE`. It is a required field when `db_workload` is AJD and needs to be set to `LICENSE_INCLUDED` as AJD does not support default `license_model` value `BRING_YOUR_OWN_LICENSE`.
|
185
189
|
:param pulumi.Input[int] local_adg_auto_failover_max_data_loss_limit: Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
|
@@ -330,6 +334,8 @@ class AutonomousDatabaseArgs:
|
|
330
334
|
pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
|
331
335
|
if is_auto_scaling_for_storage_enabled is not None:
|
332
336
|
pulumi.set(__self__, "is_auto_scaling_for_storage_enabled", is_auto_scaling_for_storage_enabled)
|
337
|
+
if is_backup_retention_locked is not None:
|
338
|
+
pulumi.set(__self__, "is_backup_retention_locked", is_backup_retention_locked)
|
333
339
|
if is_data_guard_enabled is not None:
|
334
340
|
pulumi.set(__self__, "is_data_guard_enabled", is_data_guard_enabled)
|
335
341
|
if is_dedicated is not None:
|
@@ -353,6 +359,8 @@ class AutonomousDatabaseArgs:
|
|
353
359
|
pulumi.log.warn("""is_shrink_only is deprecated: The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.""")
|
354
360
|
if is_shrink_only is not None:
|
355
361
|
pulumi.set(__self__, "is_shrink_only", is_shrink_only)
|
362
|
+
if key_version_id is not None:
|
363
|
+
pulumi.set(__self__, "key_version_id", key_version_id)
|
356
364
|
if kms_key_id is not None:
|
357
365
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
358
366
|
if license_model is not None:
|
@@ -872,6 +880,18 @@ class AutonomousDatabaseArgs:
|
|
872
880
|
def is_auto_scaling_for_storage_enabled(self, value: Optional[pulumi.Input[bool]]):
|
873
881
|
pulumi.set(self, "is_auto_scaling_for_storage_enabled", value)
|
874
882
|
|
883
|
+
@property
|
884
|
+
@pulumi.getter(name="isBackupRetentionLocked")
|
885
|
+
def is_backup_retention_locked(self) -> Optional[pulumi.Input[bool]]:
|
886
|
+
"""
|
887
|
+
(Updatable) True if the Autonomous Database is backup retention locked.
|
888
|
+
"""
|
889
|
+
return pulumi.get(self, "is_backup_retention_locked")
|
890
|
+
|
891
|
+
@is_backup_retention_locked.setter
|
892
|
+
def is_backup_retention_locked(self, value: Optional[pulumi.Input[bool]]):
|
893
|
+
pulumi.set(self, "is_backup_retention_locked", value)
|
894
|
+
|
875
895
|
@property
|
876
896
|
@pulumi.getter(name="isDataGuardEnabled")
|
877
897
|
def is_data_guard_enabled(self) -> Optional[pulumi.Input[bool]]:
|
@@ -996,6 +1016,18 @@ class AutonomousDatabaseArgs:
|
|
996
1016
|
def is_shrink_only(self, value: Optional[pulumi.Input[bool]]):
|
997
1017
|
pulumi.set(self, "is_shrink_only", value)
|
998
1018
|
|
1019
|
+
@property
|
1020
|
+
@pulumi.getter(name="keyVersionId")
|
1021
|
+
def key_version_id(self) -> Optional[pulumi.Input[str]]:
|
1022
|
+
"""
|
1023
|
+
The OCID of the key version that is used in rotate key operations.
|
1024
|
+
"""
|
1025
|
+
return pulumi.get(self, "key_version_id")
|
1026
|
+
|
1027
|
+
@key_version_id.setter
|
1028
|
+
def key_version_id(self, value: Optional[pulumi.Input[str]]):
|
1029
|
+
pulumi.set(self, "key_version_id", value)
|
1030
|
+
|
999
1031
|
@property
|
1000
1032
|
@pulumi.getter(name="kmsKeyId")
|
1001
1033
|
def kms_key_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -1525,6 +1557,7 @@ class _AutonomousDatabaseState:
|
|
1525
1557
|
is_access_control_enabled: Optional[pulumi.Input[bool]] = None,
|
1526
1558
|
is_auto_scaling_enabled: Optional[pulumi.Input[bool]] = None,
|
1527
1559
|
is_auto_scaling_for_storage_enabled: Optional[pulumi.Input[bool]] = None,
|
1560
|
+
is_backup_retention_locked: Optional[pulumi.Input[bool]] = None,
|
1528
1561
|
is_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
1529
1562
|
is_dedicated: Optional[pulumi.Input[bool]] = None,
|
1530
1563
|
is_dev_tier: Optional[pulumi.Input[bool]] = None,
|
@@ -1541,6 +1574,7 @@ class _AutonomousDatabaseState:
|
|
1541
1574
|
key_history_entries: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseKeyHistoryEntryArgs']]]] = None,
|
1542
1575
|
key_store_id: Optional[pulumi.Input[str]] = None,
|
1543
1576
|
key_store_wallet_name: Optional[pulumi.Input[str]] = None,
|
1577
|
+
key_version_id: Optional[pulumi.Input[str]] = None,
|
1544
1578
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
1545
1579
|
kms_key_lifecycle_details: Optional[pulumi.Input[str]] = None,
|
1546
1580
|
kms_key_version_id: Optional[pulumi.Input[str]] = None,
|
@@ -1696,6 +1730,7 @@ class _AutonomousDatabaseState:
|
|
1696
1730
|
This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, `whitelistedIps` is used.
|
1697
1731
|
:param pulumi.Input[bool] is_auto_scaling_enabled: (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is `TRUE`.
|
1698
1732
|
:param pulumi.Input[bool] is_auto_scaling_for_storage_enabled: (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
|
1733
|
+
:param pulumi.Input[bool] is_backup_retention_locked: (Updatable) True if the Autonomous Database is backup retention locked.
|
1699
1734
|
:param pulumi.Input[bool] is_data_guard_enabled: (Updatable) **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
1700
1735
|
:param pulumi.Input[bool] is_dedicated: True if the database is on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm).
|
1701
1736
|
:param pulumi.Input[bool] is_dev_tier: (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
@@ -1715,6 +1750,7 @@ class _AutonomousDatabaseState:
|
|
1715
1750
|
:param pulumi.Input[Sequence[pulumi.Input['AutonomousDatabaseKeyHistoryEntryArgs']]] key_history_entries: Key History Entry.
|
1716
1751
|
:param pulumi.Input[str] key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault. This is used in Autonomous Databases on Serverless instances and dedicated Exadata infrastructure.
|
1717
1752
|
:param pulumi.Input[str] key_store_wallet_name: The wallet name for Oracle Key Vault.
|
1753
|
+
:param pulumi.Input[str] key_version_id: The OCID of the key version that is used in rotate key operations.
|
1718
1754
|
: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.
|
1719
1755
|
:param pulumi.Input[str] kms_key_lifecycle_details: KMS key lifecycle details.
|
1720
1756
|
: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. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
@@ -1934,6 +1970,8 @@ class _AutonomousDatabaseState:
|
|
1934
1970
|
pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
|
1935
1971
|
if is_auto_scaling_for_storage_enabled is not None:
|
1936
1972
|
pulumi.set(__self__, "is_auto_scaling_for_storage_enabled", is_auto_scaling_for_storage_enabled)
|
1973
|
+
if is_backup_retention_locked is not None:
|
1974
|
+
pulumi.set(__self__, "is_backup_retention_locked", is_backup_retention_locked)
|
1937
1975
|
if is_data_guard_enabled is not None:
|
1938
1976
|
pulumi.set(__self__, "is_data_guard_enabled", is_data_guard_enabled)
|
1939
1977
|
if is_dedicated is not None:
|
@@ -1969,6 +2007,8 @@ class _AutonomousDatabaseState:
|
|
1969
2007
|
pulumi.set(__self__, "key_store_id", key_store_id)
|
1970
2008
|
if key_store_wallet_name is not None:
|
1971
2009
|
pulumi.set(__self__, "key_store_wallet_name", key_store_wallet_name)
|
2010
|
+
if key_version_id is not None:
|
2011
|
+
pulumi.set(__self__, "key_version_id", key_version_id)
|
1972
2012
|
if kms_key_id is not None:
|
1973
2013
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
1974
2014
|
if kms_key_lifecycle_details is not None:
|
@@ -2746,6 +2786,18 @@ class _AutonomousDatabaseState:
|
|
2746
2786
|
def is_auto_scaling_for_storage_enabled(self, value: Optional[pulumi.Input[bool]]):
|
2747
2787
|
pulumi.set(self, "is_auto_scaling_for_storage_enabled", value)
|
2748
2788
|
|
2789
|
+
@property
|
2790
|
+
@pulumi.getter(name="isBackupRetentionLocked")
|
2791
|
+
def is_backup_retention_locked(self) -> Optional[pulumi.Input[bool]]:
|
2792
|
+
"""
|
2793
|
+
(Updatable) True if the Autonomous Database is backup retention locked.
|
2794
|
+
"""
|
2795
|
+
return pulumi.get(self, "is_backup_retention_locked")
|
2796
|
+
|
2797
|
+
@is_backup_retention_locked.setter
|
2798
|
+
def is_backup_retention_locked(self, value: Optional[pulumi.Input[bool]]):
|
2799
|
+
pulumi.set(self, "is_backup_retention_locked", value)
|
2800
|
+
|
2749
2801
|
@property
|
2750
2802
|
@pulumi.getter(name="isDataGuardEnabled")
|
2751
2803
|
def is_data_guard_enabled(self) -> Optional[pulumi.Input[bool]]:
|
@@ -2942,6 +2994,18 @@ class _AutonomousDatabaseState:
|
|
2942
2994
|
def key_store_wallet_name(self, value: Optional[pulumi.Input[str]]):
|
2943
2995
|
pulumi.set(self, "key_store_wallet_name", value)
|
2944
2996
|
|
2997
|
+
@property
|
2998
|
+
@pulumi.getter(name="keyVersionId")
|
2999
|
+
def key_version_id(self) -> Optional[pulumi.Input[str]]:
|
3000
|
+
"""
|
3001
|
+
The OCID of the key version that is used in rotate key operations.
|
3002
|
+
"""
|
3003
|
+
return pulumi.get(self, "key_version_id")
|
3004
|
+
|
3005
|
+
@key_version_id.setter
|
3006
|
+
def key_version_id(self, value: Optional[pulumi.Input[str]]):
|
3007
|
+
pulumi.set(self, "key_version_id", value)
|
3008
|
+
|
2945
3009
|
@property
|
2946
3010
|
@pulumi.getter(name="kmsKeyId")
|
2947
3011
|
def kms_key_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -3920,6 +3984,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3920
3984
|
is_access_control_enabled: Optional[pulumi.Input[bool]] = None,
|
3921
3985
|
is_auto_scaling_enabled: Optional[pulumi.Input[bool]] = None,
|
3922
3986
|
is_auto_scaling_for_storage_enabled: Optional[pulumi.Input[bool]] = None,
|
3987
|
+
is_backup_retention_locked: Optional[pulumi.Input[bool]] = None,
|
3923
3988
|
is_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
3924
3989
|
is_dedicated: Optional[pulumi.Input[bool]] = None,
|
3925
3990
|
is_dev_tier: Optional[pulumi.Input[bool]] = None,
|
@@ -3930,6 +3995,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
3930
3995
|
is_refreshable_clone: Optional[pulumi.Input[bool]] = None,
|
3931
3996
|
is_replicate_automatic_backups: Optional[pulumi.Input[bool]] = None,
|
3932
3997
|
is_shrink_only: Optional[pulumi.Input[bool]] = None,
|
3998
|
+
key_version_id: Optional[pulumi.Input[str]] = None,
|
3933
3999
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
3934
4000
|
license_model: Optional[pulumi.Input[str]] = None,
|
3935
4001
|
local_adg_auto_failover_max_data_loss_limit: Optional[pulumi.Input[int]] = None,
|
@@ -4047,6 +4113,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4047
4113
|
This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, `whitelistedIps` is used.
|
4048
4114
|
:param pulumi.Input[bool] is_auto_scaling_enabled: (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is `TRUE`.
|
4049
4115
|
:param pulumi.Input[bool] is_auto_scaling_for_storage_enabled: (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
|
4116
|
+
:param pulumi.Input[bool] is_backup_retention_locked: (Updatable) True if the Autonomous Database is backup retention locked.
|
4050
4117
|
:param pulumi.Input[bool] is_data_guard_enabled: (Updatable) **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
4051
4118
|
:param pulumi.Input[bool] is_dedicated: True if the database is on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm).
|
4052
4119
|
:param pulumi.Input[bool] is_dev_tier: (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
@@ -4060,6 +4127,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4060
4127
|
|
4061
4128
|
** IMPORTANT **
|
4062
4129
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
4130
|
+
:param pulumi.Input[str] key_version_id: The OCID of the key version that is used in rotate key operations.
|
4063
4131
|
: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.
|
4064
4132
|
:param pulumi.Input[str] license_model: (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Database service. Note that when provisioning an Autonomous Database on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm), this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using [shared Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adboverview.htm#AEI), if a value is not specified, the system will supply the value of `BRING_YOUR_OWN_LICENSE`. It is a required field when `db_workload` is AJD and needs to be set to `LICENSE_INCLUDED` as AJD does not support default `license_model` value `BRING_YOUR_OWN_LICENSE`.
|
4065
4133
|
:param pulumi.Input[int] local_adg_auto_failover_max_data_loss_limit: Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
|
@@ -4213,6 +4281,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4213
4281
|
is_access_control_enabled: Optional[pulumi.Input[bool]] = None,
|
4214
4282
|
is_auto_scaling_enabled: Optional[pulumi.Input[bool]] = None,
|
4215
4283
|
is_auto_scaling_for_storage_enabled: Optional[pulumi.Input[bool]] = None,
|
4284
|
+
is_backup_retention_locked: Optional[pulumi.Input[bool]] = None,
|
4216
4285
|
is_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
4217
4286
|
is_dedicated: Optional[pulumi.Input[bool]] = None,
|
4218
4287
|
is_dev_tier: Optional[pulumi.Input[bool]] = None,
|
@@ -4223,6 +4292,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4223
4292
|
is_refreshable_clone: Optional[pulumi.Input[bool]] = None,
|
4224
4293
|
is_replicate_automatic_backups: Optional[pulumi.Input[bool]] = None,
|
4225
4294
|
is_shrink_only: Optional[pulumi.Input[bool]] = None,
|
4295
|
+
key_version_id: Optional[pulumi.Input[str]] = None,
|
4226
4296
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
4227
4297
|
license_model: Optional[pulumi.Input[str]] = None,
|
4228
4298
|
local_adg_auto_failover_max_data_loss_limit: Optional[pulumi.Input[int]] = None,
|
@@ -4307,6 +4377,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4307
4377
|
__props__.__dict__["is_access_control_enabled"] = is_access_control_enabled
|
4308
4378
|
__props__.__dict__["is_auto_scaling_enabled"] = is_auto_scaling_enabled
|
4309
4379
|
__props__.__dict__["is_auto_scaling_for_storage_enabled"] = is_auto_scaling_for_storage_enabled
|
4380
|
+
__props__.__dict__["is_backup_retention_locked"] = is_backup_retention_locked
|
4310
4381
|
__props__.__dict__["is_data_guard_enabled"] = is_data_guard_enabled
|
4311
4382
|
__props__.__dict__["is_dedicated"] = is_dedicated
|
4312
4383
|
__props__.__dict__["is_dev_tier"] = is_dev_tier
|
@@ -4317,6 +4388,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4317
4388
|
__props__.__dict__["is_refreshable_clone"] = is_refreshable_clone
|
4318
4389
|
__props__.__dict__["is_replicate_automatic_backups"] = is_replicate_automatic_backups
|
4319
4390
|
__props__.__dict__["is_shrink_only"] = is_shrink_only
|
4391
|
+
__props__.__dict__["key_version_id"] = key_version_id
|
4320
4392
|
__props__.__dict__["kms_key_id"] = kms_key_id
|
4321
4393
|
__props__.__dict__["license_model"] = license_model
|
4322
4394
|
__props__.__dict__["local_adg_auto_failover_max_data_loss_limit"] = local_adg_auto_failover_max_data_loss_limit
|
@@ -4475,6 +4547,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4475
4547
|
is_access_control_enabled: Optional[pulumi.Input[bool]] = None,
|
4476
4548
|
is_auto_scaling_enabled: Optional[pulumi.Input[bool]] = None,
|
4477
4549
|
is_auto_scaling_for_storage_enabled: Optional[pulumi.Input[bool]] = None,
|
4550
|
+
is_backup_retention_locked: Optional[pulumi.Input[bool]] = None,
|
4478
4551
|
is_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
|
4479
4552
|
is_dedicated: Optional[pulumi.Input[bool]] = None,
|
4480
4553
|
is_dev_tier: Optional[pulumi.Input[bool]] = None,
|
@@ -4491,6 +4564,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4491
4564
|
key_history_entries: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AutonomousDatabaseKeyHistoryEntryArgs', 'AutonomousDatabaseKeyHistoryEntryArgsDict']]]]] = None,
|
4492
4565
|
key_store_id: Optional[pulumi.Input[str]] = None,
|
4493
4566
|
key_store_wallet_name: Optional[pulumi.Input[str]] = None,
|
4567
|
+
key_version_id: Optional[pulumi.Input[str]] = None,
|
4494
4568
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
4495
4569
|
kms_key_lifecycle_details: Optional[pulumi.Input[str]] = None,
|
4496
4570
|
kms_key_version_id: Optional[pulumi.Input[str]] = None,
|
@@ -4651,6 +4725,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4651
4725
|
This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, `whitelistedIps` is used.
|
4652
4726
|
:param pulumi.Input[bool] is_auto_scaling_enabled: (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is `TRUE`.
|
4653
4727
|
:param pulumi.Input[bool] is_auto_scaling_for_storage_enabled: (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
|
4728
|
+
:param pulumi.Input[bool] is_backup_retention_locked: (Updatable) True if the Autonomous Database is backup retention locked.
|
4654
4729
|
:param pulumi.Input[bool] is_data_guard_enabled: (Updatable) **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
|
4655
4730
|
:param pulumi.Input[bool] is_dedicated: True if the database is on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm).
|
4656
4731
|
:param pulumi.Input[bool] is_dev_tier: (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See [Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/eddjo/index.html) for more details.
|
@@ -4670,6 +4745,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4670
4745
|
:param pulumi.Input[Sequence[pulumi.Input[Union['AutonomousDatabaseKeyHistoryEntryArgs', 'AutonomousDatabaseKeyHistoryEntryArgsDict']]]] key_history_entries: Key History Entry.
|
4671
4746
|
:param pulumi.Input[str] key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault. This is used in Autonomous Databases on Serverless instances and dedicated Exadata infrastructure.
|
4672
4747
|
:param pulumi.Input[str] key_store_wallet_name: The wallet name for Oracle Key Vault.
|
4748
|
+
:param pulumi.Input[str] key_version_id: The OCID of the key version that is used in rotate key operations.
|
4673
4749
|
: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.
|
4674
4750
|
:param pulumi.Input[str] kms_key_lifecycle_details: KMS key lifecycle details.
|
4675
4751
|
: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. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
@@ -4843,6 +4919,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4843
4919
|
__props__.__dict__["is_access_control_enabled"] = is_access_control_enabled
|
4844
4920
|
__props__.__dict__["is_auto_scaling_enabled"] = is_auto_scaling_enabled
|
4845
4921
|
__props__.__dict__["is_auto_scaling_for_storage_enabled"] = is_auto_scaling_for_storage_enabled
|
4922
|
+
__props__.__dict__["is_backup_retention_locked"] = is_backup_retention_locked
|
4846
4923
|
__props__.__dict__["is_data_guard_enabled"] = is_data_guard_enabled
|
4847
4924
|
__props__.__dict__["is_dedicated"] = is_dedicated
|
4848
4925
|
__props__.__dict__["is_dev_tier"] = is_dev_tier
|
@@ -4859,6 +4936,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4859
4936
|
__props__.__dict__["key_history_entries"] = key_history_entries
|
4860
4937
|
__props__.__dict__["key_store_id"] = key_store_id
|
4861
4938
|
__props__.__dict__["key_store_wallet_name"] = key_store_wallet_name
|
4939
|
+
__props__.__dict__["key_version_id"] = key_version_id
|
4862
4940
|
__props__.__dict__["kms_key_id"] = kms_key_id
|
4863
4941
|
__props__.__dict__["kms_key_lifecycle_details"] = kms_key_lifecycle_details
|
4864
4942
|
__props__.__dict__["kms_key_version_id"] = kms_key_version_id
|
@@ -5362,6 +5440,14 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5362
5440
|
"""
|
5363
5441
|
return pulumi.get(self, "is_auto_scaling_for_storage_enabled")
|
5364
5442
|
|
5443
|
+
@property
|
5444
|
+
@pulumi.getter(name="isBackupRetentionLocked")
|
5445
|
+
def is_backup_retention_locked(self) -> pulumi.Output[bool]:
|
5446
|
+
"""
|
5447
|
+
(Updatable) True if the Autonomous Database is backup retention locked.
|
5448
|
+
"""
|
5449
|
+
return pulumi.get(self, "is_backup_retention_locked")
|
5450
|
+
|
5365
5451
|
@property
|
5366
5452
|
@pulumi.getter(name="isDataGuardEnabled")
|
5367
5453
|
def is_data_guard_enabled(self) -> pulumi.Output[bool]:
|
@@ -5494,6 +5580,14 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
5494
5580
|
"""
|
5495
5581
|
return pulumi.get(self, "key_store_wallet_name")
|
5496
5582
|
|
5583
|
+
@property
|
5584
|
+
@pulumi.getter(name="keyVersionId")
|
5585
|
+
def key_version_id(self) -> pulumi.Output[Optional[str]]:
|
5586
|
+
"""
|
5587
|
+
The OCID of the key version that is used in rotate key operations.
|
5588
|
+
"""
|
5589
|
+
return pulumi.get(self, "key_version_id")
|
5590
|
+
|
5497
5591
|
@property
|
5498
5592
|
@pulumi.getter(name="kmsKeyId")
|
5499
5593
|
def kms_key_id(self) -> pulumi.Output[str]:
|