1. Packages
  2. Airbyte Provider
  3. API Docs
  4. DestinationOracle
airbyte 0.8.0-beta2 published on Thursday, Mar 27, 2025 by airbytehq

airbyte.DestinationOracle

Explore with Pulumi AI

airbyte logo
airbyte 0.8.0-beta2 published on Thursday, Mar 27, 2025 by airbytehq

    DestinationOracle Resource

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.airbyte.DestinationOracle;
    import com.pulumi.airbyte.DestinationOracleArgs;
    import com.pulumi.airbyte.inputs.DestinationOracleConfigurationArgs;
    import com.pulumi.airbyte.inputs.DestinationOracleConfigurationEncryptionArgs;
    import com.pulumi.airbyte.inputs.DestinationOracleConfigurationEncryptionTlsEncryptedVerifyCertificateArgs;
    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 myDestinationOracle = new DestinationOracle("myDestinationOracle", DestinationOracleArgs.builder()
                .configuration(DestinationOracleConfigurationArgs.builder()
                    .encryption(DestinationOracleConfigurationEncryptionArgs.builder()
                        .tlsEncryptedVerifyCertificate(DestinationOracleConfigurationEncryptionTlsEncryptedVerifyCertificateArgs.builder()
                            .sslCertificate("...my_ssl_certificate...")
                            .build())
                        .build())
                    .host("...my_host...")
                    .jdbc_url_params("...my_jdbc_url_params...")
                    .password("...my_password...")
                    .port(1521)
                    .raw_data_schema("...my_raw_data_schema...")
                    .schema("airbyte")
                    .sid("...my_sid...")
                    .tunnel_method(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .username("...my_username...")
                    .build())
                .definitionId("28ddc2bd-35a7-4a51-966c-b9e88351add3")
                .workspaceId("6900342e-4f38-4480-a5e0-1dce84f57ee6")
                .build());
    
        }
    }
    
    resources:
      myDestinationOracle:
        type: airbyte:DestinationOracle
        properties:
          configuration:
            encryption:
              tlsEncryptedVerifyCertificate:
                sslCertificate: '...my_ssl_certificate...'
            host: '...my_host...'
            jdbc_url_params: '...my_jdbc_url_params...'
            password: '...my_password...'
            port: 1521
            raw_data_schema: '...my_raw_data_schema...'
            schema: airbyte
            sid: '...my_sid...'
            tunnel_method:
              sshKeyAuthentication:
                sshKey: '...my_ssh_key...'
                tunnelHost: '...my_tunnel_host...'
                tunnelPort: 22
                tunnelUser: '...my_tunnel_user...'
            username: '...my_username...'
          definitionId: 28ddc2bd-35a7-4a51-966c-b9e88351add3
          workspaceId: 6900342e-4f38-4480-a5e0-1dce84f57ee6
    

    Create DestinationOracle Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new DestinationOracle(name: string, args: DestinationOracleArgs, opts?: CustomResourceOptions);
    @overload
    def DestinationOracle(resource_name: str,
                          args: DestinationOracleArgs,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def DestinationOracle(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          configuration: Optional[DestinationOracleConfigurationArgs] = None,
                          workspace_id: Optional[str] = None,
                          definition_id: Optional[str] = None,
                          name: Optional[str] = None)
    func NewDestinationOracle(ctx *Context, name string, args DestinationOracleArgs, opts ...ResourceOption) (*DestinationOracle, error)
    public DestinationOracle(string name, DestinationOracleArgs args, CustomResourceOptions? opts = null)
    public DestinationOracle(String name, DestinationOracleArgs args)
    public DestinationOracle(String name, DestinationOracleArgs args, CustomResourceOptions options)
    
    type: airbyte:DestinationOracle
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args DestinationOracleArgs
    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 DestinationOracleArgs
    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 DestinationOracleArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DestinationOracleArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DestinationOracleArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var destinationOracleResource = new Airbyte.DestinationOracle("destinationOracleResource", new()
    {
        Configuration = new Airbyte.Inputs.DestinationOracleConfigurationArgs
        {
            Host = "string",
            Sid = "string",
            Username = "string",
            Encryption = new Airbyte.Inputs.DestinationOracleConfigurationEncryptionArgs
            {
                NativeNetworkEncryptionNne = new Airbyte.Inputs.DestinationOracleConfigurationEncryptionNativeNetworkEncryptionNneArgs
                {
                    EncryptionAlgorithm = "string",
                },
                TlsEncryptedVerifyCertificate = new Airbyte.Inputs.DestinationOracleConfigurationEncryptionTlsEncryptedVerifyCertificateArgs
                {
                    SslCertificate = "string",
                },
                Unencrypted = null,
            },
            JdbcUrlParams = "string",
            Password = "string",
            Port = 0,
            RawDataSchema = "string",
            Schema = "string",
            TunnelMethod = new Airbyte.Inputs.DestinationOracleConfigurationTunnelMethodArgs
            {
                NoTunnel = null,
                PasswordAuthentication = new Airbyte.Inputs.DestinationOracleConfigurationTunnelMethodPasswordAuthenticationArgs
                {
                    TunnelHost = "string",
                    TunnelUser = "string",
                    TunnelUserPassword = "string",
                    TunnelPort = 0,
                },
                SshKeyAuthentication = new Airbyte.Inputs.DestinationOracleConfigurationTunnelMethodSshKeyAuthenticationArgs
                {
                    SshKey = "string",
                    TunnelHost = "string",
                    TunnelUser = "string",
                    TunnelPort = 0,
                },
            },
        },
        WorkspaceId = "string",
        DefinitionId = "string",
        Name = "string",
    });
    
    example, err := airbyte.NewDestinationOracle(ctx, "destinationOracleResource", &airbyte.DestinationOracleArgs{
    Configuration: &.DestinationOracleConfigurationArgs{
    Host: pulumi.String("string"),
    Sid: pulumi.String("string"),
    Username: pulumi.String("string"),
    Encryption: &.DestinationOracleConfigurationEncryptionArgs{
    NativeNetworkEncryptionNne: &.DestinationOracleConfigurationEncryptionNativeNetworkEncryptionNneArgs{
    EncryptionAlgorithm: pulumi.String("string"),
    },
    TlsEncryptedVerifyCertificate: &.DestinationOracleConfigurationEncryptionTlsEncryptedVerifyCertificateArgs{
    SslCertificate: pulumi.String("string"),
    },
    Unencrypted: &.DestinationOracleConfigurationEncryptionUnencryptedArgs{
    },
    },
    JdbcUrlParams: pulumi.String("string"),
    Password: pulumi.String("string"),
    Port: pulumi.Float64(0),
    RawDataSchema: pulumi.String("string"),
    Schema: pulumi.String("string"),
    TunnelMethod: &.DestinationOracleConfigurationTunnelMethodArgs{
    NoTunnel: &.DestinationOracleConfigurationTunnelMethodNoTunnelArgs{
    },
    PasswordAuthentication: &.DestinationOracleConfigurationTunnelMethodPasswordAuthenticationArgs{
    TunnelHost: pulumi.String("string"),
    TunnelUser: pulumi.String("string"),
    TunnelUserPassword: pulumi.String("string"),
    TunnelPort: pulumi.Float64(0),
    },
    SshKeyAuthentication: &.DestinationOracleConfigurationTunnelMethodSshKeyAuthenticationArgs{
    SshKey: pulumi.String("string"),
    TunnelHost: pulumi.String("string"),
    TunnelUser: pulumi.String("string"),
    TunnelPort: pulumi.Float64(0),
    },
    },
    },
    WorkspaceId: pulumi.String("string"),
    DefinitionId: pulumi.String("string"),
    Name: pulumi.String("string"),
    })
    
    var destinationOracleResource = new DestinationOracle("destinationOracleResource", DestinationOracleArgs.builder()
        .configuration(DestinationOracleConfigurationArgs.builder()
            .host("string")
            .sid("string")
            .username("string")
            .encryption(DestinationOracleConfigurationEncryptionArgs.builder()
                .nativeNetworkEncryptionNne(DestinationOracleConfigurationEncryptionNativeNetworkEncryptionNneArgs.builder()
                    .encryptionAlgorithm("string")
                    .build())
                .tlsEncryptedVerifyCertificate(DestinationOracleConfigurationEncryptionTlsEncryptedVerifyCertificateArgs.builder()
                    .sslCertificate("string")
                    .build())
                .unencrypted()
                .build())
            .jdbcUrlParams("string")
            .password("string")
            .port(0)
            .rawDataSchema("string")
            .schema("string")
            .tunnelMethod(DestinationOracleConfigurationTunnelMethodArgs.builder()
                .noTunnel()
                .passwordAuthentication(DestinationOracleConfigurationTunnelMethodPasswordAuthenticationArgs.builder()
                    .tunnelHost("string")
                    .tunnelUser("string")
                    .tunnelUserPassword("string")
                    .tunnelPort(0)
                    .build())
                .sshKeyAuthentication(DestinationOracleConfigurationTunnelMethodSshKeyAuthenticationArgs.builder()
                    .sshKey("string")
                    .tunnelHost("string")
                    .tunnelUser("string")
                    .tunnelPort(0)
                    .build())
                .build())
            .build())
        .workspaceId("string")
        .definitionId("string")
        .name("string")
        .build());
    
    destination_oracle_resource = airbyte.DestinationOracle("destinationOracleResource",
        configuration={
            "host": "string",
            "sid": "string",
            "username": "string",
            "encryption": {
                "native_network_encryption_nne": {
                    "encryption_algorithm": "string",
                },
                "tls_encrypted_verify_certificate": {
                    "ssl_certificate": "string",
                },
                "unencrypted": {},
            },
            "jdbc_url_params": "string",
            "password": "string",
            "port": 0,
            "raw_data_schema": "string",
            "schema": "string",
            "tunnel_method": {
                "no_tunnel": {},
                "password_authentication": {
                    "tunnel_host": "string",
                    "tunnel_user": "string",
                    "tunnel_user_password": "string",
                    "tunnel_port": 0,
                },
                "ssh_key_authentication": {
                    "ssh_key": "string",
                    "tunnel_host": "string",
                    "tunnel_user": "string",
                    "tunnel_port": 0,
                },
            },
        },
        workspace_id="string",
        definition_id="string",
        name="string")
    
    const destinationOracleResource = new airbyte.DestinationOracle("destinationOracleResource", {
        configuration: {
            host: "string",
            sid: "string",
            username: "string",
            encryption: {
                nativeNetworkEncryptionNne: {
                    encryptionAlgorithm: "string",
                },
                tlsEncryptedVerifyCertificate: {
                    sslCertificate: "string",
                },
                unencrypted: {},
            },
            jdbcUrlParams: "string",
            password: "string",
            port: 0,
            rawDataSchema: "string",
            schema: "string",
            tunnelMethod: {
                noTunnel: {},
                passwordAuthentication: {
                    tunnelHost: "string",
                    tunnelUser: "string",
                    tunnelUserPassword: "string",
                    tunnelPort: 0,
                },
                sshKeyAuthentication: {
                    sshKey: "string",
                    tunnelHost: "string",
                    tunnelUser: "string",
                    tunnelPort: 0,
                },
            },
        },
        workspaceId: "string",
        definitionId: "string",
        name: "string",
    });
    
    type: airbyte:DestinationOracle
    properties:
        configuration:
            encryption:
                nativeNetworkEncryptionNne:
                    encryptionAlgorithm: string
                tlsEncryptedVerifyCertificate:
                    sslCertificate: string
                unencrypted: {}
            host: string
            jdbcUrlParams: string
            password: string
            port: 0
            rawDataSchema: string
            schema: string
            sid: string
            tunnelMethod:
                noTunnel: {}
                passwordAuthentication:
                    tunnelHost: string
                    tunnelPort: 0
                    tunnelUser: string
                    tunnelUserPassword: string
                sshKeyAuthentication:
                    sshKey: string
                    tunnelHost: string
                    tunnelPort: 0
                    tunnelUser: string
            username: string
        definitionId: string
        name: string
        workspaceId: string
    

    DestinationOracle Resource Properties

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

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The DestinationOracle resource accepts the following input properties:

    Configuration DestinationOracleConfiguration
    WorkspaceId string
    DefinitionId string
    The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
    Name string
    Name of the destination e.g. dev-mysql-instance.
    Configuration DestinationOracleConfigurationArgs
    WorkspaceId string
    DefinitionId string
    The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
    Name string
    Name of the destination e.g. dev-mysql-instance.
    configuration DestinationOracleConfiguration
    workspaceId String
    definitionId String
    The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
    name String
    Name of the destination e.g. dev-mysql-instance.
    configuration DestinationOracleConfiguration
    workspaceId string
    definitionId string
    The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
    name string
    Name of the destination e.g. dev-mysql-instance.
    configuration DestinationOracleConfigurationArgs
    workspace_id str
    definition_id str
    The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
    name str
    Name of the destination e.g. dev-mysql-instance.
    configuration Property Map
    workspaceId String
    definitionId String
    The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
    name String
    Name of the destination e.g. dev-mysql-instance.

    Outputs

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

    CreatedAt double
    DestinationId string
    DestinationType string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResourceAllocation DestinationOracleResourceAllocation
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    CreatedAt float64
    DestinationId string
    DestinationType string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResourceAllocation DestinationOracleResourceAllocation
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    createdAt Double
    destinationId String
    destinationType String
    id String
    The provider-assigned unique ID for this managed resource.
    resourceAllocation DestinationOracleResourceAllocation
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    createdAt number
    destinationId string
    destinationType string
    id string
    The provider-assigned unique ID for this managed resource.
    resourceAllocation DestinationOracleResourceAllocation
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    created_at float
    destination_id str
    destination_type str
    id str
    The provider-assigned unique ID for this managed resource.
    resource_allocation DestinationOracleResourceAllocation
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    createdAt Number
    destinationId String
    destinationType String
    id String
    The provider-assigned unique ID for this managed resource.
    resourceAllocation Property Map
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.

    Look up Existing DestinationOracle Resource

    Get an existing DestinationOracle 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?: DestinationOracleState, opts?: CustomResourceOptions): DestinationOracle
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            configuration: Optional[DestinationOracleConfigurationArgs] = None,
            created_at: Optional[float] = None,
            definition_id: Optional[str] = None,
            destination_id: Optional[str] = None,
            destination_type: Optional[str] = None,
            name: Optional[str] = None,
            resource_allocation: Optional[DestinationOracleResourceAllocationArgs] = None,
            workspace_id: Optional[str] = None) -> DestinationOracle
    func GetDestinationOracle(ctx *Context, name string, id IDInput, state *DestinationOracleState, opts ...ResourceOption) (*DestinationOracle, error)
    public static DestinationOracle Get(string name, Input<string> id, DestinationOracleState? state, CustomResourceOptions? opts = null)
    public static DestinationOracle get(String name, Output<String> id, DestinationOracleState state, CustomResourceOptions options)
    resources:  _:    type: airbyte:DestinationOracle    get:      id: ${id}
    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:
    Configuration DestinationOracleConfiguration
    CreatedAt double
    DefinitionId string
    The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
    DestinationId string
    DestinationType string
    Name string
    Name of the destination e.g. dev-mysql-instance.
    ResourceAllocation DestinationOracleResourceAllocation
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    WorkspaceId string
    Configuration DestinationOracleConfigurationArgs
    CreatedAt float64
    DefinitionId string
    The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
    DestinationId string
    DestinationType string
    Name string
    Name of the destination e.g. dev-mysql-instance.
    ResourceAllocation DestinationOracleResourceAllocationArgs
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    WorkspaceId string
    configuration DestinationOracleConfiguration
    createdAt Double
    definitionId String
    The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
    destinationId String
    destinationType String
    name String
    Name of the destination e.g. dev-mysql-instance.
    resourceAllocation DestinationOracleResourceAllocation
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    workspaceId String
    configuration DestinationOracleConfiguration
    createdAt number
    definitionId string
    The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
    destinationId string
    destinationType string
    name string
    Name of the destination e.g. dev-mysql-instance.
    resourceAllocation DestinationOracleResourceAllocation
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    workspaceId string
    configuration DestinationOracleConfigurationArgs
    created_at float
    definition_id str
    The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
    destination_id str
    destination_type str
    name str
    Name of the destination e.g. dev-mysql-instance.
    resource_allocation DestinationOracleResourceAllocationArgs
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    workspace_id str
    configuration Property Map
    createdAt Number
    definitionId String
    The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. Requires replacement if changed.
    destinationId String
    destinationType String
    name String
    Name of the destination e.g. dev-mysql-instance.
    resourceAllocation Property Map
    actor or actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
    workspaceId String

    Supporting Types

    DestinationOracleConfiguration, DestinationOracleConfigurationArgs

    Host string
    The hostname of the database.
    Sid string
    The System Identifier uniquely distinguishes the instance from any other instance on the same computer.
    Username string
    The username to access the database. This user must have CREATE USER privileges in the database.
    Encryption DestinationOracleConfigurationEncryption
    The encryption method which is used when communicating with the database.
    JdbcUrlParams string
    Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
    Password string
    The password associated with the username.
    Port double
    The port of the database. Default: 1521
    RawDataSchema string
    The schema to write raw tables into (default: airbyte_internal)
    Schema string
    The default schema is used as the target schema for all statements issued from the connection that do not explicitly specify a schema name. The usual value for this field is "airbyte". In Oracle, schemas and users are the same thing, so the "user" parameter is used as the login credentials and this is used for the default Airbyte message schema. Default: "airbyte"
    TunnelMethod DestinationOracleConfigurationTunnelMethod
    Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
    Host string
    The hostname of the database.
    Sid string
    The System Identifier uniquely distinguishes the instance from any other instance on the same computer.
    Username string
    The username to access the database. This user must have CREATE USER privileges in the database.
    Encryption DestinationOracleConfigurationEncryption
    The encryption method which is used when communicating with the database.
    JdbcUrlParams string
    Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
    Password string
    The password associated with the username.
    Port float64
    The port of the database. Default: 1521
    RawDataSchema string
    The schema to write raw tables into (default: airbyte_internal)
    Schema string
    The default schema is used as the target schema for all statements issued from the connection that do not explicitly specify a schema name. The usual value for this field is "airbyte". In Oracle, schemas and users are the same thing, so the "user" parameter is used as the login credentials and this is used for the default Airbyte message schema. Default: "airbyte"
    TunnelMethod DestinationOracleConfigurationTunnelMethod
    Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
    host String
    The hostname of the database.
    sid String
    The System Identifier uniquely distinguishes the instance from any other instance on the same computer.
    username String
    The username to access the database. This user must have CREATE USER privileges in the database.
    encryption DestinationOracleConfigurationEncryption
    The encryption method which is used when communicating with the database.
    jdbcUrlParams String
    Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
    password String
    The password associated with the username.
    port Double
    The port of the database. Default: 1521
    rawDataSchema String
    The schema to write raw tables into (default: airbyte_internal)
    schema String
    The default schema is used as the target schema for all statements issued from the connection that do not explicitly specify a schema name. The usual value for this field is "airbyte". In Oracle, schemas and users are the same thing, so the "user" parameter is used as the login credentials and this is used for the default Airbyte message schema. Default: "airbyte"
    tunnelMethod DestinationOracleConfigurationTunnelMethod
    Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
    host string
    The hostname of the database.
    sid string
    The System Identifier uniquely distinguishes the instance from any other instance on the same computer.
    username string
    The username to access the database. This user must have CREATE USER privileges in the database.
    encryption DestinationOracleConfigurationEncryption
    The encryption method which is used when communicating with the database.
    jdbcUrlParams string
    Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
    password string
    The password associated with the username.
    port number
    The port of the database. Default: 1521
    rawDataSchema string
    The schema to write raw tables into (default: airbyte_internal)
    schema string
    The default schema is used as the target schema for all statements issued from the connection that do not explicitly specify a schema name. The usual value for this field is "airbyte". In Oracle, schemas and users are the same thing, so the "user" parameter is used as the login credentials and this is used for the default Airbyte message schema. Default: "airbyte"
    tunnelMethod DestinationOracleConfigurationTunnelMethod
    Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
    host str
    The hostname of the database.
    sid str
    The System Identifier uniquely distinguishes the instance from any other instance on the same computer.
    username str
    The username to access the database. This user must have CREATE USER privileges in the database.
    encryption DestinationOracleConfigurationEncryption
    The encryption method which is used when communicating with the database.
    jdbc_url_params str
    Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
    password str
    The password associated with the username.
    port float
    The port of the database. Default: 1521
    raw_data_schema str
    The schema to write raw tables into (default: airbyte_internal)
    schema str
    The default schema is used as the target schema for all statements issued from the connection that do not explicitly specify a schema name. The usual value for this field is "airbyte". In Oracle, schemas and users are the same thing, so the "user" parameter is used as the login credentials and this is used for the default Airbyte message schema. Default: "airbyte"
    tunnel_method DestinationOracleConfigurationTunnelMethod
    Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
    host String
    The hostname of the database.
    sid String
    The System Identifier uniquely distinguishes the instance from any other instance on the same computer.
    username String
    The username to access the database. This user must have CREATE USER privileges in the database.
    encryption Property Map
    The encryption method which is used when communicating with the database.
    jdbcUrlParams String
    Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
    password String
    The password associated with the username.
    port Number
    The port of the database. Default: 1521
    rawDataSchema String
    The schema to write raw tables into (default: airbyte_internal)
    schema String
    The default schema is used as the target schema for all statements issued from the connection that do not explicitly specify a schema name. The usual value for this field is "airbyte". In Oracle, schemas and users are the same thing, so the "user" parameter is used as the login credentials and this is used for the default Airbyte message schema. Default: "airbyte"
    tunnelMethod Property Map
    Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.

    DestinationOracleConfigurationEncryption, DestinationOracleConfigurationEncryptionArgs

    NativeNetworkEncryptionNne DestinationOracleConfigurationEncryptionNativeNetworkEncryptionNne
    The native network encryption gives you the ability to encrypt database connections, without the configuration overhead of TCP/IP and SSL/TLS and without the need to open and listen on different ports.
    TlsEncryptedVerifyCertificate DestinationOracleConfigurationEncryptionTlsEncryptedVerifyCertificate
    Verify and use the certificate provided by the server.
    Unencrypted DestinationOracleConfigurationEncryptionUnencrypted
    Data transfer will not be encrypted.
    NativeNetworkEncryptionNne DestinationOracleConfigurationEncryptionNativeNetworkEncryptionNne
    The native network encryption gives you the ability to encrypt database connections, without the configuration overhead of TCP/IP and SSL/TLS and without the need to open and listen on different ports.
    TlsEncryptedVerifyCertificate DestinationOracleConfigurationEncryptionTlsEncryptedVerifyCertificate
    Verify and use the certificate provided by the server.
    Unencrypted DestinationOracleConfigurationEncryptionUnencrypted
    Data transfer will not be encrypted.
    nativeNetworkEncryptionNne DestinationOracleConfigurationEncryptionNativeNetworkEncryptionNne
    The native network encryption gives you the ability to encrypt database connections, without the configuration overhead of TCP/IP and SSL/TLS and without the need to open and listen on different ports.
    tlsEncryptedVerifyCertificate DestinationOracleConfigurationEncryptionTlsEncryptedVerifyCertificate
    Verify and use the certificate provided by the server.
    unencrypted DestinationOracleConfigurationEncryptionUnencrypted
    Data transfer will not be encrypted.
    nativeNetworkEncryptionNne DestinationOracleConfigurationEncryptionNativeNetworkEncryptionNne
    The native network encryption gives you the ability to encrypt database connections, without the configuration overhead of TCP/IP and SSL/TLS and without the need to open and listen on different ports.
    tlsEncryptedVerifyCertificate DestinationOracleConfigurationEncryptionTlsEncryptedVerifyCertificate
    Verify and use the certificate provided by the server.
    unencrypted DestinationOracleConfigurationEncryptionUnencrypted
    Data transfer will not be encrypted.
    native_network_encryption_nne DestinationOracleConfigurationEncryptionNativeNetworkEncryptionNne
    The native network encryption gives you the ability to encrypt database connections, without the configuration overhead of TCP/IP and SSL/TLS and without the need to open and listen on different ports.
    tls_encrypted_verify_certificate DestinationOracleConfigurationEncryptionTlsEncryptedVerifyCertificate
    Verify and use the certificate provided by the server.
    unencrypted DestinationOracleConfigurationEncryptionUnencrypted
    Data transfer will not be encrypted.
    nativeNetworkEncryptionNne Property Map
    The native network encryption gives you the ability to encrypt database connections, without the configuration overhead of TCP/IP and SSL/TLS and without the need to open and listen on different ports.
    tlsEncryptedVerifyCertificate Property Map
    Verify and use the certificate provided by the server.
    unencrypted Property Map
    Data transfer will not be encrypted.

    DestinationOracleConfigurationEncryptionNativeNetworkEncryptionNne, DestinationOracleConfigurationEncryptionNativeNetworkEncryptionNneArgs

    EncryptionAlgorithm string
    This parameter defines the database encryption algorithm. Default: "AES256"; must be one of ["AES256", "RC4_56", "3DES168"]
    EncryptionAlgorithm string
    This parameter defines the database encryption algorithm. Default: "AES256"; must be one of ["AES256", "RC4_56", "3DES168"]
    encryptionAlgorithm String
    This parameter defines the database encryption algorithm. Default: "AES256"; must be one of ["AES256", "RC4_56", "3DES168"]
    encryptionAlgorithm string
    This parameter defines the database encryption algorithm. Default: "AES256"; must be one of ["AES256", "RC4_56", "3DES168"]
    encryption_algorithm str
    This parameter defines the database encryption algorithm. Default: "AES256"; must be one of ["AES256", "RC4_56", "3DES168"]
    encryptionAlgorithm String
    This parameter defines the database encryption algorithm. Default: "AES256"; must be one of ["AES256", "RC4_56", "3DES168"]

    DestinationOracleConfigurationEncryptionTlsEncryptedVerifyCertificate, DestinationOracleConfigurationEncryptionTlsEncryptedVerifyCertificateArgs

    SslCertificate string
    Privacy Enhanced Mail (PEM) files are concatenated certificate containers frequently used in certificate installations.
    SslCertificate string
    Privacy Enhanced Mail (PEM) files are concatenated certificate containers frequently used in certificate installations.
    sslCertificate String
    Privacy Enhanced Mail (PEM) files are concatenated certificate containers frequently used in certificate installations.
    sslCertificate string
    Privacy Enhanced Mail (PEM) files are concatenated certificate containers frequently used in certificate installations.
    ssl_certificate str
    Privacy Enhanced Mail (PEM) files are concatenated certificate containers frequently used in certificate installations.
    sslCertificate String
    Privacy Enhanced Mail (PEM) files are concatenated certificate containers frequently used in certificate installations.

    DestinationOracleConfigurationTunnelMethod, DestinationOracleConfigurationTunnelMethodArgs

    DestinationOracleConfigurationTunnelMethodPasswordAuthentication, DestinationOracleConfigurationTunnelMethodPasswordAuthenticationArgs

    TunnelHost string
    Hostname of the jump server host that allows inbound ssh tunnel.
    TunnelUser string
    OS-level username for logging into the jump server host
    TunnelUserPassword string
    OS-level password for logging into the jump server host
    TunnelPort double
    Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
    TunnelHost string
    Hostname of the jump server host that allows inbound ssh tunnel.
    TunnelUser string
    OS-level username for logging into the jump server host
    TunnelUserPassword string
    OS-level password for logging into the jump server host
    TunnelPort float64
    Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
    tunnelHost String
    Hostname of the jump server host that allows inbound ssh tunnel.
    tunnelUser String
    OS-level username for logging into the jump server host
    tunnelUserPassword String
    OS-level password for logging into the jump server host
    tunnelPort Double
    Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
    tunnelHost string
    Hostname of the jump server host that allows inbound ssh tunnel.
    tunnelUser string
    OS-level username for logging into the jump server host
    tunnelUserPassword string
    OS-level password for logging into the jump server host
    tunnelPort number
    Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
    tunnel_host str
    Hostname of the jump server host that allows inbound ssh tunnel.
    tunnel_user str
    OS-level username for logging into the jump server host
    tunnel_user_password str
    OS-level password for logging into the jump server host
    tunnel_port float
    Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
    tunnelHost String
    Hostname of the jump server host that allows inbound ssh tunnel.
    tunnelUser String
    OS-level username for logging into the jump server host
    tunnelUserPassword String
    OS-level password for logging into the jump server host
    tunnelPort Number
    Port on the proxy/jump server that accepts inbound ssh connections. Default: 22

    DestinationOracleConfigurationTunnelMethodSshKeyAuthentication, DestinationOracleConfigurationTunnelMethodSshKeyAuthenticationArgs

    SshKey string
    OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
    TunnelHost string
    Hostname of the jump server host that allows inbound ssh tunnel.
    TunnelUser string
    OS-level username for logging into the jump server host.
    TunnelPort double
    Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
    SshKey string
    OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
    TunnelHost string
    Hostname of the jump server host that allows inbound ssh tunnel.
    TunnelUser string
    OS-level username for logging into the jump server host.
    TunnelPort float64
    Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
    sshKey String
    OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
    tunnelHost String
    Hostname of the jump server host that allows inbound ssh tunnel.
    tunnelUser String
    OS-level username for logging into the jump server host.
    tunnelPort Double
    Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
    sshKey string
    OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
    tunnelHost string
    Hostname of the jump server host that allows inbound ssh tunnel.
    tunnelUser string
    OS-level username for logging into the jump server host.
    tunnelPort number
    Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
    ssh_key str
    OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
    tunnel_host str
    Hostname of the jump server host that allows inbound ssh tunnel.
    tunnel_user str
    OS-level username for logging into the jump server host.
    tunnel_port float
    Port on the proxy/jump server that accepts inbound ssh connections. Default: 22
    sshKey String
    OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
    tunnelHost String
    Hostname of the jump server host that allows inbound ssh tunnel.
    tunnelUser String
    OS-level username for logging into the jump server host.
    tunnelPort Number
    Port on the proxy/jump server that accepts inbound ssh connections. Default: 22

    DestinationOracleResourceAllocation, DestinationOracleResourceAllocationArgs

    Default DestinationOracleResourceAllocationDefault
    optional resource requirements to run workers (blank for unbounded allocations)
    JobSpecifics List<DestinationOracleResourceAllocationJobSpecific>
    Default DestinationOracleResourceAllocationDefault
    optional resource requirements to run workers (blank for unbounded allocations)
    JobSpecifics []DestinationOracleResourceAllocationJobSpecific
    default_ DestinationOracleResourceAllocationDefault
    optional resource requirements to run workers (blank for unbounded allocations)
    jobSpecifics List<DestinationOracleResourceAllocationJobSpecific>
    default DestinationOracleResourceAllocationDefault
    optional resource requirements to run workers (blank for unbounded allocations)
    jobSpecifics DestinationOracleResourceAllocationJobSpecific[]
    default DestinationOracleResourceAllocationDefault
    optional resource requirements to run workers (blank for unbounded allocations)
    job_specifics Sequence[DestinationOracleResourceAllocationJobSpecific]
    default Property Map
    optional resource requirements to run workers (blank for unbounded allocations)
    jobSpecifics List<Property Map>

    DestinationOracleResourceAllocationDefault, DestinationOracleResourceAllocationDefaultArgs

    DestinationOracleResourceAllocationJobSpecific, DestinationOracleResourceAllocationJobSpecificArgs

    JobType string
    enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
    ResourceRequirements DestinationOracleResourceAllocationJobSpecificResourceRequirements
    optional resource requirements to run workers (blank for unbounded allocations)
    JobType string
    enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
    ResourceRequirements DestinationOracleResourceAllocationJobSpecificResourceRequirements
    optional resource requirements to run workers (blank for unbounded allocations)
    jobType String
    enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
    resourceRequirements DestinationOracleResourceAllocationJobSpecificResourceRequirements
    optional resource requirements to run workers (blank for unbounded allocations)
    jobType string
    enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
    resourceRequirements DestinationOracleResourceAllocationJobSpecificResourceRequirements
    optional resource requirements to run workers (blank for unbounded allocations)
    job_type str
    enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
    resource_requirements DestinationOracleResourceAllocationJobSpecificResourceRequirements
    optional resource requirements to run workers (blank for unbounded allocations)
    jobType String
    enum that describes the different types of jobs that the platform runs. must be one of ["getspec", "checkconnection", "discoverschema", "sync", "resetconnection", "connection_updater", "replicate"]
    resourceRequirements Property Map
    optional resource requirements to run workers (blank for unbounded allocations)

    DestinationOracleResourceAllocationJobSpecificResourceRequirements, DestinationOracleResourceAllocationJobSpecificResourceRequirementsArgs

    Import

    $ pulumi import airbyte:index/destinationOracle:DestinationOracle my_airbyte_destination_oracle ""
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    airbyte airbytehq/terraform-provider-airbyte
    License
    Notes
    This Pulumi package is based on the airbyte Terraform Provider.
    airbyte logo
    airbyte 0.8.0-beta2 published on Thursday, Mar 27, 2025 by airbytehq