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
@@ -0,0 +1,296 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
|
18
|
+
__all__ = [
|
19
|
+
'GetTargetDatabaseGroupResult',
|
20
|
+
'AwaitableGetTargetDatabaseGroupResult',
|
21
|
+
'get_target_database_group',
|
22
|
+
'get_target_database_group_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetTargetDatabaseGroupResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getTargetDatabaseGroup.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, lifecycle_details=None, matching_criterias=None, membership_count=None, membership_update_time=None, state=None, system_tags=None, target_database_group_id=None, time_created=None, time_updated=None):
|
31
|
+
if compartment_id and not isinstance(compartment_id, str):
|
32
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
33
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
34
|
+
if defined_tags and not isinstance(defined_tags, dict):
|
35
|
+
raise TypeError("Expected argument 'defined_tags' to be a dict")
|
36
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
37
|
+
if description and not isinstance(description, str):
|
38
|
+
raise TypeError("Expected argument 'description' to be a str")
|
39
|
+
pulumi.set(__self__, "description", description)
|
40
|
+
if display_name and not isinstance(display_name, str):
|
41
|
+
raise TypeError("Expected argument 'display_name' to be a str")
|
42
|
+
pulumi.set(__self__, "display_name", display_name)
|
43
|
+
if freeform_tags and not isinstance(freeform_tags, dict):
|
44
|
+
raise TypeError("Expected argument 'freeform_tags' to be a dict")
|
45
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
46
|
+
if id and not isinstance(id, str):
|
47
|
+
raise TypeError("Expected argument 'id' to be a str")
|
48
|
+
pulumi.set(__self__, "id", id)
|
49
|
+
if lifecycle_details and not isinstance(lifecycle_details, str):
|
50
|
+
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
51
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
52
|
+
if matching_criterias and not isinstance(matching_criterias, list):
|
53
|
+
raise TypeError("Expected argument 'matching_criterias' to be a list")
|
54
|
+
pulumi.set(__self__, "matching_criterias", matching_criterias)
|
55
|
+
if membership_count and not isinstance(membership_count, int):
|
56
|
+
raise TypeError("Expected argument 'membership_count' to be a int")
|
57
|
+
pulumi.set(__self__, "membership_count", membership_count)
|
58
|
+
if membership_update_time and not isinstance(membership_update_time, str):
|
59
|
+
raise TypeError("Expected argument 'membership_update_time' to be a str")
|
60
|
+
pulumi.set(__self__, "membership_update_time", membership_update_time)
|
61
|
+
if state and not isinstance(state, str):
|
62
|
+
raise TypeError("Expected argument 'state' to be a str")
|
63
|
+
pulumi.set(__self__, "state", state)
|
64
|
+
if system_tags and not isinstance(system_tags, dict):
|
65
|
+
raise TypeError("Expected argument 'system_tags' to be a dict")
|
66
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
67
|
+
if target_database_group_id and not isinstance(target_database_group_id, str):
|
68
|
+
raise TypeError("Expected argument 'target_database_group_id' to be a str")
|
69
|
+
pulumi.set(__self__, "target_database_group_id", target_database_group_id)
|
70
|
+
if time_created and not isinstance(time_created, str):
|
71
|
+
raise TypeError("Expected argument 'time_created' to be a str")
|
72
|
+
pulumi.set(__self__, "time_created", time_created)
|
73
|
+
if time_updated and not isinstance(time_updated, str):
|
74
|
+
raise TypeError("Expected argument 'time_updated' to be a str")
|
75
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
76
|
+
|
77
|
+
@_builtins.property
|
78
|
+
@pulumi.getter(name="compartmentId")
|
79
|
+
def compartment_id(self) -> _builtins.str:
|
80
|
+
"""
|
81
|
+
The OCID for the compartment containing the target database group.
|
82
|
+
"""
|
83
|
+
return pulumi.get(self, "compartment_id")
|
84
|
+
|
85
|
+
@_builtins.property
|
86
|
+
@pulumi.getter(name="definedTags")
|
87
|
+
def defined_tags(self) -> Mapping[str, _builtins.str]:
|
88
|
+
"""
|
89
|
+
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"}`
|
90
|
+
"""
|
91
|
+
return pulumi.get(self, "defined_tags")
|
92
|
+
|
93
|
+
@_builtins.property
|
94
|
+
@pulumi.getter
|
95
|
+
def description(self) -> _builtins.str:
|
96
|
+
"""
|
97
|
+
Description of the target database group.
|
98
|
+
"""
|
99
|
+
return pulumi.get(self, "description")
|
100
|
+
|
101
|
+
@_builtins.property
|
102
|
+
@pulumi.getter(name="displayName")
|
103
|
+
def display_name(self) -> _builtins.str:
|
104
|
+
"""
|
105
|
+
The name of the target database group.
|
106
|
+
"""
|
107
|
+
return pulumi.get(self, "display_name")
|
108
|
+
|
109
|
+
@_builtins.property
|
110
|
+
@pulumi.getter(name="freeformTags")
|
111
|
+
def freeform_tags(self) -> Mapping[str, _builtins.str]:
|
112
|
+
"""
|
113
|
+
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"}`
|
114
|
+
"""
|
115
|
+
return pulumi.get(self, "freeform_tags")
|
116
|
+
|
117
|
+
@_builtins.property
|
118
|
+
@pulumi.getter
|
119
|
+
def id(self) -> _builtins.str:
|
120
|
+
"""
|
121
|
+
The OCID of the compartment for including target databases to the target database group. All target databases in the compartment will be members of the target database group.
|
122
|
+
"""
|
123
|
+
return pulumi.get(self, "id")
|
124
|
+
|
125
|
+
@_builtins.property
|
126
|
+
@pulumi.getter(name="lifecycleDetails")
|
127
|
+
def lifecycle_details(self) -> _builtins.str:
|
128
|
+
"""
|
129
|
+
Details for the lifecycle status of the target database group.
|
130
|
+
"""
|
131
|
+
return pulumi.get(self, "lifecycle_details")
|
132
|
+
|
133
|
+
@_builtins.property
|
134
|
+
@pulumi.getter(name="matchingCriterias")
|
135
|
+
def matching_criterias(self) -> Sequence['outputs.GetTargetDatabaseGroupMatchingCriteriaResult']:
|
136
|
+
"""
|
137
|
+
Criteria to either include or exclude target databases from the target database group. These criteria can be based on compartments or tags or a list of target databases. See examples below for more details. Include: Target databases will be added to the target database group if they match at least one of the include criteria. Exclude: Target databases that will be excluded from the target database group (even if they match any of the include criteria).
|
138
|
+
"""
|
139
|
+
return pulumi.get(self, "matching_criterias")
|
140
|
+
|
141
|
+
@_builtins.property
|
142
|
+
@pulumi.getter(name="membershipCount")
|
143
|
+
def membership_count(self) -> _builtins.int:
|
144
|
+
"""
|
145
|
+
The number of target databases in the specified target database group.
|
146
|
+
"""
|
147
|
+
return pulumi.get(self, "membership_count")
|
148
|
+
|
149
|
+
@_builtins.property
|
150
|
+
@pulumi.getter(name="membershipUpdateTime")
|
151
|
+
def membership_update_time(self) -> _builtins.str:
|
152
|
+
"""
|
153
|
+
Time when the members of the target database group were last changed, i.e. the list was refreshed, a target database was added or removed.
|
154
|
+
"""
|
155
|
+
return pulumi.get(self, "membership_update_time")
|
156
|
+
|
157
|
+
@_builtins.property
|
158
|
+
@pulumi.getter
|
159
|
+
def state(self) -> _builtins.str:
|
160
|
+
"""
|
161
|
+
The lifecycle status of the target database group.
|
162
|
+
"""
|
163
|
+
return pulumi.get(self, "state")
|
164
|
+
|
165
|
+
@_builtins.property
|
166
|
+
@pulumi.getter(name="systemTags")
|
167
|
+
def system_tags(self) -> Mapping[str, _builtins.str]:
|
168
|
+
"""
|
169
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
170
|
+
"""
|
171
|
+
return pulumi.get(self, "system_tags")
|
172
|
+
|
173
|
+
@_builtins.property
|
174
|
+
@pulumi.getter(name="targetDatabaseGroupId")
|
175
|
+
def target_database_group_id(self) -> _builtins.str:
|
176
|
+
return pulumi.get(self, "target_database_group_id")
|
177
|
+
|
178
|
+
@_builtins.property
|
179
|
+
@pulumi.getter(name="timeCreated")
|
180
|
+
def time_created(self) -> _builtins.str:
|
181
|
+
"""
|
182
|
+
Time when the target database group was created.
|
183
|
+
"""
|
184
|
+
return pulumi.get(self, "time_created")
|
185
|
+
|
186
|
+
@_builtins.property
|
187
|
+
@pulumi.getter(name="timeUpdated")
|
188
|
+
def time_updated(self) -> _builtins.str:
|
189
|
+
"""
|
190
|
+
Time when the target database group was last updated.
|
191
|
+
"""
|
192
|
+
return pulumi.get(self, "time_updated")
|
193
|
+
|
194
|
+
|
195
|
+
class AwaitableGetTargetDatabaseGroupResult(GetTargetDatabaseGroupResult):
|
196
|
+
# pylint: disable=using-constant-test
|
197
|
+
def __await__(self):
|
198
|
+
if False:
|
199
|
+
yield self
|
200
|
+
return GetTargetDatabaseGroupResult(
|
201
|
+
compartment_id=self.compartment_id,
|
202
|
+
defined_tags=self.defined_tags,
|
203
|
+
description=self.description,
|
204
|
+
display_name=self.display_name,
|
205
|
+
freeform_tags=self.freeform_tags,
|
206
|
+
id=self.id,
|
207
|
+
lifecycle_details=self.lifecycle_details,
|
208
|
+
matching_criterias=self.matching_criterias,
|
209
|
+
membership_count=self.membership_count,
|
210
|
+
membership_update_time=self.membership_update_time,
|
211
|
+
state=self.state,
|
212
|
+
system_tags=self.system_tags,
|
213
|
+
target_database_group_id=self.target_database_group_id,
|
214
|
+
time_created=self.time_created,
|
215
|
+
time_updated=self.time_updated)
|
216
|
+
|
217
|
+
|
218
|
+
def get_target_database_group(target_database_group_id: Optional[_builtins.str] = None,
|
219
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTargetDatabaseGroupResult:
|
220
|
+
"""
|
221
|
+
This data source provides details about a specific Target Database Group resource in Oracle Cloud Infrastructure Data Safe service.
|
222
|
+
|
223
|
+
Returns the details of the specified target database group.
|
224
|
+
|
225
|
+
## Example Usage
|
226
|
+
|
227
|
+
```python
|
228
|
+
import pulumi
|
229
|
+
import pulumi_oci as oci
|
230
|
+
|
231
|
+
test_target_database_group = oci.DataSafe.get_target_database_group(target_database_group_id=test_target_database_group_oci_data_safe_target_database_group["id"])
|
232
|
+
```
|
233
|
+
|
234
|
+
|
235
|
+
:param _builtins.str target_database_group_id: The OCID of the specified target database group.
|
236
|
+
"""
|
237
|
+
__args__ = dict()
|
238
|
+
__args__['targetDatabaseGroupId'] = target_database_group_id
|
239
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
240
|
+
__ret__ = pulumi.runtime.invoke('oci:DataSafe/getTargetDatabaseGroup:getTargetDatabaseGroup', __args__, opts=opts, typ=GetTargetDatabaseGroupResult).value
|
241
|
+
|
242
|
+
return AwaitableGetTargetDatabaseGroupResult(
|
243
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
244
|
+
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
245
|
+
description=pulumi.get(__ret__, 'description'),
|
246
|
+
display_name=pulumi.get(__ret__, 'display_name'),
|
247
|
+
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
248
|
+
id=pulumi.get(__ret__, 'id'),
|
249
|
+
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
250
|
+
matching_criterias=pulumi.get(__ret__, 'matching_criterias'),
|
251
|
+
membership_count=pulumi.get(__ret__, 'membership_count'),
|
252
|
+
membership_update_time=pulumi.get(__ret__, 'membership_update_time'),
|
253
|
+
state=pulumi.get(__ret__, 'state'),
|
254
|
+
system_tags=pulumi.get(__ret__, 'system_tags'),
|
255
|
+
target_database_group_id=pulumi.get(__ret__, 'target_database_group_id'),
|
256
|
+
time_created=pulumi.get(__ret__, 'time_created'),
|
257
|
+
time_updated=pulumi.get(__ret__, 'time_updated'))
|
258
|
+
def get_target_database_group_output(target_database_group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
259
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTargetDatabaseGroupResult]:
|
260
|
+
"""
|
261
|
+
This data source provides details about a specific Target Database Group resource in Oracle Cloud Infrastructure Data Safe service.
|
262
|
+
|
263
|
+
Returns the details of the specified target database group.
|
264
|
+
|
265
|
+
## Example Usage
|
266
|
+
|
267
|
+
```python
|
268
|
+
import pulumi
|
269
|
+
import pulumi_oci as oci
|
270
|
+
|
271
|
+
test_target_database_group = oci.DataSafe.get_target_database_group(target_database_group_id=test_target_database_group_oci_data_safe_target_database_group["id"])
|
272
|
+
```
|
273
|
+
|
274
|
+
|
275
|
+
:param _builtins.str target_database_group_id: The OCID of the specified target database group.
|
276
|
+
"""
|
277
|
+
__args__ = dict()
|
278
|
+
__args__['targetDatabaseGroupId'] = target_database_group_id
|
279
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
280
|
+
__ret__ = pulumi.runtime.invoke_output('oci:DataSafe/getTargetDatabaseGroup:getTargetDatabaseGroup', __args__, opts=opts, typ=GetTargetDatabaseGroupResult)
|
281
|
+
return __ret__.apply(lambda __response__: GetTargetDatabaseGroupResult(
|
282
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
283
|
+
defined_tags=pulumi.get(__response__, 'defined_tags'),
|
284
|
+
description=pulumi.get(__response__, 'description'),
|
285
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
286
|
+
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
287
|
+
id=pulumi.get(__response__, 'id'),
|
288
|
+
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
289
|
+
matching_criterias=pulumi.get(__response__, 'matching_criterias'),
|
290
|
+
membership_count=pulumi.get(__response__, 'membership_count'),
|
291
|
+
membership_update_time=pulumi.get(__response__, 'membership_update_time'),
|
292
|
+
state=pulumi.get(__response__, 'state'),
|
293
|
+
system_tags=pulumi.get(__response__, 'system_tags'),
|
294
|
+
target_database_group_id=pulumi.get(__response__, 'target_database_group_id'),
|
295
|
+
time_created=pulumi.get(__response__, 'time_created'),
|
296
|
+
time_updated=pulumi.get(__response__, 'time_updated')))
|
@@ -0,0 +1,146 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
|
17
|
+
__all__ = [
|
18
|
+
'GetTargetDatabaseGroupGroupMemberResult',
|
19
|
+
'AwaitableGetTargetDatabaseGroupGroupMemberResult',
|
20
|
+
'get_target_database_group_group_member',
|
21
|
+
'get_target_database_group_group_member_output',
|
22
|
+
]
|
23
|
+
|
24
|
+
@pulumi.output_type
|
25
|
+
class GetTargetDatabaseGroupGroupMemberResult:
|
26
|
+
"""
|
27
|
+
A collection of values returned by getTargetDatabaseGroupGroupMember.
|
28
|
+
"""
|
29
|
+
def __init__(__self__, id=None, target_database_group_id=None, target_database_id=None, target_databases=None):
|
30
|
+
if id and not isinstance(id, str):
|
31
|
+
raise TypeError("Expected argument 'id' to be a str")
|
32
|
+
pulumi.set(__self__, "id", id)
|
33
|
+
if target_database_group_id and not isinstance(target_database_group_id, str):
|
34
|
+
raise TypeError("Expected argument 'target_database_group_id' to be a str")
|
35
|
+
pulumi.set(__self__, "target_database_group_id", target_database_group_id)
|
36
|
+
if target_database_id and not isinstance(target_database_id, str):
|
37
|
+
raise TypeError("Expected argument 'target_database_id' to be a str")
|
38
|
+
pulumi.set(__self__, "target_database_id", target_database_id)
|
39
|
+
if target_databases and not isinstance(target_databases, list):
|
40
|
+
raise TypeError("Expected argument 'target_databases' to be a list")
|
41
|
+
pulumi.set(__self__, "target_databases", target_databases)
|
42
|
+
|
43
|
+
@_builtins.property
|
44
|
+
@pulumi.getter
|
45
|
+
def id(self) -> _builtins.str:
|
46
|
+
"""
|
47
|
+
The provider-assigned unique ID for this managed resource.
|
48
|
+
"""
|
49
|
+
return pulumi.get(self, "id")
|
50
|
+
|
51
|
+
@_builtins.property
|
52
|
+
@pulumi.getter(name="targetDatabaseGroupId")
|
53
|
+
def target_database_group_id(self) -> _builtins.str:
|
54
|
+
return pulumi.get(self, "target_database_group_id")
|
55
|
+
|
56
|
+
@_builtins.property
|
57
|
+
@pulumi.getter(name="targetDatabaseId")
|
58
|
+
def target_database_id(self) -> Optional[_builtins.str]:
|
59
|
+
return pulumi.get(self, "target_database_id")
|
60
|
+
|
61
|
+
@_builtins.property
|
62
|
+
@pulumi.getter(name="targetDatabases")
|
63
|
+
def target_databases(self) -> Sequence[_builtins.str]:
|
64
|
+
"""
|
65
|
+
List of the OCIDs of the target databases which are members of the target database group.
|
66
|
+
"""
|
67
|
+
return pulumi.get(self, "target_databases")
|
68
|
+
|
69
|
+
|
70
|
+
class AwaitableGetTargetDatabaseGroupGroupMemberResult(GetTargetDatabaseGroupGroupMemberResult):
|
71
|
+
# pylint: disable=using-constant-test
|
72
|
+
def __await__(self):
|
73
|
+
if False:
|
74
|
+
yield self
|
75
|
+
return GetTargetDatabaseGroupGroupMemberResult(
|
76
|
+
id=self.id,
|
77
|
+
target_database_group_id=self.target_database_group_id,
|
78
|
+
target_database_id=self.target_database_id,
|
79
|
+
target_databases=self.target_databases)
|
80
|
+
|
81
|
+
|
82
|
+
def get_target_database_group_group_member(target_database_group_id: Optional[_builtins.str] = None,
|
83
|
+
target_database_id: Optional[_builtins.str] = None,
|
84
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTargetDatabaseGroupGroupMemberResult:
|
85
|
+
"""
|
86
|
+
This data source provides details about a specific Target Database Group Group Member resource in Oracle Cloud Infrastructure Data Safe service.
|
87
|
+
|
88
|
+
Retrieves the members of the target database group with the specified OCID.
|
89
|
+
|
90
|
+
## Example Usage
|
91
|
+
|
92
|
+
```python
|
93
|
+
import pulumi
|
94
|
+
import pulumi_oci as oci
|
95
|
+
|
96
|
+
test_target_database_group_group_member = oci.DataSafe.get_target_database_group_group_member(target_database_group_id=test_target_database_group["id"],
|
97
|
+
target_database_id=test_target_database["id"])
|
98
|
+
```
|
99
|
+
|
100
|
+
|
101
|
+
:param _builtins.str target_database_group_id: The OCID of the specified target database group.
|
102
|
+
:param _builtins.str target_database_id: A filter to return the target database only if it is a member of the target database group.
|
103
|
+
"""
|
104
|
+
__args__ = dict()
|
105
|
+
__args__['targetDatabaseGroupId'] = target_database_group_id
|
106
|
+
__args__['targetDatabaseId'] = target_database_id
|
107
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
108
|
+
__ret__ = pulumi.runtime.invoke('oci:DataSafe/getTargetDatabaseGroupGroupMember:getTargetDatabaseGroupGroupMember', __args__, opts=opts, typ=GetTargetDatabaseGroupGroupMemberResult).value
|
109
|
+
|
110
|
+
return AwaitableGetTargetDatabaseGroupGroupMemberResult(
|
111
|
+
id=pulumi.get(__ret__, 'id'),
|
112
|
+
target_database_group_id=pulumi.get(__ret__, 'target_database_group_id'),
|
113
|
+
target_database_id=pulumi.get(__ret__, 'target_database_id'),
|
114
|
+
target_databases=pulumi.get(__ret__, 'target_databases'))
|
115
|
+
def get_target_database_group_group_member_output(target_database_group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
116
|
+
target_database_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
117
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTargetDatabaseGroupGroupMemberResult]:
|
118
|
+
"""
|
119
|
+
This data source provides details about a specific Target Database Group Group Member resource in Oracle Cloud Infrastructure Data Safe service.
|
120
|
+
|
121
|
+
Retrieves the members of the target database group with the specified OCID.
|
122
|
+
|
123
|
+
## Example Usage
|
124
|
+
|
125
|
+
```python
|
126
|
+
import pulumi
|
127
|
+
import pulumi_oci as oci
|
128
|
+
|
129
|
+
test_target_database_group_group_member = oci.DataSafe.get_target_database_group_group_member(target_database_group_id=test_target_database_group["id"],
|
130
|
+
target_database_id=test_target_database["id"])
|
131
|
+
```
|
132
|
+
|
133
|
+
|
134
|
+
:param _builtins.str target_database_group_id: The OCID of the specified target database group.
|
135
|
+
:param _builtins.str target_database_id: A filter to return the target database only if it is a member of the target database group.
|
136
|
+
"""
|
137
|
+
__args__ = dict()
|
138
|
+
__args__['targetDatabaseGroupId'] = target_database_group_id
|
139
|
+
__args__['targetDatabaseId'] = target_database_id
|
140
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
141
|
+
__ret__ = pulumi.runtime.invoke_output('oci:DataSafe/getTargetDatabaseGroupGroupMember:getTargetDatabaseGroupGroupMember', __args__, opts=opts, typ=GetTargetDatabaseGroupGroupMemberResult)
|
142
|
+
return __ret__.apply(lambda __response__: GetTargetDatabaseGroupGroupMemberResult(
|
143
|
+
id=pulumi.get(__response__, 'id'),
|
144
|
+
target_database_group_id=pulumi.get(__response__, 'target_database_group_id'),
|
145
|
+
target_database_id=pulumi.get(__response__, 'target_database_id'),
|
146
|
+
target_databases=pulumi.get(__response__, 'target_databases')))
|