Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.DatabaseManagement.getExternalDbSystemConnector
Explore with Pulumi AI
This data source provides details about a specific External Db System Connector resource in Oracle Cloud Infrastructure Database Management service.
Gets the details for the external connector specified by externalDbSystemConnectorId.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExternalDbSystemConnector = oci.DatabaseManagement.getExternalDbSystemConnector({
    externalDbSystemConnectorId: testExternalDbSystemConnectorOciDatabaseManagementExternalDbSystemConnector.id,
});
import pulumi
import pulumi_oci as oci
test_external_db_system_connector = oci.DatabaseManagement.get_external_db_system_connector(external_db_system_connector_id=test_external_db_system_connector_oci_database_management_external_db_system_connector["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.GetExternalDbSystemConnector(ctx, &databasemanagement.GetExternalDbSystemConnectorArgs{
			ExternalDbSystemConnectorId: testExternalDbSystemConnectorOciDatabaseManagementExternalDbSystemConnector.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 testExternalDbSystemConnector = Oci.DatabaseManagement.GetExternalDbSystemConnector.Invoke(new()
    {
        ExternalDbSystemConnectorId = testExternalDbSystemConnectorOciDatabaseManagementExternalDbSystemConnector.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.GetExternalDbSystemConnectorArgs;
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 testExternalDbSystemConnector = DatabaseManagementFunctions.getExternalDbSystemConnector(GetExternalDbSystemConnectorArgs.builder()
            .externalDbSystemConnectorId(testExternalDbSystemConnectorOciDatabaseManagementExternalDbSystemConnector.id())
            .build());
    }
}
variables:
  testExternalDbSystemConnector:
    fn::invoke:
      function: oci:DatabaseManagement:getExternalDbSystemConnector
      arguments:
        externalDbSystemConnectorId: ${testExternalDbSystemConnectorOciDatabaseManagementExternalDbSystemConnector.id}
Using getExternalDbSystemConnector
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 getExternalDbSystemConnector(args: GetExternalDbSystemConnectorArgs, opts?: InvokeOptions): Promise<GetExternalDbSystemConnectorResult>
function getExternalDbSystemConnectorOutput(args: GetExternalDbSystemConnectorOutputArgs, opts?: InvokeOptions): Output<GetExternalDbSystemConnectorResult>def get_external_db_system_connector(external_db_system_connector_id: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetExternalDbSystemConnectorResult
def get_external_db_system_connector_output(external_db_system_connector_id: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetExternalDbSystemConnectorResult]func LookupExternalDbSystemConnector(ctx *Context, args *LookupExternalDbSystemConnectorArgs, opts ...InvokeOption) (*LookupExternalDbSystemConnectorResult, error)
func LookupExternalDbSystemConnectorOutput(ctx *Context, args *LookupExternalDbSystemConnectorOutputArgs, opts ...InvokeOption) LookupExternalDbSystemConnectorResultOutput> Note: This function is named LookupExternalDbSystemConnector in the Go SDK.
public static class GetExternalDbSystemConnector 
{
    public static Task<GetExternalDbSystemConnectorResult> InvokeAsync(GetExternalDbSystemConnectorArgs args, InvokeOptions? opts = null)
    public static Output<GetExternalDbSystemConnectorResult> Invoke(GetExternalDbSystemConnectorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetExternalDbSystemConnectorResult> getExternalDbSystemConnector(GetExternalDbSystemConnectorArgs args, InvokeOptions options)
public static Output<GetExternalDbSystemConnectorResult> getExternalDbSystemConnector(GetExternalDbSystemConnectorArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DatabaseManagement/getExternalDbSystemConnector:getExternalDbSystemConnector
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ExternalDb stringSystem Connector Id 
- The OCID of the external connector.
- ExternalDb stringSystem Connector Id 
- The OCID of the external connector.
- externalDb StringSystem Connector Id 
- The OCID of the external connector.
- externalDb stringSystem Connector Id 
- The OCID of the external connector.
- external_db_ strsystem_ connector_ id 
- The OCID of the external connector.
- externalDb StringSystem Connector Id 
- The OCID of the external connector.
getExternalDbSystemConnector Result
The following output properties are available:
- AgentId string
- The OCID of the management agent used for the external DB system connector.
- CompartmentId string
- The OCID of the compartment.
- ConnectionFailure stringMessage 
- The error message indicating the reason for connection failure or nullif the connection was successful.
- ConnectionInfos List<GetExternal Db System Connector Connection Info> 
- The connection details required to connect to an external DB system component.
- ConnectionStatus string
- The status of connectivity to the external DB system component.
- ConnectorType string
- The type of connector.
- 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
- The user-friendly name for the external connector. The name does not have to be unique.
- ExternalDb stringSystem Connector Id 
- ExternalDb stringSystem Id 
- The OCID of the external DB system that the connector is a part of.
- 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 connector.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- State string
- The current lifecycle state of the external DB system connector.
- 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"}
- TimeConnection stringStatus Last Updated 
- The date and time the connectionStatus of the external DB system connector was last updated.
- TimeCreated string
- The date and time the external DB system connector was created.
- TimeUpdated string
- The date and time the external DB system connector was last updated.
- AgentId string
- The OCID of the management agent used for the external DB system connector.
- CompartmentId string
- The OCID of the compartment.
- ConnectionFailure stringMessage 
- The error message indicating the reason for connection failure or nullif the connection was successful.
- ConnectionInfos []GetExternal Db System Connector Connection Info 
- The connection details required to connect to an external DB system component.
- ConnectionStatus string
- The status of connectivity to the external DB system component.
- ConnectorType string
- The type of connector.
- 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
- The user-friendly name for the external connector. The name does not have to be unique.
- ExternalDb stringSystem Connector Id 
- ExternalDb stringSystem Id 
- The OCID of the external DB system that the connector is a part of.
- 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 connector.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- State string
- The current lifecycle state of the external DB system connector.
- 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"}
- TimeConnection stringStatus Last Updated 
- The date and time the connectionStatus of the external DB system connector was last updated.
- TimeCreated string
- The date and time the external DB system connector was created.
- TimeUpdated string
- The date and time the external DB system connector was last updated.
- agentId String
- The OCID of the management agent used for the external DB system connector.
- compartmentId String
- The OCID of the compartment.
- connectionFailure StringMessage 
- The error message indicating the reason for connection failure or nullif the connection was successful.
- connectionInfos List<GetExternal Db System Connector Connection Info> 
- The connection details required to connect to an external DB system component.
- connectionStatus String
- The status of connectivity to the external DB system component.
- connectorType String
- The type of connector.
- 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
- The user-friendly name for the external connector. The name does not have to be unique.
- externalDb StringSystem Connector Id 
- externalDb StringSystem Id 
- The OCID of the external DB system that the connector is a part of.
- 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 connector.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- state String
- The current lifecycle state of the external DB system connector.
- 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"}
- timeConnection StringStatus Last Updated 
- The date and time the connectionStatus of the external DB system connector was last updated.
- timeCreated String
- The date and time the external DB system connector was created.
- timeUpdated String
- The date and time the external DB system connector was last updated.
- agentId string
- The OCID of the management agent used for the external DB system connector.
- compartmentId string
- The OCID of the compartment.
- connectionFailure stringMessage 
- The error message indicating the reason for connection failure or nullif the connection was successful.
- connectionInfos GetExternal Db System Connector Connection Info[] 
- The connection details required to connect to an external DB system component.
- connectionStatus string
- The status of connectivity to the external DB system component.
- connectorType string
- The type of connector.
- {[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
- The user-friendly name for the external connector. The name does not have to be unique.
- externalDb stringSystem Connector Id 
- externalDb stringSystem Id 
- The OCID of the external DB system that the connector is a part of.
- {[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 connector.
- lifecycleDetails string
- Additional information about the current lifecycle state.
- state string
- The current lifecycle state of the external DB system connector.
- {[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"}
- timeConnection stringStatus Last Updated 
- The date and time the connectionStatus of the external DB system connector was last updated.
- timeCreated string
- The date and time the external DB system connector was created.
- timeUpdated string
- The date and time the external DB system connector was last updated.
- agent_id str
- The OCID of the management agent used for the external DB system connector.
- compartment_id str
- The OCID of the compartment.
- connection_failure_ strmessage 
- The error message indicating the reason for connection failure or nullif the connection was successful.
- connection_infos Sequence[GetExternal Db System Connector Connection Info] 
- The connection details required to connect to an external DB system component.
- connection_status str
- The status of connectivity to the external DB system component.
- connector_type str
- The type of connector.
- 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
- The user-friendly name for the external connector. The name does not have to be unique.
- external_db_ strsystem_ connector_ id 
- external_db_ strsystem_ id 
- The OCID of the external DB system that the connector is a part of.
- 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 connector.
- lifecycle_details str
- Additional information about the current lifecycle state.
- state str
- The current lifecycle state of the external DB system connector.
- 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_connection_ strstatus_ last_ updated 
- The date and time the connectionStatus of the external DB system connector was last updated.
- time_created str
- The date and time the external DB system connector was created.
- time_updated str
- The date and time the external DB system connector was last updated.
- agentId String
- The OCID of the management agent used for the external DB system connector.
- compartmentId String
- The OCID of the compartment.
- connectionFailure StringMessage 
- The error message indicating the reason for connection failure or nullif the connection was successful.
- connectionInfos List<Property Map>
- The connection details required to connect to an external DB system component.
- connectionStatus String
- The status of connectivity to the external DB system component.
- connectorType String
- The type of connector.
- 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
- The user-friendly name for the external connector. The name does not have to be unique.
- externalDb StringSystem Connector Id 
- externalDb StringSystem Id 
- The OCID of the external DB system that the connector is a part of.
- 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 connector.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- state String
- The current lifecycle state of the external DB system connector.
- 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"}
- timeConnection StringStatus Last Updated 
- The date and time the connectionStatus of the external DB system connector was last updated.
- timeCreated String
- The date and time the external DB system connector was created.
- timeUpdated String
- The date and time the external DB system connector was last updated.
Supporting Types
GetExternalDbSystemConnectorConnectionInfo      
- ComponentType string
- The component type.
- ConnectionCredentials List<GetExternal Db System Connector Connection Info Connection Credential> 
- The credentials used to connect to the ASM instance. Currently only the DETAILStype is supported for creating MACS connector credentials.
- ConnectionStrings List<GetExternal Db System Connector Connection Info Connection String> 
- The Oracle Database connection string.
- DatabaseCredentials List<GetExternal Db System Connector Connection Info Database Credential> 
- The credential to connect to the database to perform tablespace administration tasks.
- ComponentType string
- The component type.
- ConnectionCredentials []GetExternal Db System Connector Connection Info Connection Credential 
- The credentials used to connect to the ASM instance. Currently only the DETAILStype is supported for creating MACS connector credentials.
- ConnectionStrings []GetExternal Db System Connector Connection Info Connection String 
- The Oracle Database connection string.
- DatabaseCredentials []GetExternal Db System Connector Connection Info Database Credential 
- The credential to connect to the database to perform tablespace administration tasks.
- componentType String
- The component type.
- connectionCredentials List<GetExternal Db System Connector Connection Info Connection Credential> 
- The credentials used to connect to the ASM instance. Currently only the DETAILStype is supported for creating MACS connector credentials.
- connectionStrings List<GetExternal Db System Connector Connection Info Connection String> 
- The Oracle Database connection string.
- databaseCredentials List<GetExternal Db System Connector Connection Info Database Credential> 
- The credential to connect to the database to perform tablespace administration tasks.
- componentType string
- The component type.
- connectionCredentials GetExternal Db System Connector Connection Info Connection Credential[] 
- The credentials used to connect to the ASM instance. Currently only the DETAILStype is supported for creating MACS connector credentials.
- connectionStrings GetExternal Db System Connector Connection Info Connection String[] 
- The Oracle Database connection string.
- databaseCredentials GetExternal Db System Connector Connection Info Database Credential[] 
- The credential to connect to the database to perform tablespace administration tasks.
- component_type str
- The component type.
- connection_credentials Sequence[GetExternal Db System Connector Connection Info Connection Credential] 
- The credentials used to connect to the ASM instance. Currently only the DETAILStype is supported for creating MACS connector credentials.
- connection_strings Sequence[GetExternal Db System Connector Connection Info Connection String] 
- The Oracle Database connection string.
- database_credentials Sequence[GetExternal Db System Connector Connection Info Database Credential] 
- The credential to connect to the database to perform tablespace administration tasks.
- componentType String
- The component type.
- connectionCredentials List<Property Map>
- The credentials used to connect to the ASM instance. Currently only the DETAILStype is supported for creating MACS connector credentials.
- connectionStrings List<Property Map>
- The Oracle Database connection string.
- databaseCredentials List<Property Map>
- The credential to connect to the database to perform tablespace administration tasks.
GetExternalDbSystemConnectorConnectionInfoConnectionCredential        
- 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 the credential for tablespace administration tasks.
- NamedCredential stringId 
- The OCID of the named credential where the database password metadata is stored.
- PasswordSecret stringId 
- The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- SslSecret stringId 
- The OCID of the secret containing the SSL keystore and truststore details.
- UserName string
- The user name used to connect to the ASM instance.
- 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 the credential for tablespace administration tasks.
- NamedCredential stringId 
- The OCID of the named credential where the database password metadata is stored.
- PasswordSecret stringId 
- The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- SslSecret stringId 
- The OCID of the secret containing the SSL keystore and truststore details.
- UserName string
- The user name used to connect to the ASM instance.
- 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 the credential for tablespace administration tasks.
- namedCredential StringId 
- The OCID of the named credential where the database password metadata is stored.
- passwordSecret StringId 
- The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- sslSecret StringId 
- The OCID of the secret containing the SSL keystore and truststore details.
- userName String
- The user name used to connect to the ASM instance.
- 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 the credential for tablespace administration tasks.
- namedCredential stringId 
- The OCID of the named credential where the database password metadata is stored.
- passwordSecret stringId 
- The OCID of the Secret where the database password is stored.
- role string
- The role of the database user.
- sslSecret stringId 
- The OCID of the secret containing the SSL keystore and truststore details.
- userName string
- The user name used to connect to the ASM instance.
- 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 the credential for tablespace administration tasks.
- named_credential_ strid 
- The OCID of the named credential where the database password metadata is stored.
- password_secret_ strid 
- The OCID of the Secret where the database password is stored.
- role str
- The role of the database user.
- 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 ASM instance.
- 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 the credential for tablespace administration tasks.
- namedCredential StringId 
- The OCID of the named credential where the database password metadata is stored.
- passwordSecret StringId 
- The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- sslSecret StringId 
- The OCID of the secret containing the SSL keystore and truststore details.
- userName String
- The user name used to connect to the ASM instance.
GetExternalDbSystemConnectorConnectionInfoConnectionString        
- HostName string
- The host name of the database or the SCAN name in case of a RAC database.
- Hosts List<string>
- The list of host names of the ASM instances.
- Port int
- The port used to connect to the ASM instance.
- Protocol string
- The protocol used to connect to the ASM instance.
- Service string
- The service name of the ASM instance.
- HostName string
- The host name of the database or the SCAN name in case of a RAC database.
- Hosts []string
- The list of host names of the ASM instances.
- Port int
- The port used to connect to the ASM instance.
- Protocol string
- The protocol used to connect to the ASM instance.
- Service string
- The service name of the ASM instance.
- hostName String
- The host name of the database or the SCAN name in case of a RAC database.
- hosts List<String>
- The list of host names of the ASM instances.
- port Integer
- The port used to connect to the ASM instance.
- protocol String
- The protocol used to connect to the ASM instance.
- service String
- The service name of the ASM instance.
- hostName string
- The host name of the database or the SCAN name in case of a RAC database.
- hosts string[]
- The list of host names of the ASM instances.
- port number
- The port used to connect to the ASM instance.
- protocol string
- The protocol used to connect to the ASM instance.
- service string
- The service name of the ASM instance.
- host_name str
- The host name of the database or the SCAN name in case of a RAC database.
- hosts Sequence[str]
- The list of host names of the ASM instances.
- port int
- The port used to connect to the ASM instance.
- protocol str
- The protocol used to connect to the ASM instance.
- service str
- The service name of the ASM instance.
- hostName String
- The host name of the database or the SCAN name in case of a RAC database.
- hosts List<String>
- The list of host names of the ASM instances.
- port Number
- The port used to connect to the ASM instance.
- protocol String
- The protocol used to connect to the ASM instance.
- service String
- The service name of the ASM instance.
GetExternalDbSystemConnectorConnectionInfoDatabaseCredential        
- CredentialType string
- The type of the credential for tablespace administration tasks.
- NamedCredential stringId 
- The OCID of the named credential where the database password metadata is stored.
- Password string
- The database user's password encoded using BASE64 scheme.
- PasswordSecret stringId 
- The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Username string
- The user to connect to the database.
- CredentialType string
- The type of the credential for tablespace administration tasks.
- NamedCredential stringId 
- The OCID of the named credential where the database password metadata is stored.
- Password string
- The database user's password encoded using BASE64 scheme.
- PasswordSecret stringId 
- The OCID of the Secret where the database password is stored.
- Role string
- The role of the database user.
- Username string
- The user to connect to the database.
- credentialType String
- The type of the credential for tablespace administration tasks.
- namedCredential StringId 
- The OCID of the named credential where the database password metadata is stored.
- password String
- The database user's password encoded using BASE64 scheme.
- passwordSecret StringId 
- The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- username String
- The user to connect to the database.
- credentialType string
- The type of the credential for tablespace administration tasks.
- namedCredential stringId 
- The OCID of the named credential where the database password metadata is stored.
- password string
- The database user's password encoded using BASE64 scheme.
- passwordSecret stringId 
- The OCID of the Secret where the database password is stored.
- role string
- The role of the database user.
- username string
- The user to connect to the database.
- credential_type str
- The type of the credential for tablespace administration tasks.
- named_credential_ strid 
- The OCID of the named credential where the database password metadata is stored.
- password str
- The database user's password encoded using BASE64 scheme.
- password_secret_ strid 
- The OCID of the Secret where the database password is stored.
- role str
- The role of the database user.
- username str
- The user to connect to the database.
- credentialType String
- The type of the credential for tablespace administration tasks.
- namedCredential StringId 
- The OCID of the named credential where the database password metadata is stored.
- password String
- The database user's password encoded using BASE64 scheme.
- passwordSecret StringId 
- The OCID of the Secret where the database password is stored.
- role String
- The role of the database user.
- username String
- The user to connect to the database.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.