pulumi-oci 3.5.0a1756363728__py3-none-any.whl → 3.6.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 +128 -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/core/compute_gpu_memory_fabric.py +28 -0
- pulumi_oci/core/get_compute_gpu_memory_fabric.py +15 -1
- pulumi_oci/core/outputs.py +11 -0
- pulumi_oci/database/_inputs.py +298 -13
- pulumi_oci/database/data_guard_association.py +98 -0
- pulumi_oci/database/database.py +28 -0
- pulumi_oci/database/db_node.py +56 -0
- pulumi_oci/database/db_system.py +108 -14
- pulumi_oci/database/exadb_vm_cluster.py +49 -0
- pulumi_oci/database/exascale_db_storage_vault.py +126 -0
- pulumi_oci/database/get_data_guard_association.py +23 -1
- pulumi_oci/database/get_database.py +15 -1
- pulumi_oci/database/get_db_node.py +29 -1
- pulumi_oci/database/get_db_system_shapes.py +25 -6
- pulumi_oci/database/get_db_system_storage_performances.py +20 -3
- pulumi_oci/database/get_db_versions.py +20 -1
- pulumi_oci/database/get_exadb_vm_cluster.py +15 -1
- pulumi_oci/database/get_exascale_db_storage_vault.py +43 -1
- pulumi_oci/database/get_exascale_db_storage_vaults.py +87 -8
- pulumi_oci/database/get_gi_versions.py +25 -6
- pulumi_oci/database/outputs.py +696 -13
- pulumi_oci/datasafe/__init__.py +24 -0
- pulumi_oci/datasafe/_inputs.py +3669 -1537
- pulumi_oci/datasafe/attribute_set.py +693 -0
- pulumi_oci/datasafe/audit_profile.py +356 -95
- pulumi_oci/datasafe/audit_profile_management.py +389 -129
- pulumi_oci/datasafe/audit_trail.py +47 -0
- pulumi_oci/datasafe/audit_trail_management.py +49 -0
- pulumi_oci/datasafe/get_alerts.py +2 -2
- pulumi_oci/datasafe/get_attribute_set.py +295 -0
- pulumi_oci/datasafe/get_attribute_set_associated_resources.py +188 -0
- pulumi_oci/datasafe/get_attribute_sets.py +340 -0
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +20 -1
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_audit_policies.py +20 -1
- pulumi_oci/datasafe/get_audit_profile.py +78 -8
- pulumi_oci/datasafe/get_audit_profile_target_overrides.py +163 -0
- pulumi_oci/datasafe/get_audit_profiles.py +50 -9
- pulumi_oci/datasafe/get_audit_trail.py +15 -1
- pulumi_oci/datasafe/get_audit_trails.py +20 -1
- pulumi_oci/datasafe/get_database_security_configs.py +20 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +39 -1
- pulumi_oci/datasafe/get_masking_analytics.py +42 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +26 -23
- pulumi_oci/datasafe/get_report.py +43 -1
- pulumi_oci/datasafe/get_reports.py +23 -1
- pulumi_oci/datasafe/get_security_assessment.py +116 -2
- pulumi_oci/datasafe/get_security_assessment_checks.py +264 -0
- pulumi_oci/datasafe/get_security_assessment_finding.py +64 -4
- pulumi_oci/datasafe/get_security_assessment_findings.py +73 -6
- pulumi_oci/datasafe/get_security_assessment_template_analytics.py +362 -0
- pulumi_oci/datasafe/get_security_assessment_template_association_analytics.py +298 -0
- pulumi_oci/datasafe/get_security_assessment_template_baseline_comparison.py +347 -0
- pulumi_oci/datasafe/get_security_assessments.py +68 -2
- pulumi_oci/datasafe/get_security_policies.py +23 -1
- pulumi_oci/datasafe/get_security_policy.py +15 -1
- pulumi_oci/datasafe/get_security_policy_config.py +296 -0
- pulumi_oci/datasafe/get_security_policy_configs.py +342 -0
- pulumi_oci/datasafe/get_security_policy_deployment.py +52 -2
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +49 -4
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +47 -6
- pulumi_oci/datasafe/get_security_policy_deployments.py +29 -7
- pulumi_oci/datasafe/get_sensitive_column_analytics.py +20 -1
- pulumi_oci/datasafe/get_sql_collection_analytics.py +20 -1
- pulumi_oci/datasafe/get_sql_collections.py +20 -1
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_violations.py +2 -2
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +0 -34
- pulumi_oci/datasafe/get_target_database_group.py +296 -0
- pulumi_oci/datasafe/get_target_database_group_group_member.py +146 -0
- pulumi_oci/datasafe/get_target_database_groups.py +313 -0
- pulumi_oci/datasafe/get_unified_audit_policies.py +386 -0
- pulumi_oci/datasafe/get_unified_audit_policy.py +338 -0
- pulumi_oci/datasafe/get_unified_audit_policy_definition.py +309 -0
- pulumi_oci/datasafe/get_unified_audit_policy_definitions.py +334 -0
- pulumi_oci/datasafe/get_user_assessment.py +29 -1
- pulumi_oci/datasafe/get_user_assessments.py +45 -1
- pulumi_oci/datasafe/outputs.py +6964 -192
- pulumi_oci/datasafe/report.py +84 -0
- pulumi_oci/datasafe/report_definition.py +4 -0
- pulumi_oci/datasafe/security_assessment.py +425 -82
- pulumi_oci/datasafe/security_assessment_check.py +456 -0
- pulumi_oci/datasafe/security_assessment_finding.py +818 -0
- pulumi_oci/datasafe/security_policy.py +94 -77
- pulumi_oci/datasafe/security_policy_config.py +698 -0
- pulumi_oci/datasafe/security_policy_deployment.py +272 -67
- pulumi_oci/datasafe/security_policy_deployment_management.py +266 -42
- pulumi_oci/datasafe/security_policy_management.py +87 -30
- pulumi_oci/datasafe/target_alert_policy_association.py +7 -77
- pulumi_oci/datasafe/target_database.py +4 -0
- pulumi_oci/datasafe/target_database_group.py +679 -0
- pulumi_oci/datasafe/target_database_peer_target_database.py +2 -0
- pulumi_oci/datasafe/unified_audit_policy.py +836 -0
- pulumi_oci/datasafe/unified_audit_policy_definition.py +687 -0
- pulumi_oci/datasafe/user_assessment.py +105 -28
- pulumi_oci/disasterrecovery/_inputs.py +231 -3
- pulumi_oci/disasterrecovery/dr_protection_group.py +24 -0
- pulumi_oci/disasterrecovery/outputs.py +446 -12
- pulumi_oci/generativeai/_inputs.py +572 -63
- pulumi_oci/generativeai/agent_data_ingestion_job.py +48 -0
- pulumi_oci/generativeai/agent_data_source.py +7 -81
- pulumi_oci/generativeai/agent_knowledge_base.py +35 -25
- pulumi_oci/generativeai/agent_tool.py +172 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_job.py +26 -1
- pulumi_oci/generativeai/get_agent_data_source.py +1 -5
- pulumi_oci/generativeai/get_agent_data_sources.py +0 -4
- pulumi_oci/generativeai/get_agent_knowledge_base.py +16 -6
- pulumi_oci/generativeai/get_agent_knowledge_bases.py +0 -4
- pulumi_oci/generativeai/outputs.py +1128 -106
- pulumi_oci/goldengate/deployment.py +94 -0
- pulumi_oci/goldengate/get_deployment.py +29 -1
- pulumi_oci/goldengate/get_deployments.py +23 -1
- pulumi_oci/goldengate/outputs.py +35 -2
- 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 +17 -0
- pulumi_oci/oci/_inputs.py +676 -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/get_managed_kafka_kafka_cluster.py +380 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config.py +254 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_version.py +177 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_versions.py +144 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_configs.py +199 -0
- pulumi_oci/oci/get_managed_kafka_kafka_clusters.py +199 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster.py +984 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster_config.py +549 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster_superusers_management.py +352 -0
- pulumi_oci/oci/outputs.py +2051 -142
- pulumi_oci/provider.py +44 -63
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0.dist-info}/METADATA +1 -1
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0.dist-info}/RECORD +194 -141
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0.dist-info}/top_level.txt +0 -0
@@ -27,10 +27,10 @@ class DbmulticloudOracleDbAzureVaultAssociationArgs:
|
|
27
27
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
28
28
|
"""
|
29
29
|
The set of arguments for constructing a DbmulticloudOracleDbAzureVaultAssociation resource.
|
30
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association
|
31
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable)
|
32
|
-
:param pulumi.Input[_builtins.str] oracle_db_azure_connector_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector.
|
33
|
-
:param pulumi.Input[_builtins.str] oracle_db_azure_vault_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault.
|
30
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource.
|
31
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) Oracle DB Azure Vault Association resource name.
|
32
|
+
:param pulumi.Input[_builtins.str] oracle_db_azure_connector_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector that contains Oracle DB Azure Vault Association resource.
|
33
|
+
:param pulumi.Input[_builtins.str] oracle_db_azure_vault_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault that contains Oracle DB Azure Vault Association resource.
|
34
34
|
|
35
35
|
|
36
36
|
** IMPORTANT **
|
@@ -51,7 +51,7 @@ class DbmulticloudOracleDbAzureVaultAssociationArgs:
|
|
51
51
|
@pulumi.getter(name="compartmentId")
|
52
52
|
def compartment_id(self) -> pulumi.Input[_builtins.str]:
|
53
53
|
"""
|
54
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association
|
54
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource.
|
55
55
|
"""
|
56
56
|
return pulumi.get(self, "compartment_id")
|
57
57
|
|
@@ -63,7 +63,7 @@ class DbmulticloudOracleDbAzureVaultAssociationArgs:
|
|
63
63
|
@pulumi.getter(name="displayName")
|
64
64
|
def display_name(self) -> pulumi.Input[_builtins.str]:
|
65
65
|
"""
|
66
|
-
(Updatable)
|
66
|
+
(Updatable) Oracle DB Azure Vault Association resource name.
|
67
67
|
"""
|
68
68
|
return pulumi.get(self, "display_name")
|
69
69
|
|
@@ -75,7 +75,7 @@ class DbmulticloudOracleDbAzureVaultAssociationArgs:
|
|
75
75
|
@pulumi.getter(name="oracleDbAzureConnectorId")
|
76
76
|
def oracle_db_azure_connector_id(self) -> pulumi.Input[_builtins.str]:
|
77
77
|
"""
|
78
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector.
|
78
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector that contains Oracle DB Azure Vault Association resource.
|
79
79
|
"""
|
80
80
|
return pulumi.get(self, "oracle_db_azure_connector_id")
|
81
81
|
|
@@ -87,7 +87,7 @@ class DbmulticloudOracleDbAzureVaultAssociationArgs:
|
|
87
87
|
@pulumi.getter(name="oracleDbAzureVaultId")
|
88
88
|
def oracle_db_azure_vault_id(self) -> pulumi.Input[_builtins.str]:
|
89
89
|
"""
|
90
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault.
|
90
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault that contains Oracle DB Azure Vault Association resource.
|
91
91
|
|
92
92
|
|
93
93
|
** IMPORTANT **
|
@@ -142,23 +142,23 @@ class _DbmulticloudOracleDbAzureVaultAssociationState:
|
|
142
142
|
time_updated: Optional[pulumi.Input[_builtins.str]] = None):
|
143
143
|
"""
|
144
144
|
Input properties used for looking up and filtering DbmulticloudOracleDbAzureVaultAssociation resources.
|
145
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association
|
145
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource.
|
146
146
|
: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 more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
147
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable)
|
147
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) Oracle DB Azure Vault Association resource name.
|
148
148
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
149
|
-
:param pulumi.Input[_builtins.bool] is_resource_accessible: The Associated
|
150
|
-
:param pulumi.Input[_builtins.str] last_modification: Description of the latest modification of the Oracle DB Azure Vault Association
|
149
|
+
:param pulumi.Input[_builtins.bool] is_resource_accessible: The Associated resource is accessible or not.
|
150
|
+
:param pulumi.Input[_builtins.str] last_modification: Description of the latest modification of the Oracle DB Azure Vault Association resource.
|
151
151
|
:param pulumi.Input[_builtins.str] lifecycle_state_details: Description of the current lifecycle state in more detail.
|
152
|
-
:param pulumi.Input[_builtins.str] oracle_db_azure_connector_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector.
|
153
|
-
:param pulumi.Input[_builtins.str] oracle_db_azure_vault_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault.
|
152
|
+
:param pulumi.Input[_builtins.str] oracle_db_azure_connector_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector that contains Oracle DB Azure Vault Association resource.
|
153
|
+
:param pulumi.Input[_builtins.str] oracle_db_azure_vault_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault that contains Oracle DB Azure Vault Association resource.
|
154
154
|
|
155
155
|
|
156
156
|
** IMPORTANT **
|
157
157
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
158
|
-
:param pulumi.Input[_builtins.str] state: The current lifecycle state of the Oracle DB Azure Vault Association
|
158
|
+
:param pulumi.Input[_builtins.str] state: The current lifecycle state of the Oracle DB Azure Vault Association resource.
|
159
159
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
160
|
-
:param pulumi.Input[_builtins.str] time_created: Time when the Oracle DB Azure Vault Association was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
161
|
-
:param pulumi.Input[_builtins.str] time_updated: Time when the Oracle DB Azure Vault Association was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
160
|
+
:param pulumi.Input[_builtins.str] time_created: Time when the Oracle DB Azure Vault Association resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
161
|
+
:param pulumi.Input[_builtins.str] time_updated: Time when the Oracle DB Azure Vault Association resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
162
162
|
"""
|
163
163
|
if compartment_id is not None:
|
164
164
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -191,7 +191,7 @@ class _DbmulticloudOracleDbAzureVaultAssociationState:
|
|
191
191
|
@pulumi.getter(name="compartmentId")
|
192
192
|
def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
193
193
|
"""
|
194
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association
|
194
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource.
|
195
195
|
"""
|
196
196
|
return pulumi.get(self, "compartment_id")
|
197
197
|
|
@@ -215,7 +215,7 @@ class _DbmulticloudOracleDbAzureVaultAssociationState:
|
|
215
215
|
@pulumi.getter(name="displayName")
|
216
216
|
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
217
217
|
"""
|
218
|
-
(Updatable)
|
218
|
+
(Updatable) Oracle DB Azure Vault Association resource name.
|
219
219
|
"""
|
220
220
|
return pulumi.get(self, "display_name")
|
221
221
|
|
@@ -239,7 +239,7 @@ class _DbmulticloudOracleDbAzureVaultAssociationState:
|
|
239
239
|
@pulumi.getter(name="isResourceAccessible")
|
240
240
|
def is_resource_accessible(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
241
241
|
"""
|
242
|
-
The Associated
|
242
|
+
The Associated resource is accessible or not.
|
243
243
|
"""
|
244
244
|
return pulumi.get(self, "is_resource_accessible")
|
245
245
|
|
@@ -251,7 +251,7 @@ class _DbmulticloudOracleDbAzureVaultAssociationState:
|
|
251
251
|
@pulumi.getter(name="lastModification")
|
252
252
|
def last_modification(self) -> Optional[pulumi.Input[_builtins.str]]:
|
253
253
|
"""
|
254
|
-
Description of the latest modification of the Oracle DB Azure Vault Association
|
254
|
+
Description of the latest modification of the Oracle DB Azure Vault Association resource.
|
255
255
|
"""
|
256
256
|
return pulumi.get(self, "last_modification")
|
257
257
|
|
@@ -275,7 +275,7 @@ class _DbmulticloudOracleDbAzureVaultAssociationState:
|
|
275
275
|
@pulumi.getter(name="oracleDbAzureConnectorId")
|
276
276
|
def oracle_db_azure_connector_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
277
277
|
"""
|
278
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector.
|
278
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector that contains Oracle DB Azure Vault Association resource.
|
279
279
|
"""
|
280
280
|
return pulumi.get(self, "oracle_db_azure_connector_id")
|
281
281
|
|
@@ -287,7 +287,7 @@ class _DbmulticloudOracleDbAzureVaultAssociationState:
|
|
287
287
|
@pulumi.getter(name="oracleDbAzureVaultId")
|
288
288
|
def oracle_db_azure_vault_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
289
289
|
"""
|
290
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault.
|
290
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault that contains Oracle DB Azure Vault Association resource.
|
291
291
|
|
292
292
|
|
293
293
|
** IMPORTANT **
|
@@ -303,7 +303,7 @@ class _DbmulticloudOracleDbAzureVaultAssociationState:
|
|
303
303
|
@pulumi.getter
|
304
304
|
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
305
305
|
"""
|
306
|
-
The current lifecycle state of the Oracle DB Azure Vault Association
|
306
|
+
The current lifecycle state of the Oracle DB Azure Vault Association resource.
|
307
307
|
"""
|
308
308
|
return pulumi.get(self, "state")
|
309
309
|
|
@@ -327,7 +327,7 @@ class _DbmulticloudOracleDbAzureVaultAssociationState:
|
|
327
327
|
@pulumi.getter(name="timeCreated")
|
328
328
|
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
329
329
|
"""
|
330
|
-
Time when the Oracle DB Azure Vault Association was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
330
|
+
Time when the Oracle DB Azure Vault Association resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
331
331
|
"""
|
332
332
|
return pulumi.get(self, "time_created")
|
333
333
|
|
@@ -339,7 +339,7 @@ class _DbmulticloudOracleDbAzureVaultAssociationState:
|
|
339
339
|
@pulumi.getter(name="timeUpdated")
|
340
340
|
def time_updated(self) -> Optional[pulumi.Input[_builtins.str]]:
|
341
341
|
"""
|
342
|
-
Time when the Oracle DB Azure Vault Association was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
342
|
+
Time when the Oracle DB Azure Vault Association resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
343
343
|
"""
|
344
344
|
return pulumi.get(self, "time_updated")
|
345
345
|
|
@@ -364,7 +364,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
|
|
364
364
|
"""
|
365
365
|
This resource provides the Oracle Db Azure Vault Association resource in Oracle Cloud Infrastructure Dbmulticloud service.
|
366
366
|
|
367
|
-
|
367
|
+
Creates Oracle DB Azure Vault Association resource.
|
368
368
|
|
369
369
|
## Example Usage
|
370
370
|
|
@@ -395,12 +395,12 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
|
|
395
395
|
|
396
396
|
:param str resource_name: The name of the resource.
|
397
397
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
398
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association
|
398
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource.
|
399
399
|
: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 more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
400
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable)
|
400
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) Oracle DB Azure Vault Association resource name.
|
401
401
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
402
|
-
:param pulumi.Input[_builtins.str] oracle_db_azure_connector_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector.
|
403
|
-
:param pulumi.Input[_builtins.str] oracle_db_azure_vault_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault.
|
402
|
+
:param pulumi.Input[_builtins.str] oracle_db_azure_connector_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector that contains Oracle DB Azure Vault Association resource.
|
403
|
+
:param pulumi.Input[_builtins.str] oracle_db_azure_vault_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault that contains Oracle DB Azure Vault Association resource.
|
404
404
|
|
405
405
|
|
406
406
|
** IMPORTANT **
|
@@ -415,7 +415,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
|
|
415
415
|
"""
|
416
416
|
This resource provides the Oracle Db Azure Vault Association resource in Oracle Cloud Infrastructure Dbmulticloud service.
|
417
417
|
|
418
|
-
|
418
|
+
Creates Oracle DB Azure Vault Association resource.
|
419
419
|
|
420
420
|
## Example Usage
|
421
421
|
|
@@ -525,23 +525,23 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
|
|
525
525
|
:param str resource_name: The unique name of the resulting resource.
|
526
526
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
527
527
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
528
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association
|
528
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource.
|
529
529
|
: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 more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
530
|
-
:param pulumi.Input[_builtins.str] display_name: (Updatable)
|
530
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) Oracle DB Azure Vault Association resource name.
|
531
531
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
532
|
-
:param pulumi.Input[_builtins.bool] is_resource_accessible: The Associated
|
533
|
-
:param pulumi.Input[_builtins.str] last_modification: Description of the latest modification of the Oracle DB Azure Vault Association
|
532
|
+
:param pulumi.Input[_builtins.bool] is_resource_accessible: The Associated resource is accessible or not.
|
533
|
+
:param pulumi.Input[_builtins.str] last_modification: Description of the latest modification of the Oracle DB Azure Vault Association resource.
|
534
534
|
:param pulumi.Input[_builtins.str] lifecycle_state_details: Description of the current lifecycle state in more detail.
|
535
|
-
:param pulumi.Input[_builtins.str] oracle_db_azure_connector_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector.
|
536
|
-
:param pulumi.Input[_builtins.str] oracle_db_azure_vault_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault.
|
535
|
+
:param pulumi.Input[_builtins.str] oracle_db_azure_connector_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector that contains Oracle DB Azure Vault Association resource.
|
536
|
+
:param pulumi.Input[_builtins.str] oracle_db_azure_vault_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault that contains Oracle DB Azure Vault Association resource.
|
537
537
|
|
538
538
|
|
539
539
|
** IMPORTANT **
|
540
540
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
541
|
-
:param pulumi.Input[_builtins.str] state: The current lifecycle state of the Oracle DB Azure Vault Association
|
541
|
+
:param pulumi.Input[_builtins.str] state: The current lifecycle state of the Oracle DB Azure Vault Association resource.
|
542
542
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
543
|
-
:param pulumi.Input[_builtins.str] time_created: Time when the Oracle DB Azure Vault Association was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
544
|
-
:param pulumi.Input[_builtins.str] time_updated: Time when the Oracle DB Azure Vault Association was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
543
|
+
:param pulumi.Input[_builtins.str] time_created: Time when the Oracle DB Azure Vault Association resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
544
|
+
:param pulumi.Input[_builtins.str] time_updated: Time when the Oracle DB Azure Vault Association resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
545
545
|
"""
|
546
546
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
547
547
|
|
@@ -566,7 +566,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
|
|
566
566
|
@pulumi.getter(name="compartmentId")
|
567
567
|
def compartment_id(self) -> pulumi.Output[_builtins.str]:
|
568
568
|
"""
|
569
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association
|
569
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Association resource.
|
570
570
|
"""
|
571
571
|
return pulumi.get(self, "compartment_id")
|
572
572
|
|
@@ -582,7 +582,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
|
|
582
582
|
@pulumi.getter(name="displayName")
|
583
583
|
def display_name(self) -> pulumi.Output[_builtins.str]:
|
584
584
|
"""
|
585
|
-
(Updatable)
|
585
|
+
(Updatable) Oracle DB Azure Vault Association resource name.
|
586
586
|
"""
|
587
587
|
return pulumi.get(self, "display_name")
|
588
588
|
|
@@ -598,7 +598,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
|
|
598
598
|
@pulumi.getter(name="isResourceAccessible")
|
599
599
|
def is_resource_accessible(self) -> pulumi.Output[_builtins.bool]:
|
600
600
|
"""
|
601
|
-
The Associated
|
601
|
+
The Associated resource is accessible or not.
|
602
602
|
"""
|
603
603
|
return pulumi.get(self, "is_resource_accessible")
|
604
604
|
|
@@ -606,7 +606,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
|
|
606
606
|
@pulumi.getter(name="lastModification")
|
607
607
|
def last_modification(self) -> pulumi.Output[_builtins.str]:
|
608
608
|
"""
|
609
|
-
Description of the latest modification of the Oracle DB Azure Vault Association
|
609
|
+
Description of the latest modification of the Oracle DB Azure Vault Association resource.
|
610
610
|
"""
|
611
611
|
return pulumi.get(self, "last_modification")
|
612
612
|
|
@@ -622,7 +622,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
|
|
622
622
|
@pulumi.getter(name="oracleDbAzureConnectorId")
|
623
623
|
def oracle_db_azure_connector_id(self) -> pulumi.Output[_builtins.str]:
|
624
624
|
"""
|
625
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector.
|
625
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector that contains Oracle DB Azure Vault Association resource.
|
626
626
|
"""
|
627
627
|
return pulumi.get(self, "oracle_db_azure_connector_id")
|
628
628
|
|
@@ -630,7 +630,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
|
|
630
630
|
@pulumi.getter(name="oracleDbAzureVaultId")
|
631
631
|
def oracle_db_azure_vault_id(self) -> pulumi.Output[_builtins.str]:
|
632
632
|
"""
|
633
|
-
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault.
|
633
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault that contains Oracle DB Azure Vault Association resource.
|
634
634
|
|
635
635
|
|
636
636
|
** IMPORTANT **
|
@@ -642,7 +642,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
|
|
642
642
|
@pulumi.getter
|
643
643
|
def state(self) -> pulumi.Output[_builtins.str]:
|
644
644
|
"""
|
645
|
-
The current lifecycle state of the Oracle DB Azure Vault Association
|
645
|
+
The current lifecycle state of the Oracle DB Azure Vault Association resource.
|
646
646
|
"""
|
647
647
|
return pulumi.get(self, "state")
|
648
648
|
|
@@ -658,7 +658,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
|
|
658
658
|
@pulumi.getter(name="timeCreated")
|
659
659
|
def time_created(self) -> pulumi.Output[_builtins.str]:
|
660
660
|
"""
|
661
|
-
Time when the Oracle DB Azure Vault Association was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
661
|
+
Time when the Oracle DB Azure Vault Association resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
662
662
|
"""
|
663
663
|
return pulumi.get(self, "time_created")
|
664
664
|
|
@@ -666,7 +666,7 @@ class DbmulticloudOracleDbAzureVaultAssociation(pulumi.CustomResource):
|
|
666
666
|
@pulumi.getter(name="timeUpdated")
|
667
667
|
def time_updated(self) -> pulumi.Output[_builtins.str]:
|
668
668
|
"""
|
669
|
-
Time when the Oracle DB Azure Vault Association was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
669
|
+
Time when the Oracle DB Azure Vault Association resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
|
670
670
|
"""
|
671
671
|
return pulumi.get(self, "time_updated")
|
672
672
|
|