1. Packages
  2. Airbyte Provider
  3. API Docs
  4. SourceOracle
airbyte 0.10.0 published on Monday, Apr 14, 2025 by airbytehq

airbyte.SourceOracle

Explore with Pulumi AI

SourceOracle 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.SourceOracle;
import com.pulumi.airbyte.SourceOracleArgs;
import com.pulumi.airbyte.inputs.SourceOracleConfigurationArgs;
import com.pulumi.airbyte.inputs.SourceOracleConfigurationEncryptionArgs;
import com.pulumi.airbyte.inputs.SourceOracleConfigurationEncryptionNativeNetworkEncryptionNneArgs;
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 mySourceOracle = new SourceOracle("mySourceOracle", SourceOracleArgs.builder()
            .configuration(SourceOracleConfigurationArgs.builder()
                .connection_data(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .encryption(SourceOracleConfigurationEncryptionArgs.builder()
                    .nativeNetworkEncryptionNne(SourceOracleConfigurationEncryptionNativeNetworkEncryptionNneArgs.builder()
                        .encryptionAlgorithm("3DES168")
                        .build())
                    .build())
                .host("...my_host...")
                .jdbc_url_params("...my_jdbc_url_params...")
                .password("...my_password...")
                .port(22568)
                .schemas("...")
                .tunnel_method(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .username("...my_username...")
                .build())
            .definitionId("19b6db41-3eb9-40e4-9d70-9711de027975")
            .secretId("...my_secret_id...")
            .workspaceId("a4ecddd5-3505-44b1-8fbf-25c1225b2856")
            .build());

    }
}
Copy
resources:
  mySourceOracle:
    type: airbyte:SourceOracle
    properties:
      configuration:
        connection_data:
          systemIdsid:
            sid: '...my_sid...'
        encryption:
          nativeNetworkEncryptionNne:
            encryptionAlgorithm: 3DES168
        host: '...my_host...'
        jdbc_url_params: '...my_jdbc_url_params...'
        password: '...my_password...'
        port: 22568
        schemas:
          - '...'
        tunnel_method:
          noTunnel: {}
        username: '...my_username...'
      definitionId: 19b6db41-3eb9-40e4-9d70-9711de027975
      secretId: '...my_secret_id...'
      workspaceId: a4ecddd5-3505-44b1-8fbf-25c1225b2856
Copy

Create SourceOracle Resource

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

Constructor syntax

