Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.DatabaseManagement.getExternalDatabases
Explore with Pulumi AI
This data source provides the list of External Databases in Oracle Cloud Infrastructure Database Management service.
Lists the external databases in the specified compartment or in the specified DB system.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExternalDatabases = oci.DatabaseManagement.getExternalDatabases({
    compartmentId: compartmentId,
    displayName: externalDatabaseDisplayName,
    externalDatabaseId: testExternalDatabase.id,
    externalDbSystemId: testExternalDbSystem.id,
});
import pulumi
import pulumi_oci as oci
test_external_databases = oci.DatabaseManagement.get_external_databases(compartment_id=compartment_id,
    display_name=external_database_display_name,
    external_database_id=test_external_database["id"],
    external_db_system_id=test_external_db_system["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/databasemanagement"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := databasemanagement.GetExternalDatabases(ctx, &databasemanagement.GetExternalDatabasesArgs{
			CompartmentId:      pulumi.StringRef(compartmentId),
			DisplayName:        pulumi.StringRef(externalDatabaseDisplayName),
			ExternalDatabaseId: pulumi.StringRef(testExternalDatabase.Id),
			ExternalDbSystemId: pulumi.StringRef(testExternalDbSystem.Id),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testExternalDatabases = Oci.DatabaseManagement.GetExternalDatabases.Invoke(new()
    {
        CompartmentId = compartmentId,
        DisplayName = externalDatabaseDisplayName,
        ExternalDatabaseId = testExternalDatabase.Id,
        ExternalDbSystemId = testExternalDbSystem.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DatabaseManagement.DatabaseManagementFunctions;
import com.pulumi.oci.DatabaseManagement.inputs.GetExternalDatabasesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testExternalDatabases = DatabaseManagementFunctions.getExternalDatabases(GetExternalDatabasesArgs.builder()
            .compartmentId(compartmentId)
            .displayName(externalDatabaseDisplayName)
            .externalDatabaseId(testExternalDatabase.id())
            .externalDbSystemId(testExternalDbSystem.id())
            .build());
    }
}
variables:
  testExternalDatabases:
    fn::invoke:
      function: oci:DatabaseManagement:getExternalDatabases
      arguments:
        compartmentId: ${compartmentId}
        displayName: ${externalDatabaseDisplayName}
        externalDatabaseId: ${testExternalDatabase.id}
        externalDbSystemId: ${testExternalDbSystem.id}
Using getExternalDatabases
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getExternalDatabases(args: GetExternalDatabasesArgs, opts?: InvokeOptions): Promise<GetExternalDatabasesResult>
function getExternalDatabasesOutput(args: GetExternalDatabasesOutputArgs, opts?: InvokeOptions): Output<GetExternalDatabasesResult>def get_external_databases(compartment_id: Optional[str] = None,
                           display_name: Optional[str] = None,
                           external_database_id: Optional[str] = None,
                           external_db_system_id: Optional[str] = None,
                           filters: Optional[Sequence[GetExternalDatabasesFilter]] = None,
                           opts: Optional[InvokeOptions] = None) -> GetExternalDatabasesResult
def get_external_databases_output(compartment_id: Optional[pulumi.Input[str]] = None,
                           display_name: Optional[pulumi.Input[str]] = None,
                           external_database_id: Optional[pulumi.Input[str]] = None,
                           external_db_system_id: Optional[pulumi.Input[str]] = None,
                           filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetExternalDatabasesFilterArgs]]]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetExternalDatabasesResult]func GetExternalDatabases(ctx *Context, args *GetExternalDatabasesArgs, opts ...InvokeOption) (*GetExternalDatabasesResult, error)
func GetExternalDatabasesOutput(ctx *Context, args *GetExternalDatabasesOutputArgs, opts ...InvokeOption) GetExternalDatabasesResultOutput> Note: This function is named GetExternalDatabases in the Go SDK.
public static class GetExternalDatabases 
{
    public static Task<GetExternalDatabasesResult> InvokeAsync(GetExternalDatabasesArgs args, InvokeOptions? opts = null)
    public static Output<GetExternalDatabasesResult> Invoke(GetExternalDatabasesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetExternalDatabasesResult> getExternalDatabases(GetExternalDatabasesArgs args, InvokeOptions options)
public static Output<GetExternalDatabasesResult> getExternalDatabases(GetExternalDatabasesArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DatabaseManagement/getExternalDatabases:getExternalDatabases
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The OCID of the compartment.
- DisplayName string
- A filter to only return the resources that match the entire display name.
- ExternalDatabase stringId 
- The OCID of the external database.
- ExternalDb stringSystem Id 
- The OCID of the external DB system.
- Filters
List<GetExternal Databases Filter> 
- CompartmentId string
- The OCID of the compartment.
- DisplayName string
- A filter to only return the resources that match the entire display name.
- ExternalDatabase stringId 
- The OCID of the external database.
- ExternalDb stringSystem Id 
- The OCID of the external DB system.
- Filters
[]GetExternal Databases Filter 
- compartmentId String
- The OCID of the compartment.
- displayName String
- A filter to only return the resources that match the entire display name.
- externalDatabase StringId 
- The OCID of the external database.
- externalDb StringSystem Id 
- The OCID of the external DB system.
- filters
List<GetExternal Databases Filter> 
- compartmentId string
- The OCID of the compartment.
- displayName string
- A filter to only return the resources that match the entire display name.
- externalDatabase stringId 
- The OCID of the external database.
- externalDb stringSystem Id 
- The OCID of the external DB system.
- filters
GetExternal Databases Filter[] 
- compartment_id str
- The OCID of the compartment.
- display_name str
- A filter to only return the resources that match the entire display name.
- external_database_ strid 
- The OCID of the external database.
- external_db_ strsystem_ id 
- The OCID of the external DB system.
- filters
Sequence[GetExternal Databases Filter] 
- compartmentId String
- The OCID of the compartment.
- displayName String
- A filter to only return the resources that match the entire display name.
- externalDatabase StringId 
- The OCID of the external database.
- externalDb StringSystem Id 
- The OCID of the external DB system.
- filters List<Property Map>
getExternalDatabases Result
The following output properties are available:
- ExternalDatabase List<GetCollections External Databases External Database Collection> 
- The list of external_database_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- CompartmentId string
- The OCID of the compartment.
- DisplayName string
- The user-friendly name for the database. The name does not have to be unique.
- ExternalDatabase stringId 
- ExternalDb stringSystem Id 
- Filters
List<GetExternal Databases Filter> 
- ExternalDatabase []GetCollections External Databases External Database Collection 
- The list of external_database_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- CompartmentId string
- The OCID of the compartment.
- DisplayName string
- The user-friendly name for the database. The name does not have to be unique.
- ExternalDatabase stringId 
- ExternalDb stringSystem Id 
- Filters
[]GetExternal Databases Filter 
- externalDatabase List<GetCollections External Databases External Database Collection> 
- The list of external_database_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- compartmentId String
- The OCID of the compartment.
- displayName String
- The user-friendly name for the database. The name does not have to be unique.
- externalDatabase StringId 
- externalDb StringSystem Id 
- filters
List<GetExternal Databases Filter> 
- externalDatabase GetCollections External Databases External Database Collection[] 
- The list of external_database_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- compartmentId string
- The OCID of the compartment.
- displayName string
- The user-friendly name for the database. The name does not have to be unique.
- externalDatabase stringId 
- externalDb stringSystem Id 
- filters
GetExternal Databases Filter[] 
- external_database_ Sequence[Getcollections External Databases External Database Collection] 
- The list of external_database_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- compartment_id str
- The OCID of the compartment.
- display_name str
- The user-friendly name for the database. The name does not have to be unique.
- external_database_ strid 
- external_db_ strsystem_ id 
- filters
Sequence[GetExternal Databases Filter] 
- externalDatabase List<Property Map>Collections 
- The list of external_database_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- compartmentId String
- The OCID of the compartment.
- displayName String
- The user-friendly name for the database. The name does not have to be unique.
- externalDatabase StringId 
- externalDb StringSystem Id 
- filters List<Property Map>
Supporting Types
GetExternalDatabasesExternalDatabaseCollection     
- Items
List<GetExternal Databases External Database Collection Item> 
- An array of external databases.
- Items
[]GetExternal Databases External Database Collection Item 
- An array of external databases.
- items
List<GetExternal Databases External Database Collection Item> 
- An array of external databases.
- items
GetExternal Databases External Database Collection Item[] 
- An array of external databases.
- items
Sequence[GetExternal Databases External Database Collection Item] 
- An array of external databases.
- items List<Property Map>
- An array of external databases.
GetExternalDatabasesExternalDatabaseCollectionItem      
- CompartmentId string
- The OCID of the compartment.
- DatabasePlatform stringName 
- The operating system of database.
- DatabaseSub stringType 
- The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or Non-container Database.
- DatabaseType string
- The type of Oracle Database installation.
- DatabaseVersion string
- The Oracle database version.
- DbManagement List<GetConfigs External Databases External Database Collection Item Db Management Config> 
- The configuration of the Database Management service.
- DbSystem List<GetInfos External Databases External Database Collection Item Db System Info> 
- The basic information about an external DB system.
- DbUnique stringName 
- The DB_UNIQUE_NAMEof the external database.
- DbmgmtFeature List<GetConfigs External Databases External Database Collection Item Dbmgmt Feature Config> 
- The list of feature configurations
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A filter to only return the resources that match the entire display name.
- ExternalContainer stringDatabase Id 
- The OCID of the parent Container Database (CDB) if this is a Pluggable Database (PDB).
- ExternalDb stringHome Id 
- The OCID of the external DB home.
- Dictionary<string, string>
- 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. Example: {"Department": "Finance"}
- Id string
- The OCID of the external DB system.
- InstanceDetails List<GetExternal Databases External Database Collection Item Instance Detail> 
- The list of database instances if the database is a RAC database.
- State string
- The current lifecycle state of the external database resource.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The date and time the external DB system was created.
- CompartmentId string
- The OCID of the compartment.
- DatabasePlatform stringName 
- The operating system of database.
- DatabaseSub stringType 
- The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or Non-container Database.
- DatabaseType string
- The type of Oracle Database installation.
- DatabaseVersion string
- The Oracle database version.
- DbManagement []GetConfigs External Databases External Database Collection Item Db Management Config 
- The configuration of the Database Management service.
- DbSystem []GetInfos External Databases External Database Collection Item Db System Info 
- The basic information about an external DB system.
- DbUnique stringName 
- The DB_UNIQUE_NAMEof the external database.
- DbmgmtFeature []GetConfigs External Databases External Database Collection Item Dbmgmt Feature Config 
- The list of feature configurations
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A filter to only return the resources that match the entire display name.
- ExternalContainer stringDatabase Id 
- The OCID of the parent Container Database (CDB) if this is a Pluggable Database (PDB).
- ExternalDb stringHome Id 
- The OCID of the external DB home.
- map[string]string
- 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. Example: {"Department": "Finance"}
- Id string
- The OCID of the external DB system.
- InstanceDetails []GetExternal Databases External Database Collection Item Instance Detail 
- The list of database instances if the database is a RAC database.
- State string
- The current lifecycle state of the external database resource.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The date and time the external DB system was created.
- compartmentId String
- The OCID of the compartment.
- databasePlatform StringName 
- The operating system of database.
- databaseSub StringType 
- The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or Non-container Database.
- databaseType String
- The type of Oracle Database installation.
- databaseVersion String
- The Oracle database version.
- dbManagement List<GetConfigs External Databases External Database Collection Item Db Management Config> 
- The configuration of the Database Management service.
- dbSystem List<GetInfos External Databases External Database Collection Item Db System Info> 
- The basic information about an external DB system.
- dbUnique StringName 
- The DB_UNIQUE_NAMEof the external database.
- dbmgmtFeature List<GetConfigs External Databases External Database Collection Item Dbmgmt Feature Config> 
- The list of feature configurations
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A filter to only return the resources that match the entire display name.
- externalContainer StringDatabase Id 
- The OCID of the parent Container Database (CDB) if this is a Pluggable Database (PDB).
- externalDb StringHome Id 
- The OCID of the external DB home.
- Map<String,String>
- 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. Example: {"Department": "Finance"}
- id String
- The OCID of the external DB system.
- instanceDetails List<GetExternal Databases External Database Collection Item Instance Detail> 
- The list of database instances if the database is a RAC database.
- state String
- The current lifecycle state of the external database resource.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The date and time the external DB system was created.
- compartmentId string
- The OCID of the compartment.
- databasePlatform stringName 
- The operating system of database.
- databaseSub stringType 
- The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or Non-container Database.
- databaseType string
- The type of Oracle Database installation.
- databaseVersion string
- The Oracle database version.
- dbManagement GetConfigs External Databases External Database Collection Item Db Management Config[] 
- The configuration of the Database Management service.
- dbSystem GetInfos External Databases External Database Collection Item Db System Info[] 
- The basic information about an external DB system.
- dbUnique stringName 
- The DB_UNIQUE_NAMEof the external database.
- dbmgmtFeature GetConfigs External Databases External Database Collection Item Dbmgmt Feature Config[] 
- The list of feature configurations
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- A filter to only return the resources that match the entire display name.
- externalContainer stringDatabase Id 
- The OCID of the parent Container Database (CDB) if this is a Pluggable Database (PDB).
- externalDb stringHome Id 
- The OCID of the external DB home.
- {[key: string]: string}
- 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. Example: {"Department": "Finance"}
- id string
- The OCID of the external DB system.
- instanceDetails GetExternal Databases External Database Collection Item Instance Detail[] 
- The list of database instances if the database is a RAC database.
- state string
- The current lifecycle state of the external database resource.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated string
- The date and time the external DB system was created.
- compartment_id str
- The OCID of the compartment.
- database_platform_ strname 
- The operating system of database.
- database_sub_ strtype 
- The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or Non-container Database.
- database_type str
- The type of Oracle Database installation.
- database_version str
- The Oracle database version.
- db_management_ Sequence[Getconfigs External Databases External Database Collection Item Db Management Config] 
- The configuration of the Database Management service.
- db_system_ Sequence[Getinfos External Databases External Database Collection Item Db System Info] 
- The basic information about an external DB system.
- db_unique_ strname 
- The DB_UNIQUE_NAMEof the external database.
- dbmgmt_feature_ Sequence[Getconfigs External Databases External Database Collection Item Dbmgmt Feature Config] 
- The list of feature configurations
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- display_name str
- A filter to only return the resources that match the entire display name.
- external_container_ strdatabase_ id 
- The OCID of the parent Container Database (CDB) if this is a Pluggable Database (PDB).
- external_db_ strhome_ id 
- The OCID of the external DB home.
- Mapping[str, str]
- 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. Example: {"Department": "Finance"}
- id str
- The OCID of the external DB system.
- instance_details Sequence[GetExternal Databases External Database Collection Item Instance Detail] 
- The list of database instances if the database is a RAC database.
- state str
- The current lifecycle state of the external database resource.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- time_created str
- The date and time the external DB system was created.
- compartmentId String
- The OCID of the compartment.
- databasePlatform StringName 
- The operating system of database.
- databaseSub StringType 
- The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or Non-container Database.
- databaseType String
- The type of Oracle Database installation.
- databaseVersion String
- The Oracle database version.
- dbManagement List<Property Map>Configs 
- The configuration of the Database Management service.
- dbSystem List<Property Map>Infos 
- The basic information about an external DB system.
- dbUnique StringName 
- The DB_UNIQUE_NAMEof the external database.
- dbmgmtFeature List<Property Map>Configs 
- The list of feature configurations
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A filter to only return the resources that match the entire display name.
- externalContainer StringDatabase Id 
- The OCID of the parent Container Database (CDB) if this is a Pluggable Database (PDB).
- externalDb StringHome Id 
- The OCID of the external DB home.
- Map<String>
- 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. Example: {"Department": "Finance"}
- id String
- The OCID of the external DB system.
- instanceDetails List<Property Map>
- The list of database instances if the database is a RAC database.
- state String
- The current lifecycle state of the external database resource.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The date and time the external DB system was created.
GetExternalDatabasesExternalDatabaseCollectionItemDbManagementConfig         
- ConnectorId string
- The OCID of the external database connector.
- DatabaseManagement stringStatus 
- The status of the Database Management service.
- LicenseModel string
- The Oracle license model that applies to the external database.
- ConnectorId string
- The OCID of the external database connector.
- DatabaseManagement stringStatus 
- The status of the Database Management service.
- LicenseModel string
- The Oracle license model that applies to the external database.
- connectorId String
- The OCID of the external database connector.
- databaseManagement StringStatus 
- The status of the Database Management service.
- licenseModel String
- The Oracle license model that applies to the external database.
- connectorId string
- The OCID of the external database connector.
- databaseManagement stringStatus 
- The status of the Database Management service.
- licenseModel string
- The Oracle license model that applies to the external database.
- connector_id str
- The OCID of the external database connector.
- database_management_ strstatus 
- The status of the Database Management service.
- license_model str
- The Oracle license model that applies to the external database.
- connectorId String
- The OCID of the external database connector.
- databaseManagement StringStatus 
- The status of the Database Management service.
- licenseModel String
- The Oracle license model that applies to the external database.
GetExternalDatabasesExternalDatabaseCollectionItemDbSystemInfo         
- CompartmentId string
- The OCID of the compartment.
- DisplayName string
- A filter to only return the resources that match the entire display name.
- ExadataInfra List<GetInfos External Databases External Database Collection Item Db System Info Exadata Infra Info> 
- The basic information about an external Exadata Infrastructure.
- Id string
- The OCID of the external DB system.
- CompartmentId string
- The OCID of the compartment.
- DisplayName string
- A filter to only return the resources that match the entire display name.
- ExadataInfra []GetInfos External Databases External Database Collection Item Db System Info Exadata Infra Info 
- The basic information about an external Exadata Infrastructure.
- Id string
- The OCID of the external DB system.
- compartmentId String
- The OCID of the compartment.
- displayName String
- A filter to only return the resources that match the entire display name.
- exadataInfra List<GetInfos External Databases External Database Collection Item Db System Info Exadata Infra Info> 
- The basic information about an external Exadata Infrastructure.
- id String
- The OCID of the external DB system.
- compartmentId string
- The OCID of the compartment.
- displayName string
- A filter to only return the resources that match the entire display name.
- exadataInfra GetInfos External Databases External Database Collection Item Db System Info Exadata Infra Info[] 
- The basic information about an external Exadata Infrastructure.
- id string
- The OCID of the external DB system.
- compartment_id str
- The OCID of the compartment.
- display_name str
- A filter to only return the resources that match the entire display name.
- exadata_infra_ Sequence[Getinfos External Databases External Database Collection Item Db System Info Exadata Infra Info] 
- The basic information about an external Exadata Infrastructure.
- id str
- The OCID of the external DB system.
- compartmentId String
- The OCID of the compartment.
- displayName String
- A filter to only return the resources that match the entire display name.
- exadataInfra List<Property Map>Infos 
- The basic information about an external Exadata Infrastructure.
- id String
- The OCID of the external DB system.
GetExternalDatabasesExternalDatabaseCollectionItemDbSystemInfoExadataInfraInfo            
- CompartmentId string
- The OCID of the compartment.
- DisplayName string
- A filter to only return the resources that match the entire display name.
- Id string
- The OCID of the external DB system.
- CompartmentId string
- The OCID of the compartment.
- DisplayName string
- A filter to only return the resources that match the entire display name.
- Id string
- The OCID of the external DB system.
- compartmentId String
- The OCID of the compartment.
- displayName String
- A filter to only return the resources that match the entire display name.
- id String
- The OCID of the external DB system.
- compartmentId string
- The OCID of the compartment.
- displayName string
- A filter to only return the resources that match the entire display name.
- id string
- The OCID of the external DB system.
- compartment_id str
- The OCID of the compartment.
- display_name str
- A filter to only return the resources that match the entire display name.
- id str
- The OCID of the external DB system.
- compartmentId String
- The OCID of the compartment.
- displayName String
- A filter to only return the resources that match the entire display name.
- id String
- The OCID of the external DB system.
GetExternalDatabasesExternalDatabaseCollectionItemDbmgmtFeatureConfig         
- ConnectorDetails List<GetExternal Databases External Database Collection Item Dbmgmt Feature Config Connector Detail> 
- The connector details required to connect to an Oracle cloud database.
- DatabaseConnection List<GetDetails External Databases External Database Collection Item Dbmgmt Feature Config Database Connection Detail> 
- The connection details required to connect to the database.
- Feature string
- The name of the Database Management feature.
- FeatureStatus string
- The list of statuses for Database Management features.
- LicenseModel string
- The Oracle license model that applies to the external database.
- ConnectorDetails []GetExternal Databases External Database Collection Item Dbmgmt Feature Config Connector Detail 
- The connector details required to connect to an Oracle cloud database.
- DatabaseConnection []GetDetails External Databases External Database Collection Item Dbmgmt Feature Config Database Connection Detail 
- The connection details required to connect to the database.
- Feature string
- The name of the Database Management feature.
- FeatureStatus string
- The list of statuses for Database Management features.
- LicenseModel string
- The Oracle license model that applies to the external database.
- connectorDetails List<GetExternal Databases External Database Collection Item Dbmgmt Feature Config Connector Detail> 
- The connector details required to connect to an Oracle cloud database.
- databaseConnection List<GetDetails External Databases External Database Collection Item Dbmgmt Feature Config Database Connection Detail> 
- The connection details required to connect to the database.
- feature String
- The name of the Database Management feature.
- featureStatus String
- The list of statuses for Database Management features.
- licenseModel String
- The Oracle license model that applies to the external database.
- connectorDetails GetExternal Databases External Database Collection Item Dbmgmt Feature Config Connector Detail[] 
- The connector details required to connect to an Oracle cloud database.
- databaseConnection GetDetails External Databases External Database Collection Item Dbmgmt Feature Config Database Connection Detail[] 
- The connection details required to connect to the database.
- feature string
- The name of the Database Management feature.
- featureStatus string
- The list of statuses for Database Management features.
- licenseModel string
- The Oracle license model that applies to the external database.
- connector_details Sequence[GetExternal Databases External Database Collection Item Dbmgmt Feature Config Connector Detail] 
- The connector details required to connect to an Oracle cloud database.
- database_connection_ Sequence[Getdetails External Databases External Database Collection Item Dbmgmt Feature Config Database Connection Detail] 
- The connection details required to connect to the database.
- feature str
- The name of the Database Management feature.
- feature_status str
- The list of statuses for Database Management features.
- license_model str
- The Oracle license model that applies to the external database.
- connectorDetails List<Property Map>
- The connector details required to connect to an Oracle cloud database.
- databaseConnection List<Property Map>Details 
- The connection details required to connect to the database.
- feature String
- The name of the Database Management feature.
- featureStatus String
- The list of statuses for Database Management features.
- licenseModel String
- The Oracle license model that applies to the external database.
GetExternalDatabasesExternalDatabaseCollectionItemDbmgmtFeatureConfigConnectorDetail           
- ConnectorType string
- The list of supported connection types:- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
 
- DatabaseConnector stringId 
- The OCID of the external database connector.
- ManagementAgent stringId 
- The OCID of the management agent.
- PrivateEnd stringPoint Id 
- The OCID of the private endpoint.
- ConnectorType string
- The list of supported connection types:- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
 
- DatabaseConnector stringId 
- The OCID of the external database connector.
- ManagementAgent stringId 
- The OCID of the management agent.
- PrivateEnd stringPoint Id 
- The OCID of the private endpoint.
- connectorType String
- The list of supported connection types:- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
 
- databaseConnector StringId 
- The OCID of the external database connector.
- managementAgent StringId 
- The OCID of the management agent.
- privateEnd StringPoint Id 
- The OCID of the private endpoint.
- connectorType string
- The list of supported connection types:- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
 
- databaseConnector stringId 
- The OCID of the external database connector.
- managementAgent stringId 
- The OCID of the management agent.
- privateEnd stringPoint Id 
- The OCID of the private endpoint.
- connector_type str
- The list of supported connection types:- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
 
- database_connector_ strid 
- The OCID of the external database connector.
- management_agent_ strid 
- The OCID of the management agent.
- private_end_ strpoint_ id 
- The OCID of the private endpoint.
- connectorType String
- The list of supported connection types:- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
 
- databaseConnector StringId 
- The OCID of the external database connector.
- managementAgent StringId 
- The OCID of the management agent.
- privateEnd StringPoint Id 
- The OCID of the private endpoint.
GetExternalDatabasesExternalDatabaseCollectionItemDbmgmtFeatureConfigDatabaseConnectionDetail            
- ConnectionCredentials List<GetExternal Databases External Database Collection Item Dbmgmt Feature Config Database Connection Detail Connection Credential> 
- The credentials used to connect to the database. Currently only the DETAILStype is supported for creating MACS connector credentials.
- ConnectionStrings List<GetExternal Databases External Database Collection Item Dbmgmt Feature Config Database Connection Detail Connection String> 
- The details of the Oracle Database connection string.
- ConnectionCredentials []GetExternal Databases External Database Collection Item Dbmgmt Feature Config Database Connection Detail Connection Credential 
- The credentials used to connect to the database. Currently only the DETAILStype is supported for creating MACS connector credentials.
- ConnectionStrings []GetExternal Databases External Database Collection Item Dbmgmt Feature Config Database Connection Detail Connection String 
- The details of the Oracle Database connection string.
- connectionCredentials List<GetExternal Databases External Database Collection Item Dbmgmt Feature Config Database Connection Detail Connection Credential> 
- The credentials used to connect to the database. Currently only the DETAILStype is supported for creating MACS connector credentials.
- connectionStrings List<GetExternal Databases External Database Collection Item Dbmgmt Feature Config Database Connection Detail Connection String> 
- The details of the Oracle Database connection string.
- connectionCredentials GetExternal Databases External Database Collection Item Dbmgmt Feature Config Database Connection Detail Connection Credential[] 
- The credentials used to connect to the database. Currently only the DETAILStype is supported for creating MACS connector credentials.
- connectionStrings GetExternal Databases External Database Collection Item Dbmgmt Feature Config Database Connection Detail Connection String[] 
- The details of the Oracle Database connection string.
- connection_credentials Sequence[GetExternal Databases External Database Collection Item Dbmgmt Feature Config Database Connection Detail Connection Credential] 
- The credentials used to connect to the database. Currently only the DETAILStype is supported for creating MACS connector credentials.
- connection_strings Sequence[GetExternal Databases External Database Collection Item Dbmgmt Feature Config Database Connection Detail Connection String] 
- The details of the Oracle Database connection string.
- connectionCredentials List<Property Map>
- The credentials used to connect to the database. Currently only the DETAILStype is supported for creating MACS connector credentials.
- connectionStrings List<Property Map>
- The details of the Oracle Database connection string.
GetExternalDatabasesExternalDatabaseCollectionItemDbmgmtFeatureConfigDatabaseConnectionDetailConnectionCredential              
- CredentialName string
- The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- CredentialType string
- The type of credential used to connect to the database.
- NamedCredential stringId 
- The OCID of the Named Credential where the database password metadata is stored.
- PasswordSecret stringId 
- The OCID of the secret containing the user password.
- Role string
- The role of the user connecting to the database.
- SslSecret stringId 
- The OCID of the secret containing the SSL keystore and truststore details.
- UserName string
- The user name used to connect to the database.
- CredentialName string
- The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- CredentialType string
- The type of credential used to connect to the database.
- NamedCredential stringId 
- The OCID of the Named Credential where the database password metadata is stored.
- PasswordSecret stringId 
- The OCID of the secret containing the user password.
- Role string
- The role of the user connecting to the database.
- SslSecret stringId 
- The OCID of the secret containing the SSL keystore and truststore details.
- UserName string
- The user name used to connect to the database.
- credentialName String
- The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credentialType String
- The type of credential used to connect to the database.
- namedCredential StringId 
- The OCID of the Named Credential where the database password metadata is stored.
- passwordSecret StringId 
- The OCID of the secret containing the user password.
- role String
- The role of the user connecting to the database.
- sslSecret StringId 
- The OCID of the secret containing the SSL keystore and truststore details.
- userName String
- The user name used to connect to the database.
- credentialName string
- The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credentialType string
- The type of credential used to connect to the database.
- namedCredential stringId 
- The OCID of the Named Credential where the database password metadata is stored.
- passwordSecret stringId 
- The OCID of the secret containing the user password.
- role string
- The role of the user connecting to the database.
- sslSecret stringId 
- The OCID of the secret containing the SSL keystore and truststore details.
- userName string
- The user name used to connect to the database.
- credential_name str
- The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential_type str
- The type of credential used to connect to the database.
- named_credential_ strid 
- The OCID of the Named Credential where the database password metadata is stored.
- password_secret_ strid 
- The OCID of the secret containing the user password.
- role str
- The role of the user connecting to the database.
- ssl_secret_ strid 
- The OCID of the secret containing the SSL keystore and truststore details.
- user_name str
- The user name used to connect to the database.
- credentialName String
- The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credentialType String
- The type of credential used to connect to the database.
- namedCredential StringId 
- The OCID of the Named Credential where the database password metadata is stored.
- passwordSecret StringId 
- The OCID of the secret containing the user password.
- role String
- The role of the user connecting to the database.
- sslSecret StringId 
- The OCID of the secret containing the SSL keystore and truststore details.
- userName String
- The user name used to connect to the database.
GetExternalDatabasesExternalDatabaseCollectionItemDbmgmtFeatureConfigDatabaseConnectionDetailConnectionString              
- ConnectionType string
- The list of supported connection types:- BASIC: Basic connection details
 
- Port int
- The port number used to connect to the database.
- Protocol string
- The protocol used to connect to the database.
- Service string
- The service name of the database.
- ConnectionType string
- The list of supported connection types:- BASIC: Basic connection details
 
- Port int
- The port number used to connect to the database.
- Protocol string
- The protocol used to connect to the database.
- Service string
- The service name of the database.
- connectionType String
- The list of supported connection types:- BASIC: Basic connection details
 
- port Integer
- The port number used to connect to the database.
- protocol String
- The protocol used to connect to the database.
- service String
- The service name of the database.
- connectionType string
- The list of supported connection types:- BASIC: Basic connection details
 
- port number
- The port number used to connect to the database.
- protocol string
- The protocol used to connect to the database.
- service string
- The service name of the database.
- connection_type str
- The list of supported connection types:- BASIC: Basic connection details
 
- port int
- The port number used to connect to the database.
- protocol str
- The protocol used to connect to the database.
- service str
- The service name of the database.
- connectionType String
- The list of supported connection types:- BASIC: Basic connection details
 
- port Number
- The port number used to connect to the database.
- protocol String
- The protocol used to connect to the database.
- service String
- The service name of the database.
GetExternalDatabasesExternalDatabaseCollectionItemInstanceDetail        
- HostName string
- The name of the host machine.
- InstanceName string
- The name of the database instance.
- InstanceNumber int
- The instance number of the database instance.
- HostName string
- The name of the host machine.
- InstanceName string
- The name of the database instance.
- InstanceNumber int
- The instance number of the database instance.
- hostName String
- The name of the host machine.
- instanceName String
- The name of the database instance.
- instanceNumber Integer
- The instance number of the database instance.
- hostName string
- The name of the host machine.
- instanceName string
- The name of the database instance.
- instanceNumber number
- The instance number of the database instance.
- host_name str
- The name of the host machine.
- instance_name str
- The name of the database instance.
- instance_number int
- The instance number of the database instance.
- hostName String
- The name of the host machine.
- instanceName String
- The name of the database instance.
- instanceNumber Number
- The instance number of the database instance.
GetExternalDatabasesFilter   
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.