Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Database.getExternalDatabaseConnector
Explore with Pulumi AI
This data source provides details about a specific External Database Connector resource in Oracle Cloud Infrastructure Database service.
Gets information about the specified external database connector.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExternalDatabaseConnector = oci.Database.getExternalDatabaseConnector({
    externalDatabaseConnectorId: testExternalDatabaseConnectorOciDatabaseExternalDatabaseConnector.id,
});
import pulumi
import pulumi_oci as oci
test_external_database_connector = oci.Database.get_external_database_connector(external_database_connector_id=test_external_database_connector_oci_database_external_database_connector["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := database.GetExternalDatabaseConnector(ctx, &database.GetExternalDatabaseConnectorArgs{
			ExternalDatabaseConnectorId: testExternalDatabaseConnectorOciDatabaseExternalDatabaseConnector.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 testExternalDatabaseConnector = Oci.Database.GetExternalDatabaseConnector.Invoke(new()
    {
        ExternalDatabaseConnectorId = testExternalDatabaseConnectorOciDatabaseExternalDatabaseConnector.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetExternalDatabaseConnectorArgs;
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 testExternalDatabaseConnector = DatabaseFunctions.getExternalDatabaseConnector(GetExternalDatabaseConnectorArgs.builder()
            .externalDatabaseConnectorId(testExternalDatabaseConnectorOciDatabaseExternalDatabaseConnector.id())
            .build());
    }
}
variables:
  testExternalDatabaseConnector:
    fn::invoke:
      function: oci:Database:getExternalDatabaseConnector
      arguments:
        externalDatabaseConnectorId: ${testExternalDatabaseConnectorOciDatabaseExternalDatabaseConnector.id}
Using getExternalDatabaseConnector
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 getExternalDatabaseConnector(args: GetExternalDatabaseConnectorArgs, opts?: InvokeOptions): Promise<GetExternalDatabaseConnectorResult>
function getExternalDatabaseConnectorOutput(args: GetExternalDatabaseConnectorOutputArgs, opts?: InvokeOptions): Output<GetExternalDatabaseConnectorResult>def get_external_database_connector(external_database_connector_id: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetExternalDatabaseConnectorResult
def get_external_database_connector_output(external_database_connector_id: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetExternalDatabaseConnectorResult]func LookupExternalDatabaseConnector(ctx *Context, args *LookupExternalDatabaseConnectorArgs, opts ...InvokeOption) (*LookupExternalDatabaseConnectorResult, error)
func LookupExternalDatabaseConnectorOutput(ctx *Context, args *LookupExternalDatabaseConnectorOutputArgs, opts ...InvokeOption) LookupExternalDatabaseConnectorResultOutput> Note: This function is named LookupExternalDatabaseConnector in the Go SDK.
public static class GetExternalDatabaseConnector 
{
    public static Task<GetExternalDatabaseConnectorResult> InvokeAsync(GetExternalDatabaseConnectorArgs args, InvokeOptions? opts = null)
    public static Output<GetExternalDatabaseConnectorResult> Invoke(GetExternalDatabaseConnectorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetExternalDatabaseConnectorResult> getExternalDatabaseConnector(GetExternalDatabaseConnectorArgs args, InvokeOptions options)
public static Output<GetExternalDatabaseConnectorResult> getExternalDatabaseConnector(GetExternalDatabaseConnectorArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Database/getExternalDatabaseConnector:getExternalDatabaseConnector
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ExternalDatabase stringConnector Id 
- The OCID of the external database connector resource (ExternalDatabaseConnectorId).
- ExternalDatabase stringConnector Id 
- The OCID of the external database connector resource (ExternalDatabaseConnectorId).
- externalDatabase StringConnector Id 
- The OCID of the external database connector resource (ExternalDatabaseConnectorId).
- externalDatabase stringConnector Id 
- The OCID of the external database connector resource (ExternalDatabaseConnectorId).
- external_database_ strconnector_ id 
- The OCID of the external database connector resource (ExternalDatabaseConnectorId).
- externalDatabase StringConnector Id 
- The OCID of the external database connector resource (ExternalDatabaseConnectorId).
getExternalDatabaseConnector Result
The following output properties are available:
- CompartmentId string
- The OCID of the compartment.
- ConnectionCredentials List<GetExternal Database Connector Connection Credential> 
- Credentials used to connect to the database. Currently only the DETAILStype is supported for creating MACS connector crendentials.
- ConnectionStatus string
- The status of connectivity to the external database.
- ConnectionStrings List<GetExternal Database Connector Connection String> 
- The Oracle Database connection string.
- ConnectorAgent stringId 
- The ID of the agent used for the external database connector.
- ConnectorType string
- The type of connector used by the external database resource.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- DisplayName string
- The user-friendly name for the external database connector. The name does not have to be unique.
- ExternalDatabase stringConnector Id 
- ExternalDatabase stringId 
- The OCID of the external database resource.
- 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 database connector.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- State string
- The current lifecycle state of the external database connector resource.
- TimeConnection stringStatus Last Updated 
- The date and time the connectionStatusof this external connector was last updated.
- TimeCreated string
- The date and time the external connector was created.
- CompartmentId string
- The OCID of the compartment.
- ConnectionCredentials []GetExternal Database Connector Connection Credential 
- Credentials used to connect to the database. Currently only the DETAILStype is supported for creating MACS connector crendentials.
- ConnectionStatus string
- The status of connectivity to the external database.
- ConnectionStrings []GetExternal Database Connector Connection String 
- The Oracle Database connection string.
- ConnectorAgent stringId 
- The ID of the agent used for the external database connector.
- ConnectorType string
- The type of connector used by the external database resource.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- DisplayName string
- The user-friendly name for the external database connector. The name does not have to be unique.
- ExternalDatabase stringConnector Id 
- ExternalDatabase stringId 
- The OCID of the external database resource.
- 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 database connector.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- State string
- The current lifecycle state of the external database connector resource.
- TimeConnection stringStatus Last Updated 
- The date and time the connectionStatusof this external connector was last updated.
- TimeCreated string
- The date and time the external connector was created.
- compartmentId String
- The OCID of the compartment.
- connectionCredentials List<GetExternal Connector Connection Credential> 
- Credentials used to connect to the database. Currently only the DETAILStype is supported for creating MACS connector crendentials.
- connectionStatus String
- The status of connectivity to the external database.
- connectionStrings List<GetExternal Connector Connection String> 
- The Oracle Database connection string.
- connectorAgent StringId 
- The ID of the agent used for the external database connector.
- connectorType String
- The type of connector used by the external database resource.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- displayName String
- The user-friendly name for the external database connector. The name does not have to be unique.
- externalDatabase StringConnector Id 
- externalDatabase StringId 
- The OCID of the external database resource.
- 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 database connector.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- state String
- The current lifecycle state of the external database connector resource.
- timeConnection StringStatus Last Updated 
- The date and time the connectionStatusof this external connector was last updated.
- timeCreated String
- The date and time the external connector was created.
- compartmentId string
- The OCID of the compartment.
- connectionCredentials GetExternal Database Connector Connection Credential[] 
- Credentials used to connect to the database. Currently only the DETAILStype is supported for creating MACS connector crendentials.
- connectionStatus string
- The status of connectivity to the external database.
- connectionStrings GetExternal Database Connector Connection String[] 
- The Oracle Database connection string.
- connectorAgent stringId 
- The ID of the agent used for the external database connector.
- connectorType string
- The type of connector used by the external database resource.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- displayName string
- The user-friendly name for the external database connector. The name does not have to be unique.
- externalDatabase stringConnector Id 
- externalDatabase stringId 
- The OCID of the external database resource.
- {[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 database connector.
- lifecycleDetails string
- Additional information about the current lifecycle state.
- state string
- The current lifecycle state of the external database connector resource.
- timeConnection stringStatus Last Updated 
- The date and time the connectionStatusof this external connector was last updated.
- timeCreated string
- The date and time the external connector was created.
- compartment_id str
- The OCID of the compartment.
- connection_credentials Sequence[GetExternal Database Connector Connection Credential] 
- Credentials used to connect to the database. Currently only the DETAILStype is supported for creating MACS connector crendentials.
- connection_status str
- The status of connectivity to the external database.
- connection_strings Sequence[GetExternal Database Connector Connection String] 
- The Oracle Database connection string.
- connector_agent_ strid 
- The ID of the agent used for the external database connector.
- connector_type str
- The type of connector used by the external database resource.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display_name str
- The user-friendly name for the external database connector. The name does not have to be unique.
- external_database_ strconnector_ id 
- external_database_ strid 
- The OCID of the external database resource.
- 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 database connector.
- lifecycle_details str
- Additional information about the current lifecycle state.
- state str
- The current lifecycle state of the external database connector resource.
- time_connection_ strstatus_ last_ updated 
- The date and time the connectionStatusof this external connector was last updated.
- time_created str
- The date and time the external connector was created.
- compartmentId String
- The OCID of the compartment.
- connectionCredentials List<Property Map>
- Credentials used to connect to the database. Currently only the DETAILStype is supported for creating MACS connector crendentials.
- connectionStatus String
- The status of connectivity to the external database.
- connectionStrings List<Property Map>
- The Oracle Database connection string.
- connectorAgent StringId 
- The ID of the agent used for the external database connector.
- connectorType String
- The type of connector used by the external database resource.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- displayName String
- The user-friendly name for the external database connector. The name does not have to be unique.
- externalDatabase StringConnector Id 
- externalDatabase StringId 
- The OCID of the external database resource.
- 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 database connector.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- state String
- The current lifecycle state of the external database connector resource.
- timeConnection StringStatus Last Updated 
- The date and time the connectionStatusof this external connector was last updated.
- timeCreated String
- The date and time the external connector was created.
Supporting Types
GetExternalDatabaseConnectorConnectionCredential     
- CredentialName string
- The name of the credential information that used to connect to the database. 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.
- Password string
- The password that will be used to connect to the database.
- Role string
- The role of the user that will be connecting to the database.
- SslSecret stringId 
- The OCID of the Oracle Cloud Infrastructure secret.
- Username string
- The username that will be used to connect to the database.
- CredentialName string
- The name of the credential information that used to connect to the database. 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.
- Password string
- The password that will be used to connect to the database.
- Role string
- The role of the user that will be connecting to the database.
- SslSecret stringId 
- The OCID of the Oracle Cloud Infrastructure secret.
- Username string
- The username that will be used to connect to the database.
- credentialName String
- The name of the credential information that used to connect to the database. 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.
- password String
- The password that will be used to connect to the database.
- role String
- The role of the user that will be connecting to the database.
- sslSecret StringId 
- The OCID of the Oracle Cloud Infrastructure secret.
- username String
- The username that will be used to connect to the database.
- credentialName string
- The name of the credential information that used to connect to the database. 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.
- password string
- The password that will be used to connect to the database.
- role string
- The role of the user that will be connecting to the database.
- sslSecret stringId 
- The OCID of the Oracle Cloud Infrastructure secret.
- username string
- The username that will be used to connect to the database.
- credential_name str
- The name of the credential information that used to connect to the database. 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.
- password str
- The password that will be used to connect to the database.
- role str
- The role of the user that will be connecting to the database.
- ssl_secret_ strid 
- The OCID of the Oracle Cloud Infrastructure secret.
- username str
- The username that will be used to connect to the database.
- credentialName String
- The name of the credential information that used to connect to the database. 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.
- password String
- The password that will be used to connect to the database.
- role String
- The role of the user that will be connecting to the database.
- sslSecret StringId 
- The OCID of the Oracle Cloud Infrastructure secret.
- username String
- The username that will be used to connect to the database.
GetExternalDatabaseConnectorConnectionString     
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.