new SourceOracle(name: string, args: SourceOracleArgs, opts?: CustomResourceOptions);
@overload
def SourceOracle(resource_name: str,
                 args: SourceOracleArgs,
                 opts: Optional[ResourceOptions] = None)

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

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. SourceOracleArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. SourceOracleArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. SourceOracleArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. SourceOracleArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. SourceOracleArgs
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 sourceOracleResource = new Airbyte.SourceOracle("sourceOracleResource", new()
{
    Configuration = new Airbyte.Inputs.SourceOracleConfigurationArgs
    {
        Host = "string",
        Username = "string",
        ConnectionData = new Airbyte.Inputs.SourceOracleConfigurationConnectionDataArgs
        {
            ServiceName = new Airbyte.Inputs.SourceOracleConfigurationConnectionDataServiceNameArgs
            {
                ServiceName = "string",
            },
            SystemIdsid = new Airbyte.Inputs.SourceOracleConfigurationConnectionDataSystemIdsidArgs
            {
                Sid = "string",
            },
        },
        Encryption = new Airbyte.Inputs.SourceOracleConfigurationEncryptionArgs
        {
            NativeNetworkEncryptionNne = new Airbyte.Inputs.SourceOracleConfigurationEncryptionNativeNetworkEncryptionNneArgs
            {
                EncryptionAlgorithm = "string",
            },
            TlsEncryptedVerifyCertificate = new Airbyte.Inputs.SourceOracleConfigurationEncryptionTlsEncryptedVerifyCertificateArgs
            {
                SslCertificate = "string",
            },
            Unencrypted = null,
        },
        JdbcUrlParams = "string",
        Password = "string",
        Port = 0,
        Schemas = new[]
        {
            "string",
        },
        TunnelMethod = new Airbyte.Inputs.SourceOracleConfigurationTunnelMethodArgs
        {
            NoTunnel = null,
            PasswordAuthentication = new Airbyte.Inputs.SourceOracleConfigurationTunnelMethodPasswordAuthenticationArgs
            {
                TunnelHost = "string",
                TunnelUser = "string",
                TunnelUserPassword = "string",
                TunnelPort = 0,
            },
            SshKeyAuthentication = new Airbyte.Inputs.SourceOracleConfigurationTunnelMethodSshKeyAuthenticationArgs
            {
                SshKey = "string",
                TunnelHost = "string",
                TunnelUser = "string",
                TunnelPort = 0,
            },
        },
    },
    WorkspaceId = "string",
    DefinitionId = "string",
    Name = "string",
    SecretId = "string",
});
Copy
example, err := airbyte.NewSourceOracle(ctx, "sourceOracleResource", &airbyte.SourceOracleArgs{
	Configuration: &airbyte.SourceOracleConfigurationArgs{
		Host:     pulumi.String("string"),
		Username: pulumi.String("string"),
		ConnectionData: &airbyte.SourceOracleConfigurationConnectionDataArgs{
			ServiceName: &airbyte.SourceOracleConfigurationConnectionDataServiceNameArgs{
				ServiceName: pulumi.String("string"),
			},
			SystemIdsid: &airbyte.SourceOracleConfigurationConnectionDataSystemIdsidArgs{
				Sid: pulumi.String("string"),
			},
		},
		Encryption: &airbyte.SourceOracleConfigurationEncryptionArgs{
			NativeNetworkEncryptionNne: &airbyte.SourceOracleConfigurationEncryptionNativeNetworkEncryptionNneArgs{
				EncryptionAlgorithm: pulumi.String("string"),
			},
			TlsEncryptedVerifyCertificate: &airbyte.SourceOracleConfigurationEncryptionTlsEncryptedVerifyCertificateArgs{
				SslCertificate: pulumi.String("string"),
			},
			Unencrypted: &airbyte.SourceOracleConfigurationEncryptionUnencryptedArgs{},
		},
		JdbcUrlParams: pulumi.String("string"),
		Password:      pulumi.String("string"),
		Port:          pulumi.Float64(0),
		Schemas: pulumi.StringArray{
			pulumi.String("string"),
		},
		TunnelMethod: &airbyte.SourceOracleConfigurationTunnelMethodArgs{
			NoTunnel: &airbyte.SourceOracleConfigurationTunnelMethodNoTunnelArgs{},
			PasswordAuthentication: &airbyte.SourceOracleConfigurationTunnelMethodPasswordAuthenticationArgs{
				TunnelHost:         pulumi.String("string"),
				TunnelUser:         pulumi.String("string"),
				TunnelUserPassword: pulumi.String("string"),
				TunnelPort:         pulumi.Float64(0),
			},
			SshKeyAuthentication: &airbyte.SourceOracleConfigurationTunnelMethodSshKeyAuthenticationArgs{
				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"),
	SecretId:     pulumi.String("string"),
})
Copy
var sourceOracleResource = new SourceOracle("sourceOracleResource", SourceOracleArgs.builder()
    .configuration(SourceOracleConfigurationArgs.builder()
        .host("string")
        .username("string")
        .connectionData(SourceOracleConfigurationConnectionDataArgs.builder()
            .serviceName(SourceOracleConfigurationConnectionDataServiceNameArgs.builder()
                .serviceName("string")
                .build())
            .systemIdsid(SourceOracleConfigurationConnectionDataSystemIdsidArgs.builder()
                .sid("string")
                .build())
            .build())
        .encryption(SourceOracleConfigurationEncryptionArgs.builder()
            .nativeNetworkEncryptionNne(SourceOracleConfigurationEncryptionNativeNetworkEncryptionNneArgs.builder()
                .encryptionAlgorithm("string")
                .build())
            .tlsEncryptedVerifyCertificate(SourceOracleConfigurationEncryptionTlsEncryptedVerifyCertificateArgs.builder()
                .sslCertificate("string")
                .build())
            .unencrypted()
            .build())
        .jdbcUrlParams("string")
        .password("string")
        .port(0)
        .schemas("string")
        .tunnelMethod(SourceOracleConfigurationTunnelMethodArgs.builder()
            .noTunnel()
            .passwordAuthentication(SourceOracleConfigurationTunnelMethodPasswordAuthenticationArgs.builder()
                .tunnelHost("string")
                .tunnelUser("string")
                .tunnelUserPassword("string")
                .tunnelPort(0)
                .build())
            .sshKeyAuthentication(SourceOracleConfigurationTunnelMethodSshKeyAuthenticationArgs.builder()
                .sshKey("string")
                .tunnelHost("string")
                .tunnelUser("string")
                .tunnelPort(0)
                .build())
            .build())
        .build())
    .workspaceId("string")
    .definitionId("string")
    .name("string")
    .secretId("string")
    .build());
Copy
source_oracle_resource = airbyte.SourceOracle("sourceOracleResource",
    configuration={
        "host": "string",
        "username": "string",
        "connection_data": {
            "service_name": {
                "service_name": "string",
            },
            "system_idsid": {
                "sid": "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,
        "schemas": ["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",
    secret_id="string")
Copy
const sourceOracleResource = new airbyte.SourceOracle("sourceOracleResource", {
    configuration: {
        host: "string",
        username: "string",
        connectionData: {
            serviceName: {
                serviceName: "string",
            },
            systemIdsid: {
                sid: "string",
            },
        },
        encryption: {
            nativeNetworkEncryptionNne: {
                encryptionAlgorithm: "string",
            },
            tlsEncryptedVerifyCertificate: {
                sslCertificate: "string",
            },
            unencrypted: {},
        },
        jdbcUrlParams: "string",
        password: "string",
        port: 0,
        schemas: ["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",
    secretId: "string",
});
Copy
type: airbyte:SourceOracle
properties:
    configuration:
        connectionData:
            serviceName:
                serviceName: string
            systemIdsid:
                sid: string
        encryption:
            nativeNetworkEncryptionNne:
                encryptionAlgorithm: string
            tlsEncryptedVerifyCertificate:
                sslCertificate: string
            unencrypted: {}
        host: string
        jdbcUrlParams: string
        password: string
        port: 0
        schemas:
            - 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
    secretId: string
    workspaceId: string
Copy

SourceOracle 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 SourceOracle resource accepts the following input properties:

Configuration This property is required. SourceOracleConfiguration
WorkspaceId This property is required. string
DefinitionId string
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
Name string
Name of the source e.g. dev-mysql-instance.
SecretId string
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
Configuration This property is required. SourceOracleConfigurationArgs
WorkspaceId This property is required. string
DefinitionId string
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
Name string
Name of the source e.g. dev-mysql-instance.
SecretId string
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
configuration This property is required. SourceOracleConfiguration
workspaceId This property is required. String
definitionId String
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name String
Name of the source e.g. dev-mysql-instance.
secretId String
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
configuration This property is required. SourceOracleConfiguration
workspaceId This property is required. string
definitionId string
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name string
Name of the source e.g. dev-mysql-instance.
secretId string
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
configuration This property is required. SourceOracleConfigurationArgs
workspace_id This property is required. str
definition_id str
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name str
Name of the source e.g. dev-mysql-instance.
secret_id str
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
configuration This property is required. Property Map
workspaceId This property is required. String
definitionId String
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name String
Name of the source e.g. dev-mysql-instance.
secretId String
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.

Outputs

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

CreatedAt double
Id string
The provider-assigned unique ID for this managed resource.
ResourceAllocation SourceOracleResourceAllocation
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.
SourceId string
SourceType string
CreatedAt float64
Id string
The provider-assigned unique ID for this managed resource.
ResourceAllocation SourceOracleResourceAllocation
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.
SourceId string
SourceType string
createdAt Double
id String
The provider-assigned unique ID for this managed resource.
resourceAllocation SourceOracleResourceAllocation
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.
sourceId String
sourceType String
createdAt number
id string
The provider-assigned unique ID for this managed resource.
resourceAllocation SourceOracleResourceAllocation
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.
sourceId string
sourceType string
created_at float
id str
The provider-assigned unique ID for this managed resource.
resource_allocation SourceOracleResourceAllocation
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.
source_id str
source_type str
createdAt Number
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.
sourceId String
sourceType String

Look up Existing SourceOracle Resource

Get an existing SourceOracle 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?: SourceOracleState, opts?: CustomResourceOptions): SourceOracle
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        configuration: Optional[SourceOracleConfigurationArgs] = None,
        created_at: Optional[float] = None,
        definition_id: Optional[str] = None,
        name: Optional[str] = None,
        resource_allocation: Optional[SourceOracleResourceAllocationArgs] = None,
        secret_id: Optional[str] = None,
        source_id: Optional[str] = None,
        source_type: Optional[str] = None,
        workspace_id: Optional[str] = None) -> SourceOracle
func GetSourceOracle(ctx *Context, name string, id IDInput, state *SourceOracleState, opts ...ResourceOption) (*SourceOracle, error)
public static SourceOracle Get(string name, Input<string> id, SourceOracleState? state, CustomResourceOptions? opts = null)
public static SourceOracle get(String name, Output<String> id, SourceOracleState state, CustomResourceOptions options)
resources:  _:    type: airbyte:SourceOracle    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 SourceOracleConfiguration
CreatedAt double
DefinitionId string
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
Name string
Name of the source e.g. dev-mysql-instance.
ResourceAllocation SourceOracleResourceAllocation
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.
SecretId string
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
SourceId string
SourceType string
WorkspaceId string
Configuration SourceOracleConfigurationArgs
CreatedAt float64
DefinitionId string
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
Name string
Name of the source e.g. dev-mysql-instance.
ResourceAllocation SourceOracleResourceAllocationArgs
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.
SecretId string
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
SourceId string
SourceType string
WorkspaceId string
configuration SourceOracleConfiguration
createdAt Double
definitionId String
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name String
Name of the source e.g. dev-mysql-instance.
resourceAllocation SourceOracleResourceAllocation
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.
secretId String
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
sourceId String
sourceType String
workspaceId String
configuration SourceOracleConfiguration
createdAt number
definitionId string
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name string
Name of the source e.g. dev-mysql-instance.
resourceAllocation SourceOracleResourceAllocation
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.
secretId string
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
sourceId string
sourceType string
workspaceId string
configuration SourceOracleConfigurationArgs
created_at float
definition_id str
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name str
Name of the source e.g. dev-mysql-instance.
resource_allocation SourceOracleResourceAllocationArgs
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.
secret_id str
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
source_id str
source_type str
workspace_id str
configuration Property Map
createdAt Number
definitionId String
The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.
name String
Name of the source 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.
secretId String
Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
sourceId String
sourceType String
workspaceId String

Supporting Types

SourceOracleConfiguration
, SourceOracleConfigurationArgs

Host This property is required. string
Hostname of the database.
Username This property is required. string
The username which is used to access the database.
ConnectionData SourceOracleConfigurationConnectionData
Connect data that will be used for DB connection
Encryption SourceOracleConfigurationEncryption
The encryption method with 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
Port of the database. Oracle Corporations recommends the following port numbers: 1521 - Default listening port for client connections to the listener. 2484 - Recommended and officially registered listening port for client connections to the listener using TCP/IP with SSL Default: 1521
Schemas List<string>
The list of schemas to sync from. Defaults to user. Case sensitive.
TunnelMethod SourceOracleConfigurationTunnelMethod
Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
Host This property is required. string
Hostname of the database.
Username This property is required. string
The username which is used to access the database.
ConnectionData SourceOracleConfigurationConnectionData
Connect data that will be used for DB connection
Encryption SourceOracleConfigurationEncryption
The encryption method with 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
Port of the database. Oracle Corporations recommends the following port numbers: 1521 - Default listening port for client connections to the listener. 2484 - Recommended and officially registered listening port for client connections to the listener using TCP/IP with SSL Default: 1521
Schemas []string
The list of schemas to sync from. Defaults to user. Case sensitive.
TunnelMethod SourceOracleConfigurationTunnelMethod
Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
host This property is required. String
Hostname of the database.
username This property is required. String
The username which is used to access the database.
connectionData SourceOracleConfigurationConnectionData
Connect data that will be used for DB connection
encryption SourceOracleConfigurationEncryption
The encryption method with 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
Port of the database. Oracle Corporations recommends the following port numbers: 1521 - Default listening port for client connections to the listener. 2484 - Recommended and officially registered listening port for client connections to the listener using TCP/IP with SSL Default: 1521
schemas List<String>
The list of schemas to sync from. Defaults to user. Case sensitive.
tunnelMethod SourceOracleConfigurationTunnelMethod
Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
host This property is required. string
Hostname of the database.
username This property is required. string
The username which is used to access the database.
connectionData SourceOracleConfigurationConnectionData
Connect data that will be used for DB connection
encryption SourceOracleConfigurationEncryption
The encryption method with 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
Port of the database. Oracle Corporations recommends the following port numbers: 1521 - Default listening port for client connections to the listener. 2484 - Recommended and officially registered listening port for client connections to the listener using TCP/IP with SSL Default: 1521
schemas string[]
The list of schemas to sync from. Defaults to user. Case sensitive.
tunnelMethod SourceOracleConfigurationTunnelMethod
Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
host This property is required. str
Hostname of the database.
username This property is required. str
The username which is used to access the database.
connection_data SourceOracleConfigurationConnectionData
Connect data that will be used for DB connection
encryption SourceOracleConfigurationEncryption
The encryption method with 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
Port of the database. Oracle Corporations recommends the following port numbers: 1521 - Default listening port for client connections to the listener. 2484 - Recommended and officially registered listening port for client connections to the listener using TCP/IP with SSL Default: 1521
schemas Sequence[str]
The list of schemas to sync from. Defaults to user. Case sensitive.
tunnel_method SourceOracleConfigurationTunnelMethod
Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
host This property is required. String
Hostname of the database.
username This property is required. String
The username which is used to access the database.
connectionData Property Map
Connect data that will be used for DB connection
encryption Property Map
The encryption method with 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
Port of the database. Oracle Corporations recommends the following port numbers: 1521 - Default listening port for client connections to the listener. 2484 - Recommended and officially registered listening port for client connections to the listener using TCP/IP with SSL Default: 1521
schemas List<String>
The list of schemas to sync from. Defaults to user. Case sensitive.
tunnelMethod Property Map
Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.

SourceOracleConfigurationConnectionData
, SourceOracleConfigurationConnectionDataArgs

serviceName Property Map
Use service name
systemIdsid Property Map
Use SID (Oracle System Identifier)

SourceOracleConfigurationConnectionDataServiceName
, SourceOracleConfigurationConnectionDataServiceNameArgs

ServiceName This property is required. string
ServiceName This property is required. string
serviceName This property is required. String
serviceName This property is required. string
service_name This property is required. str
serviceName This property is required. String

SourceOracleConfigurationConnectionDataSystemIdsid
, SourceOracleConfigurationConnectionDataSystemIdsidArgs

Sid This property is required. string
Sid This property is required. string
sid This property is required. String
sid This property is required. string
sid This property is required. str
sid This property is required. String

SourceOracleConfigurationEncryption
, SourceOracleConfigurationEncryptionArgs

NativeNetworkEncryptionNne SourceOracleConfigurationEncryptionNativeNetworkEncryptionNne
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 SourceOracleConfigurationEncryptionTlsEncryptedVerifyCertificate
Verify and use the certificate provided by the server.
Unencrypted SourceOracleConfigurationEncryptionUnencrypted
Data transfer will not be encrypted.
NativeNetworkEncryptionNne SourceOracleConfigurationEncryptionNativeNetworkEncryptionNne
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 SourceOracleConfigurationEncryptionTlsEncryptedVerifyCertificate
Verify and use the certificate provided by the server.
Unencrypted SourceOracleConfigurationEncryptionUnencrypted
Data transfer will not be encrypted.
nativeNetworkEncryptionNne SourceOracleConfigurationEncryptionNativeNetworkEncryptionNne
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 SourceOracleConfigurationEncryptionTlsEncryptedVerifyCertificate
Verify and use the certificate provided by the server.
unencrypted SourceOracleConfigurationEncryptionUnencrypted
Data transfer will not be encrypted.
nativeNetworkEncryptionNne SourceOracleConfigurationEncryptionNativeNetworkEncryptionNne
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 SourceOracleConfigurationEncryptionTlsEncryptedVerifyCertificate
Verify and use the certificate provided by the server.
unencrypted SourceOracleConfigurationEncryptionUnencrypted
Data transfer will not be encrypted.
native_network_encryption_nne SourceOracleConfigurationEncryptionNativeNetworkEncryptionNne
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 SourceOracleConfigurationEncryptionTlsEncryptedVerifyCertificate
Verify and use the certificate provided by the server.
unencrypted SourceOracleConfigurationEncryptionUnencrypted
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.

SourceOracleConfigurationEncryptionNativeNetworkEncryptionNne
, SourceOracleConfigurationEncryptionNativeNetworkEncryptionNneArgs

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

SourceOracleConfigurationEncryptionTlsEncryptedVerifyCertificate
, SourceOracleConfigurationEncryptionTlsEncryptedVerifyCertificateArgs

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

SourceOracleConfigurationTunnelMethod
, SourceOracleConfigurationTunnelMethodArgs

SourceOracleConfigurationTunnelMethodPasswordAuthentication
, SourceOracleConfigurationTunnelMethodPasswordAuthenticationArgs

TunnelHost This property is required. string
Hostname of the jump server host that allows inbound ssh tunnel.
TunnelUser This property is required. string
OS-level username for logging into the jump server host
TunnelUserPassword This property is required. 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 This property is required. string
Hostname of the jump server host that allows inbound ssh tunnel.
TunnelUser This property is required. string
OS-level username for logging into the jump server host
TunnelUserPassword This property is required. 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 This property is required. String
Hostname of the jump server host that allows inbound ssh tunnel.
tunnelUser This property is required. String
OS-level username for logging into the jump server host
tunnelUserPassword This property is required. 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 This property is required. string
Hostname of the jump server host that allows inbound ssh tunnel.
tunnelUser This property is required. string
OS-level username for logging into the jump server host
tunnelUserPassword This property is required. 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 This property is required. str
Hostname of the jump server host that allows inbound ssh tunnel.
tunnel_user This property is required. str
OS-level username for logging into the jump server host
tunnel_user_password This property is required. 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 This property is required. String
Hostname of the jump server host that allows inbound ssh tunnel.
tunnelUser This property is required. String
OS-level username for logging into the jump server host
tunnelUserPassword This property is required. 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

SourceOracleConfigurationTunnelMethodSshKeyAuthentication
, SourceOracleConfigurationTunnelMethodSshKeyAuthenticationArgs

SshKey This property is required. string
OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
TunnelHost This property is required. string
Hostname of the jump server host that allows inbound ssh tunnel.
TunnelUser This property is required. 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 This property is required. string
OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
TunnelHost This property is required. string
Hostname of the jump server host that allows inbound ssh tunnel.
TunnelUser This property is required. 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 This property is required. String
OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
tunnelHost This property is required. String
Hostname of the jump server host that allows inbound ssh tunnel.
tunnelUser This property is required. 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 This property is required. string
OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
tunnelHost This property is required. string
Hostname of the jump server host that allows inbound ssh tunnel.
tunnelUser This property is required. 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 This property is required. 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 This property is required. str
Hostname of the jump server host that allows inbound ssh tunnel.
tunnel_user This property is required. 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 This property is required. String
OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )
tunnelHost This property is required. String
Hostname of the jump server host that allows inbound ssh tunnel.
tunnelUser This property is required. 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

SourceOracleResourceAllocation
, SourceOracleResourceAllocationArgs

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

SourceOracleResourceAllocationDefault
, SourceOracleResourceAllocationDefaultArgs

SourceOracleResourceAllocationJobSpecific
, SourceOracleResourceAllocationJobSpecificArgs

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 SourceOracleResourceAllocationJobSpecificResourceRequirements
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 SourceOracleResourceAllocationJobSpecificResourceRequirements
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 SourceOracleResourceAllocationJobSpecificResourceRequirements
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 SourceOracleResourceAllocationJobSpecificResourceRequirements
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 SourceOracleResourceAllocationJobSpecificResourceRequirements
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)

SourceOracleResourceAllocationJobSpecificResourceRequirements
, SourceOracleResourceAllocationJobSpecificResourceRequirementsArgs

Import

$ pulumi import airbyte:index/sourceOracle:SourceOracle my_airbyte_source_oracle ""
Copy

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.