1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DatabaseManagement
  5. ExternalDbSystemConnector
Oracle Cloud Infrastructure v1.10.0 published on Thursday, Sep 7, 2023 by Pulumi

oci.DatabaseManagement.ExternalDbSystemConnector

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.10.0 published on Thursday, Sep 7, 2023 by Pulumi

    This resource provides the External Db System Connector resource in Oracle Cloud Infrastructure Database Management service.

    Creates a new external connector.

    Example Usage

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testExternalDbSystemConnector = new Oci.DatabaseManagement.ExternalDbSystemConnector("testExternalDbSystemConnector", new()
        {
            ConnectorType = @var.External_db_system_connector_connector_type,
            ExternalDbSystemId = oci_database_management_external_db_system.Test_external_db_system.Id,
            DisplayName = @var.External_db_system_connector_display_name,
        });
    
    });
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/DatabaseManagement"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := DatabaseManagement.NewExternalDbSystemConnector(ctx, "testExternalDbSystemConnector", &DatabaseManagement.ExternalDbSystemConnectorArgs{
    			ConnectorType:      pulumi.Any(_var.External_db_system_connector_connector_type),
    			ExternalDbSystemId: pulumi.Any(oci_database_management_external_db_system.Test_external_db_system.Id),
    			DisplayName:        pulumi.Any(_var.External_db_system_connector_display_name),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.DatabaseManagement.ExternalDbSystemConnector;
    import com.pulumi.oci.DatabaseManagement.ExternalDbSystemConnectorArgs;
    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) {
            var testExternalDbSystemConnector = new ExternalDbSystemConnector("testExternalDbSystemConnector", ExternalDbSystemConnectorArgs.builder()        
                .connectorType(var_.external_db_system_connector_connector_type())
                .externalDbSystemId(oci_database_management_external_db_system.test_external_db_system().id())
                .displayName(var_.external_db_system_connector_display_name())
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_oci as oci
    
    test_external_db_system_connector = oci.database_management.ExternalDbSystemConnector("testExternalDbSystemConnector",
        connector_type=var["external_db_system_connector_connector_type"],
        external_db_system_id=oci_database_management_external_db_system["test_external_db_system"]["id"],
        display_name=var["external_db_system_connector_display_name"])
    
    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testExternalDbSystemConnector = new oci.databasemanagement.ExternalDbSystemConnector("testExternalDbSystemConnector", {
        connectorType: _var.external_db_system_connector_connector_type,
        externalDbSystemId: oci_database_management_external_db_system.test_external_db_system.id,
        displayName: _var.external_db_system_connector_display_name,
    });
    
    resources:
      testExternalDbSystemConnector:
        type: oci:DatabaseManagement:ExternalDbSystemConnector
        properties:
          #Required
          connectorType: ${var.external_db_system_connector_connector_type}
          externalDbSystemId: ${oci_database_management_external_db_system.test_external_db_system.id}
          #Optional
          displayName: ${var.external_db_system_connector_display_name}
    

    Create ExternalDbSystemConnector Resource

    new ExternalDbSystemConnector(name: string, args: ExternalDbSystemConnectorArgs, opts?: CustomResourceOptions);
    @overload
    def ExternalDbSystemConnector(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  agent_id: Optional[str] = None,
                                  connection_infos: Optional[Sequence[_databasemanagement.ExternalDbSystemConnectorConnectionInfoArgs]] = None,
                                  connector_type: Optional[str] = None,
                                  display_name: Optional[str] = None,
                                  external_db_system_id: Optional[str] = None)
    @overload
    def ExternalDbSystemConnector(resource_name: str,
                                  args: ExternalDbSystemConnectorArgs,
                                  opts: Optional[ResourceOptions] = None)
    func NewExternalDbSystemConnector(ctx *Context, name string, args ExternalDbSystemConnectorArgs, opts ...ResourceOption) (*ExternalDbSystemConnector, error)
    public ExternalDbSystemConnector(string name, ExternalDbSystemConnectorArgs args, CustomResourceOptions? opts = null)
    public ExternalDbSystemConnector(String name, ExternalDbSystemConnectorArgs args)
    public ExternalDbSystemConnector(String name, ExternalDbSystemConnectorArgs args, CustomResourceOptions options)
    
    type: oci:DatabaseManagement:ExternalDbSystemConnector
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args ExternalDbSystemConnectorArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ExternalDbSystemConnectorArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ExternalDbSystemConnectorArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ExternalDbSystemConnectorArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ExternalDbSystemConnectorArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ExternalDbSystemConnector Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The ExternalDbSystemConnector resource accepts the following input properties:

    ConnectorType string

    (Updatable) The type of connector.

    ExternalDbSystemId string

    The OCID of the external DB system.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    AgentId string

    The OCID of the management agent used for the external DB system connector.

    ConnectionInfos List<ExternalDbSystemConnectorConnectionInfo>

    The connection details required to connect to an external DB system component.

    DisplayName string

    The user-friendly name for the external connector. The name does not have to be unique.

    ConnectorType string

    (Updatable) The type of connector.

    ExternalDbSystemId string

    The OCID of the external DB system.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    AgentId string

    The OCID of the management agent used for the external DB system connector.

    ConnectionInfos []ExternalDbSystemConnectorConnectionInfoArgs

    The connection details required to connect to an external DB system component.

    DisplayName string

    The user-friendly name for the external connector. The name does not have to be unique.

    connectorType String

    (Updatable) The type of connector.

    externalDbSystemId String

    The OCID of the external DB system.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    agentId String

    The OCID of the management agent used for the external DB system connector.

    connectionInfos List<ExternalDbSystemConnectorConnectionInfo>

    The connection details required to connect to an external DB system component.

    displayName String

    The user-friendly name for the external connector. The name does not have to be unique.

    connectorType string

    (Updatable) The type of connector.

    externalDbSystemId string

    The OCID of the external DB system.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    agentId string

    The OCID of the management agent used for the external DB system connector.

    connectionInfos ExternalDbSystemConnectorConnectionInfo[]

    The connection details required to connect to an external DB system component.

    displayName string

    The user-friendly name for the external connector. The name does not have to be unique.

    connector_type str

    (Updatable) The type of connector.

    external_db_system_id str

    The OCID of the external DB system.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    agent_id str

    The OCID of the management agent used for the external DB system connector.

    connection_infos ExternalDbSystemConnectorConnectionInfoArgs]

    The connection details required to connect to an external DB system component.

    display_name str

    The user-friendly name for the external connector. The name does not have to be unique.

    connectorType String

    (Updatable) The type of connector.

    externalDbSystemId String

    The OCID of the external DB system.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    agentId String

    The OCID of the management agent used for the external DB system connector.

    connectionInfos List<Property Map>

    The connection details required to connect to an external DB system component.

    displayName String

    The user-friendly name for the external connector. The name does not have to be unique.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ExternalDbSystemConnector resource produces the following output properties:

    CompartmentId string

    The OCID of the compartment.

    ConnectionFailureMessage string

    The error message indicating the reason for connection failure or null if the connection was successful.

    ConnectionStatus string

    The status of connectivity to the external DB system component.

    Id string

    The provider-assigned unique ID for this managed resource.

    LifecycleDetails string

    Additional information about the current lifecycle state.

    State string

    The current lifecycle state of the external DB system connector.

    TimeConnectionStatusLastUpdated string

    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.

    CompartmentId string

    The OCID of the compartment.

    ConnectionFailureMessage string

    The error message indicating the reason for connection failure or null if the connection was successful.

    ConnectionStatus string

    The status of connectivity to the external DB system component.

    Id string

    The provider-assigned unique ID for this managed resource.

    LifecycleDetails string

    Additional information about the current lifecycle state.

    State string

    The current lifecycle state of the external DB system connector.

    TimeConnectionStatusLastUpdated string

    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.

    compartmentId String

    The OCID of the compartment.

    connectionFailureMessage String

    The error message indicating the reason for connection failure or null if the connection was successful.

    connectionStatus String

    The status of connectivity to the external DB system component.

    id String

    The provider-assigned unique ID for this managed resource.

    lifecycleDetails String

    Additional information about the current lifecycle state.

    state String

    The current lifecycle state of the external DB system connector.

    timeConnectionStatusLastUpdated String

    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.

    compartmentId string

    The OCID of the compartment.

    connectionFailureMessage string

    The error message indicating the reason for connection failure or null if the connection was successful.

    connectionStatus string

    The status of connectivity to the external DB system component.

    id string

    The provider-assigned unique ID for this managed resource.

    lifecycleDetails string

    Additional information about the current lifecycle state.

    state string

    The current lifecycle state of the external DB system connector.

    timeConnectionStatusLastUpdated string

    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.

    compartment_id str

    The OCID of the compartment.

    connection_failure_message str

    The error message indicating the reason for connection failure or null if the connection was successful.

    connection_status str

    The status of connectivity to the external DB system component.

    id str

    The provider-assigned unique ID for this managed resource.

    lifecycle_details str

    Additional information about the current lifecycle state.

    state str

    The current lifecycle state of the external DB system connector.

    time_connection_status_last_updated str

    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.

    compartmentId String

    The OCID of the compartment.

    connectionFailureMessage String

    The error message indicating the reason for connection failure or null if the connection was successful.

    connectionStatus String

    The status of connectivity to the external DB system component.

    id String

    The provider-assigned unique ID for this managed resource.

    lifecycleDetails String

    Additional information about the current lifecycle state.

    state String

    The current lifecycle state of the external DB system connector.

    timeConnectionStatusLastUpdated String

    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.

    Look up Existing ExternalDbSystemConnector Resource

    Get an existing ExternalDbSystemConnector resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ExternalDbSystemConnectorState, opts?: CustomResourceOptions): ExternalDbSystemConnector
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            agent_id: Optional[str] = None,
            compartment_id: Optional[str] = None,
            connection_failure_message: Optional[str] = None,
            connection_infos: Optional[Sequence[_databasemanagement.ExternalDbSystemConnectorConnectionInfoArgs]] = None,
            connection_status: Optional[str] = None,
            connector_type: Optional[str] = None,
            display_name: Optional[str] = None,
            external_db_system_id: Optional[str] = None,
            lifecycle_details: Optional[str] = None,
            state: Optional[str] = None,
            time_connection_status_last_updated: Optional[str] = None,
            time_created: Optional[str] = None,
            time_updated: Optional[str] = None) -> ExternalDbSystemConnector
    func GetExternalDbSystemConnector(ctx *Context, name string, id IDInput, state *ExternalDbSystemConnectorState, opts ...ResourceOption) (*ExternalDbSystemConnector, error)
    public static ExternalDbSystemConnector Get(string name, Input<string> id, ExternalDbSystemConnectorState? state, CustomResourceOptions? opts = null)
    public static ExternalDbSystemConnector get(String name, Output<String> id, ExternalDbSystemConnectorState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AgentId string

    The OCID of the management agent used for the external DB system connector.

    CompartmentId string

    The OCID of the compartment.

    ConnectionFailureMessage string

    The error message indicating the reason for connection failure or null if the connection was successful.

    ConnectionInfos List<ExternalDbSystemConnectorConnectionInfo>

    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

    (Updatable) The type of connector.

    DisplayName string

    The user-friendly name for the external connector. The name does not have to be unique.

    ExternalDbSystemId string

    The OCID of the external DB system.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    LifecycleDetails string

    Additional information about the current lifecycle state.

    State string

    The current lifecycle state of the external DB system connector.

    TimeConnectionStatusLastUpdated string

    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.

    ConnectionFailureMessage string

    The error message indicating the reason for connection failure or null if the connection was successful.

    ConnectionInfos []ExternalDbSystemConnectorConnectionInfoArgs

    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

    (Updatable) The type of connector.

    DisplayName string

    The user-friendly name for the external connector. The name does not have to be unique.

    ExternalDbSystemId string

    The OCID of the external DB system.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    LifecycleDetails string

    Additional information about the current lifecycle state.

    State string

    The current lifecycle state of the external DB system connector.

    TimeConnectionStatusLastUpdated string

    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.

    connectionFailureMessage String

    The error message indicating the reason for connection failure or null if the connection was successful.

    connectionInfos List<ExternalDbSystemConnectorConnectionInfo>

    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

    (Updatable) The type of connector.

    displayName String

    The user-friendly name for the external connector. The name does not have to be unique.

    externalDbSystemId String

    The OCID of the external DB system.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    lifecycleDetails String

    Additional information about the current lifecycle state.

    state String

    The current lifecycle state of the external DB system connector.

    timeConnectionStatusLastUpdated String

    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.

    connectionFailureMessage string

    The error message indicating the reason for connection failure or null if the connection was successful.

    connectionInfos ExternalDbSystemConnectorConnectionInfo[]

    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

    (Updatable) The type of connector.

    displayName string

    The user-friendly name for the external connector. The name does not have to be unique.

    externalDbSystemId string

    The OCID of the external DB system.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    lifecycleDetails string

    Additional information about the current lifecycle state.

    state string

    The current lifecycle state of the external DB system connector.

    timeConnectionStatusLastUpdated string

    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_message str

    The error message indicating the reason for connection failure or null if the connection was successful.

    connection_infos ExternalDbSystemConnectorConnectionInfoArgs]

    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

    (Updatable) The type of connector.

    display_name str

    The user-friendly name for the external connector. The name does not have to be unique.

    external_db_system_id str

    The OCID of the external DB system.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    lifecycle_details str

    Additional information about the current lifecycle state.

    state str

    The current lifecycle state of the external DB system connector.

    time_connection_status_last_updated str

    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.

    connectionFailureMessage String

    The error message indicating the reason for connection failure or null if 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

    (Updatable) The type of connector.

    displayName String

    The user-friendly name for the external connector. The name does not have to be unique.

    externalDbSystemId String

    The OCID of the external DB system.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    lifecycleDetails String

    Additional information about the current lifecycle state.

    state String

    The current lifecycle state of the external DB system connector.

    timeConnectionStatusLastUpdated String

    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

    ExternalDbSystemConnectorConnectionInfo, ExternalDbSystemConnectorConnectionInfoArgs

    ComponentType string

    The component type.

    ConnectionCredentials List<ExternalDbSystemConnectorConnectionInfoConnectionCredential>

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    ConnectionStrings List<ExternalDbSystemConnectorConnectionInfoConnectionString>

    The Oracle Database connection string.

    ComponentType string

    The component type.

    ConnectionCredentials []ExternalDbSystemConnectorConnectionInfoConnectionCredential

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    ConnectionStrings []ExternalDbSystemConnectorConnectionInfoConnectionString

    The Oracle Database connection string.

    componentType String

    The component type.

    connectionCredentials List<ExternalDbSystemConnectorConnectionInfoConnectionCredential>

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    connectionStrings List<ExternalDbSystemConnectorConnectionInfoConnectionString>

    The Oracle Database connection string.

    componentType string

    The component type.

    connectionCredentials ExternalDbSystemConnectorConnectionInfoConnectionCredential[]

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    connectionStrings ExternalDbSystemConnectorConnectionInfoConnectionString[]

    The Oracle Database connection string.

    component_type str

    The component type.

    connection_credentials ExternalDbSystemConnectorConnectionInfoConnectionCredential]

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    connection_strings ExternalDbSystemConnectorConnectionInfoConnectionString]

    The Oracle Database connection string.

    componentType String

    The component type.

    connectionCredentials List<Property Map>

    The credentials used to connect to the ASM instance. Currently only the DETAILS type is supported for creating MACS connector credentials.

    connectionStrings List<Property Map>

    The Oracle Database connection string.

    ExternalDbSystemConnectorConnectionInfoConnectionCredential, ExternalDbSystemConnectorConnectionInfoConnectionCredentialArgs

    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 ASM instance.

    PasswordSecretId string

    The OCID of the secret containing the user password.

    Role string

    The role of the user connecting to the ASM instance.

    SslSecretId string

    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 credential used to connect to the ASM instance.

    PasswordSecretId string

    The OCID of the secret containing the user password.

    Role string

    The role of the user connecting to the ASM instance.

    SslSecretId string

    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 credential used to connect to the ASM instance.

    passwordSecretId String

    The OCID of the secret containing the user password.

    role String

    The role of the user connecting to the ASM instance.

    sslSecretId String

    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 credential used to connect to the ASM instance.

    passwordSecretId string

    The OCID of the secret containing the user password.

    role string

    The role of the user connecting to the ASM instance.

    sslSecretId string

    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 credential used to connect to the ASM instance.

    password_secret_id str

    The OCID of the secret containing the user password.

    role str

    The role of the user connecting to the ASM instance.

    ssl_secret_id str

    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 credential used to connect to the ASM instance.

    passwordSecretId String

    The OCID of the secret containing the user password.

    role String

    The role of the user connecting to the ASM instance.

    sslSecretId String

    The OCID of the secret containing the SSL keystore and truststore details.

    userName String

    The user name used to connect to the ASM instance.

    ExternalDbSystemConnectorConnectionInfoConnectionString, ExternalDbSystemConnectorConnectionInfoConnectionStringArgs

    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.

    Import

    ExternalDbSystemConnectors can be imported using the id, e.g.

     $ pulumi import oci:DatabaseManagement/externalDbSystemConnector:ExternalDbSystemConnector test_external_db_system_connector "id"
    

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the oci Terraform Provider.

    oci logo
    Oracle Cloud Infrastructure v1.10.0 published on Thursday, Sep 7, 2023 by Pulumi