1. Packages
  2. Airbyte Provider
  3. API Docs
  4. SourceMysql
airbyte 0.8.1-beta published on Saturday, Mar 29, 2025 by airbytehq

airbyte.SourceMysql

Explore with Pulumi AI

SourceMysql 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.SourceMysql;
import com.pulumi.airbyte.SourceMysqlArgs;
import com.pulumi.airbyte.inputs.SourceMysqlConfigurationArgs;
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 mySourceMysql = new SourceMysql("mySourceMysql", SourceMysqlArgs.builder()
            .configuration(SourceMysqlConfigurationArgs.builder()
                .check_privileges(false)
                .checkpoint_target_interval_seconds(9)
                .concurrency(2)
                .database("...my_database...")
                .host("...my_host...")
                .jdbc_url_params("...my_jdbc_url_params...")
                .password("...my_password...")
                .port(36347)
                .replication_method(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .ssl_mode()
                .tunnel_method(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .username("...my_username...")
                .build())
            .definitionId("0dfd0bfe-6e77-4725-b2d3-cf8a98202e5e")
            .secretId("...my_secret_id...")
            .workspaceId("11f42152-f8a9-43ef-9f56-8a8e0b14bab5")
            .build());

    }
}
Copy
resources:
  mySourceMysql:
    type: airbyte:SourceMysql
    properties:
      configuration:
        check_privileges: false
        checkpoint_target_interval_seconds: 9
        concurrency: 2
        database: '...my_database...'
        host: '...my_host...'
        jdbc_url_params: '...my_jdbc_url_params...'
        password: '...my_password...'
        port: 36347
        replication_method:
          readChangesUsingChangeDataCaptureCdc:
            additionalProperties: '{ "see": "documentation" }'
            initialLoadTimeoutHours: 1
            invalidCdcCursorPositionBehavior: Fail sync
            method: CDC
            serverTimezone: '...my_server_timezone...'
        ssl_mode: {}
        tunnel_method:
          noTunnel:
            additionalProperties: '{ "see": "documentation" }'
            tunnelMethod: NO_TUNNEL
        username: '...my_username...'
      definitionId: 0dfd0bfe-6e77-4725-b2d3-cf8a98202e5e
      secretId: '...my_secret_id...'
      workspaceId: 11f42152-f8a9-43ef-9f56-8a8e0b14bab5
Copy

Create SourceMysql Resource

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

Constructor syntax

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

@overload
def SourceMysql(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                configuration: Optional[SourceMysqlConfigurationArgs] = None,
                workspace_id: Optional[str] = None,
                definition_id: Optional[str] = None,
                name: Optional[str] = None,
                secret_id: Optional[str] = None)
func NewSourceMysql(ctx *Context, name string, args SourceMysqlArgs, opts ...ResourceOption) (*SourceMysql, error)
public SourceMysql(string name, SourceMysqlArgs args, CustomResourceOptions? opts = null)
public SourceMysql(String name, SourceMysqlArgs args)
public SourceMysql(String name, SourceMysqlArgs args, CustomResourceOptions options)
type: airbyte:SourceMysql
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. SourceMysqlArgs
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. SourceMysqlArgs
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. SourceMysqlArgs
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. SourceMysqlArgs
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. SourceMysqlArgs
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 sourceMysqlResource = new Airbyte.SourceMysql("sourceMysqlResource", new()
{
    Configuration = new Airbyte.Inputs.SourceMysqlConfigurationArgs
    {
        Database = "string",
        Host = "string",
        ReplicationMethod = new Airbyte.Inputs.SourceMysqlConfigurationReplicationMethodArgs
        {
            ReadChangesUsingChangeDataCaptureCdc = new Airbyte.Inputs.SourceMysqlConfigurationReplicationMethodReadChangesUsingChangeDataCaptureCdcArgs
            {
                AdditionalProperties = "string",
                InitialLoadTimeoutHours = 0,
                InvalidCdcCursorPositionBehavior = "string",
                Method = "string",
                ServerTimezone = "string",
            },
            ScanChangesWithUserDefinedCursor = new Airbyte.Inputs.SourceMysqlConfigurationReplicationMethodScanChangesWithUserDefinedCursorArgs
            {
                AdditionalProperties = "string",
                Method = "string",
            },
        },
        Username = "string",
        CheckPrivileges = false,
        CheckpointTargetIntervalSeconds = 0,
        Concurrency = 0,
        JdbcUrlParams = "string",
        Password = "string",
        Port = 0,
        SslMode = new Airbyte.Inputs.SourceMysqlConfigurationSslModeArgs
        {
            Preferred = new Airbyte.Inputs.SourceMysqlConfigurationSslModePreferredArgs
            {
                AdditionalProperties = "string",
                Mode = "string",
            },
            Required = new Airbyte.Inputs.SourceMysqlConfigurationSslModeRequiredArgs
            {
                AdditionalProperties = "string",
                Mode = "string",
            },
            VerifyCa = new Airbyte.Inputs.SourceMysqlConfigurationSslModeVerifyCaArgs
            {
                CaCertificate = "string",
                AdditionalProperties = "string",
                ClientCertificate = "string",
                ClientKey = "string",
                ClientKeyPassword = "string",
                Mode = "string",
            },
            VerifyIdentity = new Airbyte.Inputs.SourceMysqlConfigurationSslModeVerifyIdentityArgs
            {
                CaCertificate = "string",
                AdditionalProperties = "string",
                ClientCertificate = "string",
                ClientKey = "string",
                ClientKeyPassword = "string",
                Mode = "string",
            },
        },
        TunnelMethod = new Airbyte.Inputs.SourceMysqlConfigurationTunnelMethodArgs
        {
            NoTunnel = new Airbyte.Inputs.SourceMysqlConfigurationTunnelMethodNoTunnelArgs
            {
                AdditionalProperties = "string",
                TunnelMethod = "string",
            },
            PasswordAuthentication = new Airbyte.Inputs.SourceMysqlConfigurationTunnelMethodPasswordAuthenticationArgs
            {
                TunnelHost = "string",
                TunnelUser = "string",
                TunnelUserPassword = "string",
                AdditionalProperties = "string",
                TunnelMethod = "string",
                TunnelPort = 0,
            },
            SshKeyAuthentication = new Airbyte.Inputs.SourceMysqlConfigurationTunnelMethodSshKeyAuthenticationArgs
            {
                SshKey = "string",
                TunnelHost = "string",
                TunnelUser = "string",
                AdditionalProperties = "string",
                TunnelMethod = "string",
                TunnelPort = 0,
            },
        },
    },
    WorkspaceId = "string",
    DefinitionId = "string",
    Name = "string",
    SecretId = "string",
});
Copy
example, err := airbyte.NewSourceMysql(ctx, "sourceMysqlResource", &airbyte.SourceMysqlArgs{
Configuration: &.SourceMysqlConfigurationArgs{
Database: pulumi.String("string"),
Host: pulumi.String("string"),
ReplicationMethod: &.SourceMysqlConfigurationReplicationMethodArgs{
ReadChangesUsingChangeDataCaptureCdc: &.SourceMysqlConfigurationReplicationMethodReadChangesUsingChangeDataCaptureCdcArgs{
AdditionalProperties: pulumi.String("string"),
InitialLoadTimeoutHours: pulumi.Float64(0),
InvalidCdcCursorPositionBehavior: pulumi.String("string"),
Method: pulumi.String("string"),
ServerTimezone: pulumi.String("string"),
},
ScanChangesWithUserDefinedCursor: &.SourceMysqlConfigurationReplicationMethodScanChangesWithUserDefinedCursorArgs{
AdditionalProperties: pulumi.String("string"),
Method: pulumi.String("string"),
},
},
Username: pulumi.String("string"),
CheckPrivileges: pulumi.Bool(false),
CheckpointTargetIntervalSeconds: pulumi.Float64(0),
Concurrency: pulumi.Float64(0),
JdbcUrlParams: pulumi.String("string"),
Password: pulumi.String("string"),
Port: pulumi.Float64(0),
SslMode: &.SourceMysqlConfigurationSslModeArgs{
Preferred: &.SourceMysqlConfigurationSslModePreferredArgs{
AdditionalProperties: pulumi.String("string"),
Mode: pulumi.String("string"),
},
Required: &.SourceMysqlConfigurationSslModeRequiredArgs{
AdditionalProperties: pulumi.String("string"),
Mode: pulumi.String("string"),
},
VerifyCa: &.SourceMysqlConfigurationSslModeVerifyCaArgs{
CaCertificate: pulumi.String("string"),
AdditionalProperties: pulumi.String("string"),
ClientCertificate: pulumi.String("string"),
ClientKey: pulumi.String("string"),
ClientKeyPassword: pulumi.String("string"),
Mode: pulumi.String("string"),
},
VerifyIdentity: &.SourceMysqlConfigurationSslModeVerifyIdentityArgs{
CaCertificate: pulumi.String("string"),
AdditionalProperties: pulumi.String("string"),
ClientCertificate: pulumi.String("string"),
ClientKey: pulumi.String("string"),
ClientKeyPassword: pulumi.String("string"),
Mode: pulumi.String("string"),
},
},
TunnelMethod: &.SourceMysqlConfigurationTunnelMethodArgs{
NoTunnel: &.SourceMysqlConfigurationTunnelMethodNoTunnelArgs{
AdditionalProperties: pulumi.String("string"),
TunnelMethod: pulumi.String("string"),
},
PasswordAuthentication: &.SourceMysqlConfigurationTunnelMethodPasswordAuthenticationArgs{
TunnelHost: pulumi.String("string"),
TunnelUser: pulumi.String("string"),
TunnelUserPassword: pulumi.String("string"),
AdditionalProperties: pulumi.String("string"),
TunnelMethod: pulumi.String("string"),
TunnelPort: pulumi.Float64(0),
},
SshKeyAuthentication: &.SourceMysqlConfigurationTunnelMethodSshKeyAuthenticationArgs{
SshKey: pulumi.String("string"),
TunnelHost: pulumi.String("string"),
TunnelUser: pulumi.String("string"),
AdditionalProperties: pulumi.String("string"),
TunnelMethod: 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 sourceMysqlResource = new SourceMysql("sourceMysqlResource", SourceMysqlArgs.builder()
    .configuration(SourceMysqlConfigurationArgs.builder()
        .database("string")
        .host("string")
        .replicationMethod(SourceMysqlConfigurationReplicationMethodArgs.builder()
            .readChangesUsingChangeDataCaptureCdc(SourceMysqlConfigurationReplicationMethodReadChangesUsingChangeDataCaptureCdcArgs.builder()
                .additionalProperties("string")
                .initialLoadTimeoutHours(0)
                .invalidCdcCursorPositionBehavior("string")
                .method("string")
                .serverTimezone("string")
                .build())
            .scanChangesWithUserDefinedCursor(SourceMysqlConfigurationReplicationMethodScanChangesWithUserDefinedCursorArgs.builder()
                .additionalProperties("string")
                .method("string")
                .build())
            .build())
        .username("string")
        .checkPrivileges(false)
        .checkpointTargetIntervalSeconds(0)
        .concurrency(0)
        .jdbcUrlParams("string")
        .password("string")
        .port(0)
        .sslMode(SourceMysqlConfigurationSslModeArgs.builder()
            .preferred(SourceMysqlConfigurationSslModePreferredArgs.builder()
                .additionalProperties("string")
                .mode("string")
                .build())
            .required(SourceMysqlConfigurationSslModeRequiredArgs.builder()
                .additionalProperties("string")
                .mode("string")
                .build())
            .verifyCa(SourceMysqlConfigurationSslModeVerifyCaArgs.builder()
                .caCertificate("string")
                .additionalProperties("string")
                .clientCertificate("string")
                .clientKey("string")
                .clientKeyPassword("string")
                .mode("string")
                .build())
            .verifyIdentity(SourceMysqlConfigurationSslModeVerifyIdentityArgs.builder()
                .caCertificate("string")
                .additionalProperties("string")
                .clientCertificate("string")
                .clientKey("string")
                .clientKeyPassword("string")
                .mode("string")
                .build())
            .build())
        .tunnelMethod(SourceMysqlConfigurationTunnelMethodArgs.builder()
            .noTunnel(SourceMysqlConfigurationTunnelMethodNoTunnelArgs.builder()
                .additionalProperties("string")
                .tunnelMethod("string")
                .build())
            .passwordAuthentication(SourceMysqlConfigurationTunnelMethodPasswordAuthenticationArgs.builder()
                .tunnelHost("string")
                .tunnelUser("string")
                .tunnelUserPassword("string")
                .additionalProperties("string")
                .tunnelMethod("string")
                .tunnelPort(0)
                .build())
            .sshKeyAuthentication(SourceMysqlConfigurationTunnelMethodSshKeyAuthenticationArgs.builder()
                .sshKey("string")
                .tunnelHost("string")
                .tunnelUser("string")
                .additionalProperties("string")
                .tunnelMethod("string")
                .tunnelPort(0)
                .build())
            .build())
        .build())
    .workspaceId("string")
    .definitionId("string")
    .name("string")
    .secretId("string")
    .build());
Copy
source_mysql_resource = airbyte.SourceMysql("sourceMysqlResource",
    configuration={
        "database": "string",
        "host": "string",
        "replication_method": {
            "read_changes_using_change_data_capture_cdc": {
                "additional_properties": "string",
                "initial_load_timeout_hours": 0,
                "invalid_cdc_cursor_position_behavior": "string",
                "method": "string",
                "server_timezone": "string",
            },
            "scan_changes_with_user_defined_cursor": {
                "additional_properties": "string",
                "method": "string",
            },
        },
        "username": "string",
        "check_privileges": False,
        "checkpoint_target_interval_seconds": 0,
        "concurrency": 0,
        "jdbc_url_params": "string",
        "password": "string",
        "port": 0,
        "ssl_mode": {
            "preferred": {
                "additional_properties": "string",
                "mode": "string",
            },
            "required": {
                "additional_properties": "string",
                "mode": "string",
            },
            "verify_ca": {
                "ca_certificate": "string",
                "additional_properties": "string",
                "client_certificate": "string",
                "client_key": "string",
                "client_key_password": "string",
                "mode": "string",
            },
            "verify_identity": {
                "ca_certificate": "string",
                "additional_properties": "string",
                "client_certificate": "string",
                "client_key": "string",
                "client_key_password": "string",
                "mode": "string",
            },
        },
        "tunnel_method": {
            "no_tunnel": {
                "additional_properties": "string",
                "tunnel_method": "string",
            },
            "password_authentication": {
                "tunnel_host": "string",
                "tunnel_user": "string",
                "tunnel_user_password": "string",
                "additional_properties": "string",
                "tunnel_method": "string",
                "tunnel_port": 0,
            },
            "ssh_key_authentication": {
                "ssh_key": "string",
                "tunnel_host": "string",
                "tunnel_user": "string",
                "additional_properties": "string",
                "tunnel_method": "string",
                "tunnel_port": 0,
            },
        },
    },
    workspace_id="string",
    definition_id="string",
    name="string",
    secret_id="string")
Copy
const sourceMysqlResource = new airbyte.SourceMysql("sourceMysqlResource", {
    configuration: {
        database: "string",
        host: "string",
        replicationMethod: {
            readChangesUsingChangeDataCaptureCdc: {
                additionalProperties: "string",
                initialLoadTimeoutHours: 0,
                invalidCdcCursorPositionBehavior: "string",
                method: "string",
                serverTimezone: "string",
            },
            scanChangesWithUserDefinedCursor: {
                additionalProperties: "string",
                method: "string",
            },
        },
        username: "string",
        checkPrivileges: false,
        checkpointTargetIntervalSeconds: 0,
        concurrency: 0,
        jdbcUrlParams: "string",
        password: "string",
        port: 0,
        sslMode: {
            preferred: {
                additionalProperties: "string",
                mode: "string",
            },
            required: {
                additionalProperties: "string",
                mode: "string",
            },
            verifyCa: {
                caCertificate: "string",
                additionalProperties: "string",
                clientCertificate: "string",
                clientKey: "string",
                clientKeyPassword: "string",
                mode: "string",
            },
            verifyIdentity: {
                caCertificate: "string",
                additionalProperties: "string",
                clientCertificate: "string",
                clientKey: "string",
                clientKeyPassword: "string",
                mode: "string",
            },
        },
        tunnelMethod: {
            noTunnel: {
                additionalProperties: "string",
                tunnelMethod: "string",
            },
            passwordAuthentication: {
                tunnelHost: "string",
                tunnelUser: "string",
                tunnelUserPassword: "string",
                additionalProperties: "string",
                tunnelMethod: "string",
                tunnelPort: 0,
            },
            sshKeyAuthentication: {
                sshKey: "string",
                tunnelHost: "string",
                tunnelUser: "string",
                additionalProperties: "string",
                tunnelMethod: "string",
                tunnelPort: 0,
            },
        },
    },
    workspaceId: "string",
    definitionId: "string",
    name: "string",
    secretId: "string",
});
Copy
type: airbyte:SourceMysql
properties:
    configuration:
        checkPrivileges: false
        checkpointTargetIntervalSeconds: 0
        concurrency: 0
        database: string
        host: string
        jdbcUrlParams: string
        password: string
        port: 0
        replicationMethod:
            readChangesUsingChangeDataCaptureCdc:
                additionalProperties: string
                initialLoadTimeoutHours: 0
                invalidCdcCursorPositionBehavior: string
                method: string
                serverTimezone: string
            scanChangesWithUserDefinedCursor:
                additionalProperties: string
                method: string
        sslMode:
            preferred:
                additionalProperties: string
                mode: string
            required:
                additionalProperties: string
                mode: string
            verifyCa:
                additionalProperties: string
                caCertificate: string
                clientCertificate: string
                clientKey: string
                clientKeyPassword: string
                mode: string
            verifyIdentity:
                additionalProperties: string
                caCertificate: string
                clientCertificate: string
                clientKey: string
                clientKeyPassword: string
                mode: string
        tunnelMethod:
            noTunnel:
                additionalProperties: string
                tunnelMethod: string
            passwordAuthentication:
                additionalProperties: string
                tunnelHost: string
                tunnelMethod: string
                tunnelPort: 0
                tunnelUser: string
                tunnelUserPassword: string
            sshKeyAuthentication:
                additionalProperties: string
                sshKey: string
                tunnelHost: string
                tunnelMethod: string
                tunnelPort: 0
                tunnelUser: string
        username: string
    definitionId: string
    name: string
    secretId: string
    workspaceId: string
Copy

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

Configuration This property is required. SourceMysqlConfiguration
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. SourceMysqlConfigurationArgs
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. SourceMysqlConfiguration
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. SourceMysqlConfiguration
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. SourceMysqlConfigurationArgs
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 SourceMysql resource produces the following output properties:

CreatedAt double
Id string
The provider-assigned unique ID for this managed resource.
ResourceAllocation SourceMysqlResourceAllocation
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 SourceMysqlResourceAllocation
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 SourceMysqlResourceAllocation
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 SourceMysqlResourceAllocation
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 SourceMysqlResourceAllocation
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 SourceMysql Resource

Get an existing SourceMysql 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?: SourceMysqlState, opts?: CustomResourceOptions): SourceMysql
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        configuration: Optional[SourceMysqlConfigurationArgs] = None,
        created_at: Optional[float] = None,
        definition_id: Optional[str] = None,
        name: Optional[str] = None,
        resource_allocation: Optional[SourceMysqlResourceAllocationArgs] = None,
        secret_id: Optional[str] = None,
        source_id: Optional[str] = None,
        source_type: Optional[str] = None,
        workspace_id: Optional[str] = None) -> SourceMysql
func GetSourceMysql(ctx *Context, name string, id IDInput, state *SourceMysqlState, opts ...ResourceOption) (*SourceMysql, error)
public static SourceMysql Get(string name, Input<string> id, SourceMysqlState? state, CustomResourceOptions? opts = null)
public static SourceMysql get(String name, Output<String> id, SourceMysqlState state, CustomResourceOptions options)
resources:  _:    type: airbyte:SourceMysql    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 SourceMysqlConfiguration
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 SourceMysqlResourceAllocation
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 SourceMysqlConfigurationArgs
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 SourceMysqlResourceAllocationArgs
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 SourceMysqlConfiguration
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 SourceMysqlResourceAllocation
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 SourceMysqlConfiguration
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 SourceMysqlResourceAllocation
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 SourceMysqlConfigurationArgs
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 SourceMysqlResourceAllocationArgs
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

SourceMysqlConfiguration
, SourceMysqlConfigurationArgs

Database This property is required. string
The database name.
Host This property is required. string
Hostname of the database.
ReplicationMethod This property is required. SourceMysqlConfigurationReplicationMethod
Configures how data is extracted from the database.
Username This property is required. string
The username which is used to access the database.
CheckPrivileges bool
When this feature is enabled, during schema discovery the connector will query each table or view individually to check access privileges and inaccessible tables, views, or columns therein will be removed. In large schemas, this might cause schema discovery to take too long, in which case it might be advisable to disable this feature. Default: true
CheckpointTargetIntervalSeconds double
How often (in seconds) a stream should checkpoint, when possible. Default: 300
Concurrency double
Maximum number of concurrent queries to the database. Default: 1
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. Default: 3306
SslMode SourceMysqlConfigurationSslMode
The encryption method with is used when communicating with the database.
TunnelMethod SourceMysqlConfigurationTunnelMethod
Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
Database This property is required. string
The database name.
Host This property is required. string
Hostname of the database.
ReplicationMethod This property is required. SourceMysqlConfigurationReplicationMethod
Configures how data is extracted from the database.
Username This property is required. string
The username which is used to access the database.
CheckPrivileges bool
When this feature is enabled, during schema discovery the connector will query each table or view individually to check access privileges and inaccessible tables, views, or columns therein will be removed. In large schemas, this might cause schema discovery to take too long, in which case it might be advisable to disable this feature. Default: true
CheckpointTargetIntervalSeconds float64
How often (in seconds) a stream should checkpoint, when possible. Default: 300
Concurrency float64
Maximum number of concurrent queries to the database. Default: 1
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. Default: 3306
SslMode SourceMysqlConfigurationSslMode
The encryption method with is used when communicating with the database.
TunnelMethod SourceMysqlConfigurationTunnelMethod
Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
database This property is required. String
The database name.
host This property is required. String
Hostname of the database.
replicationMethod This property is required. SourceMysqlConfigurationReplicationMethod
Configures how data is extracted from the database.
username This property is required. String
The username which is used to access the database.
checkPrivileges Boolean
When this feature is enabled, during schema discovery the connector will query each table or view individually to check access privileges and inaccessible tables, views, or columns therein will be removed. In large schemas, this might cause schema discovery to take too long, in which case it might be advisable to disable this feature. Default: true
checkpointTargetIntervalSeconds Double
How often (in seconds) a stream should checkpoint, when possible. Default: 300
concurrency Double
Maximum number of concurrent queries to the database. Default: 1
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. Default: 3306
sslMode SourceMysqlConfigurationSslMode
The encryption method with is used when communicating with the database.
tunnelMethod SourceMysqlConfigurationTunnelMethod
Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
database This property is required. string
The database name.
host This property is required. string
Hostname of the database.
replicationMethod This property is required. SourceMysqlConfigurationReplicationMethod
Configures how data is extracted from the database.
username This property is required. string
The username which is used to access the database.
checkPrivileges boolean
When this feature is enabled, during schema discovery the connector will query each table or view individually to check access privileges and inaccessible tables, views, or columns therein will be removed. In large schemas, this might cause schema discovery to take too long, in which case it might be advisable to disable this feature. Default: true
checkpointTargetIntervalSeconds number
How often (in seconds) a stream should checkpoint, when possible. Default: 300
concurrency number
Maximum number of concurrent queries to the database. Default: 1
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. Default: 3306
sslMode SourceMysqlConfigurationSslMode
The encryption method with is used when communicating with the database.
tunnelMethod SourceMysqlConfigurationTunnelMethod
Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
database This property is required. str
The database name.
host This property is required. str
Hostname of the database.
replication_method This property is required. SourceMysqlConfigurationReplicationMethod
Configures how data is extracted from the database.
username This property is required. str
The username which is used to access the database.
check_privileges bool
When this feature is enabled, during schema discovery the connector will query each table or view individually to check access privileges and inaccessible tables, views, or columns therein will be removed. In large schemas, this might cause schema discovery to take too long, in which case it might be advisable to disable this feature. Default: true
checkpoint_target_interval_seconds float
How often (in seconds) a stream should checkpoint, when possible. Default: 300
concurrency float
Maximum number of concurrent queries to the database. Default: 1
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. Default: 3306
ssl_mode SourceMysqlConfigurationSslMode
The encryption method with is used when communicating with the database.
tunnel_method SourceMysqlConfigurationTunnelMethod
Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.
database This property is required. String
The database name.
host This property is required. String
Hostname of the database.
replicationMethod This property is required. Property Map
Configures how data is extracted from the database.
username This property is required. String
The username which is used to access the database.
checkPrivileges Boolean
When this feature is enabled, during schema discovery the connector will query each table or view individually to check access privileges and inaccessible tables, views, or columns therein will be removed. In large schemas, this might cause schema discovery to take too long, in which case it might be advisable to disable this feature. Default: true
checkpointTargetIntervalSeconds Number
How often (in seconds) a stream should checkpoint, when possible. Default: 300
concurrency Number
Maximum number of concurrent queries to the database. Default: 1
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. Default: 3306
sslMode Property Map
The encryption method with is used when communicating with the database.
tunnelMethod Property Map
Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.

SourceMysqlConfigurationReplicationMethod
, SourceMysqlConfigurationReplicationMethodArgs

ReadChangesUsingChangeDataCaptureCdc SourceMysqlConfigurationReplicationMethodReadChangesUsingChangeDataCaptureCdc
\n\nRecommended\n\n - Incrementally reads new inserts, updates, and deletes using MySQL's \n\n change data capture feature\n\n. This must be enabled on your database.
ScanChangesWithUserDefinedCursor SourceMysqlConfigurationReplicationMethodScanChangesWithUserDefinedCursor
Incrementally detects new inserts and updates using the \n\ncursor column\n\n chosen when configuring a connection (e.g. createdat, updatedat).
ReadChangesUsingChangeDataCaptureCdc SourceMysqlConfigurationReplicationMethodReadChangesUsingChangeDataCaptureCdc
\n\nRecommended\n\n - Incrementally reads new inserts, updates, and deletes using MySQL's \n\n change data capture feature\n\n. This must be enabled on your database.
ScanChangesWithUserDefinedCursor SourceMysqlConfigurationReplicationMethodScanChangesWithUserDefinedCursor
Incrementally detects new inserts and updates using the \n\ncursor column\n\n chosen when configuring a connection (e.g. createdat, updatedat).
readChangesUsingChangeDataCaptureCdc SourceMysqlConfigurationReplicationMethodReadChangesUsingChangeDataCaptureCdc
\n\nRecommended\n\n - Incrementally reads new inserts, updates, and deletes using MySQL's \n\n change data capture feature\n\n. This must be enabled on your database.
scanChangesWithUserDefinedCursor SourceMysqlConfigurationReplicationMethodScanChangesWithUserDefinedCursor
Incrementally detects new inserts and updates using the \n\ncursor column\n\n chosen when configuring a connection (e.g. createdat, updatedat).
readChangesUsingChangeDataCaptureCdc SourceMysqlConfigurationReplicationMethodReadChangesUsingChangeDataCaptureCdc
\n\nRecommended\n\n - Incrementally reads new inserts, updates, and deletes using MySQL's \n\n change data capture feature\n\n. This must be enabled on your database.
scanChangesWithUserDefinedCursor SourceMysqlConfigurationReplicationMethodScanChangesWithUserDefinedCursor
Incrementally detects new inserts and updates using the \n\ncursor column\n\n chosen when configuring a connection (e.g. createdat, updatedat).
read_changes_using_change_data_capture_cdc SourceMysqlConfigurationReplicationMethodReadChangesUsingChangeDataCaptureCdc
\n\nRecommended\n\n - Incrementally reads new inserts, updates, and deletes using MySQL's \n\n change data capture feature\n\n. This must be enabled on your database.
scan_changes_with_user_defined_cursor SourceMysqlConfigurationReplicationMethodScanChangesWithUserDefinedCursor
Incrementally detects new inserts and updates using the \n\ncursor column\n\n chosen when configuring a connection (e.g. createdat, updatedat).
readChangesUsingChangeDataCaptureCdc Property Map
\n\nRecommended\n\n - Incrementally reads new inserts, updates, and deletes using MySQL's \n\n change data capture feature\n\n. This must be enabled on your database.
scanChangesWithUserDefinedCursor Property Map
Incrementally detects new inserts and updates using the \n\ncursor column\n\n chosen when configuring a connection (e.g. createdat, updatedat).

SourceMysqlConfigurationReplicationMethodReadChangesUsingChangeDataCaptureCdc
, SourceMysqlConfigurationReplicationMethodReadChangesUsingChangeDataCaptureCdcArgs

AdditionalProperties string
Parsed as JSON.
InitialLoadTimeoutHours double
The amount of time an initial load is allowed to continue for before catching up on CDC logs. Default: 8
InvalidCdcCursorPositionBehavior string
Determines whether Airbyte should fail or re-sync data in case of an stale/invalid cursor value in the mined logs. If 'Fail sync' is chosen, a user will have to manually reset the connection before being able to continue syncing data. If 'Re-sync data' is chosen, Airbyte will automatically trigger a refresh but could lead to higher cloud costs and data loss. Default: "Fail sync"; must be one of ["Fail sync", "Re-sync data"]
Method string
Default: "CDC"; must be "CDC"
ServerTimezone string
Enter the configured MySQL server timezone. This should only be done if the configured timezone in your MySQL instance does not conform to IANNA standard.
AdditionalProperties string
Parsed as JSON.
InitialLoadTimeoutHours float64
The amount of time an initial load is allowed to continue for before catching up on CDC logs. Default: 8
InvalidCdcCursorPositionBehavior string
Determines whether Airbyte should fail or re-sync data in case of an stale/invalid cursor value in the mined logs. If 'Fail sync' is chosen, a user will have to manually reset the connection before being able to continue syncing data. If 'Re-sync data' is chosen, Airbyte will automatically trigger a refresh but could lead to higher cloud costs and data loss. Default: "Fail sync"; must be one of ["Fail sync", "Re-sync data"]
Method string
Default: "CDC"; must be "CDC"
ServerTimezone string
Enter the configured MySQL server timezone. This should only be done if the configured timezone in your MySQL instance does not conform to IANNA standard.
additionalProperties String
Parsed as JSON.
initialLoadTimeoutHours Double
The amount of time an initial load is allowed to continue for before catching up on CDC logs. Default: 8
invalidCdcCursorPositionBehavior String
Determines whether Airbyte should fail or re-sync data in case of an stale/invalid cursor value in the mined logs. If 'Fail sync' is chosen, a user will have to manually reset the connection before being able to continue syncing data. If 'Re-sync data' is chosen, Airbyte will automatically trigger a refresh but could lead to higher cloud costs and data loss. Default: "Fail sync"; must be one of ["Fail sync", "Re-sync data"]
method String
Default: "CDC"; must be "CDC"
serverTimezone String
Enter the configured MySQL server timezone. This should only be done if the configured timezone in your MySQL instance does not conform to IANNA standard.
additionalProperties string
Parsed as JSON.
initialLoadTimeoutHours number
The amount of time an initial load is allowed to continue for before catching up on CDC logs. Default: 8
invalidCdcCursorPositionBehavior string
Determines whether Airbyte should fail or re-sync data in case of an stale/invalid cursor value in the mined logs. If 'Fail sync' is chosen, a user will have to manually reset the connection before being able to continue syncing data. If 'Re-sync data' is chosen, Airbyte will automatically trigger a refresh but could lead to higher cloud costs and data loss. Default: "Fail sync"; must be one of ["Fail sync", "Re-sync data"]
method string
Default: "CDC"; must be "CDC"
serverTimezone string
Enter the configured MySQL server timezone. This should only be done if the configured timezone in your MySQL instance does not conform to IANNA standard.
additional_properties str
Parsed as JSON.
initial_load_timeout_hours float
The amount of time an initial load is allowed to continue for before catching up on CDC logs. Default: 8
invalid_cdc_cursor_position_behavior str
Determines whether Airbyte should fail or re-sync data in case of an stale/invalid cursor value in the mined logs. If 'Fail sync' is chosen, a user will have to manually reset the connection before being able to continue syncing data. If 'Re-sync data' is chosen, Airbyte will automatically trigger a refresh but could lead to higher cloud costs and data loss. Default: "Fail sync"; must be one of ["Fail sync", "Re-sync data"]
method str
Default: "CDC"; must be "CDC"
server_timezone str
Enter the configured MySQL server timezone. This should only be done if the configured timezone in your MySQL instance does not conform to IANNA standard.
additionalProperties String
Parsed as JSON.
initialLoadTimeoutHours Number
The amount of time an initial load is allowed to continue for before catching up on CDC logs. Default: 8
invalidCdcCursorPositionBehavior String
Determines whether Airbyte should fail or re-sync data in case of an stale/invalid cursor value in the mined logs. If 'Fail sync' is chosen, a user will have to manually reset the connection before being able to continue syncing data. If 'Re-sync data' is chosen, Airbyte will automatically trigger a refresh but could lead to higher cloud costs and data loss. Default: "Fail sync"; must be one of ["Fail sync", "Re-sync data"]
method String
Default: "CDC"; must be "CDC"
serverTimezone String
Enter the configured MySQL server timezone. This should only be done if the configured timezone in your MySQL instance does not conform to IANNA standard.

SourceMysqlConfigurationReplicationMethodScanChangesWithUserDefinedCursor
, SourceMysqlConfigurationReplicationMethodScanChangesWithUserDefinedCursorArgs

AdditionalProperties string
Parsed as JSON.
Method string
Default: "STANDARD"; must be "STANDARD"
AdditionalProperties string
Parsed as JSON.
Method string
Default: "STANDARD"; must be "STANDARD"
additionalProperties String
Parsed as JSON.
method String
Default: "STANDARD"; must be "STANDARD"
additionalProperties string
Parsed as JSON.
method string
Default: "STANDARD"; must be "STANDARD"
additional_properties str
Parsed as JSON.
method str
Default: "STANDARD"; must be "STANDARD"
additionalProperties String
Parsed as JSON.
method String
Default: "STANDARD"; must be "STANDARD"

SourceMysqlConfigurationSslMode
, SourceMysqlConfigurationSslModeArgs

Preferred SourceMysqlConfigurationSslModePreferred
To allow unencrypted communication only when the source doesn't support encryption.
Required SourceMysqlConfigurationSslModeRequired
To always require encryption. Note: The connection will fail if the source doesn't support encryption.
VerifyCa SourceMysqlConfigurationSslModeVerifyCa
To always require encryption and verify that the source has a valid SSL certificate.
VerifyIdentity SourceMysqlConfigurationSslModeVerifyIdentity
To always require encryption and verify that the source has a valid SSL certificate.
Preferred SourceMysqlConfigurationSslModePreferred
To allow unencrypted communication only when the source doesn't support encryption.
Required SourceMysqlConfigurationSslModeRequired
To always require encryption. Note: The connection will fail if the source doesn't support encryption.
VerifyCa SourceMysqlConfigurationSslModeVerifyCa
To always require encryption and verify that the source has a valid SSL certificate.
VerifyIdentity SourceMysqlConfigurationSslModeVerifyIdentity
To always require encryption and verify that the source has a valid SSL certificate.
preferred SourceMysqlConfigurationSslModePreferred
To allow unencrypted communication only when the source doesn't support encryption.
required SourceMysqlConfigurationSslModeRequired
To always require encryption. Note: The connection will fail if the source doesn't support encryption.
verifyCa SourceMysqlConfigurationSslModeVerifyCa
To always require encryption and verify that the source has a valid SSL certificate.
verifyIdentity SourceMysqlConfigurationSslModeVerifyIdentity
To always require encryption and verify that the source has a valid SSL certificate.
preferred SourceMysqlConfigurationSslModePreferred
To allow unencrypted communication only when the source doesn't support encryption.
required SourceMysqlConfigurationSslModeRequired
To always require encryption. Note: The connection will fail if the source doesn't support encryption.
verifyCa SourceMysqlConfigurationSslModeVerifyCa
To always require encryption and verify that the source has a valid SSL certificate.
verifyIdentity SourceMysqlConfigurationSslModeVerifyIdentity
To always require encryption and verify that the source has a valid SSL certificate.
preferred SourceMysqlConfigurationSslModePreferred
To allow unencrypted communication only when the source doesn't support encryption.
required SourceMysqlConfigurationSslModeRequired
To always require encryption. Note: The connection will fail if the source doesn't support encryption.
verify_ca SourceMysqlConfigurationSslModeVerifyCa
To always require encryption and verify that the source has a valid SSL certificate.
verify_identity SourceMysqlConfigurationSslModeVerifyIdentity
To always require encryption and verify that the source has a valid SSL certificate.
preferred Property Map
To allow unencrypted communication only when the source doesn't support encryption.
required Property Map
To always require encryption. Note: The connection will fail if the source doesn't support encryption.
verifyCa Property Map
To always require encryption and verify that the source has a valid SSL certificate.
verifyIdentity Property Map
To always require encryption and verify that the source has a valid SSL certificate.

SourceMysqlConfigurationSslModePreferred
, SourceMysqlConfigurationSslModePreferredArgs

AdditionalProperties string
Parsed as JSON.
Mode string
Default: "preferred"; must be "preferred"
AdditionalProperties string
Parsed as JSON.
Mode string
Default: "preferred"; must be "preferred"
additionalProperties String
Parsed as JSON.
mode String
Default: "preferred"; must be "preferred"
additionalProperties string
Parsed as JSON.
mode string
Default: "preferred"; must be "preferred"
additional_properties str
Parsed as JSON.
mode str
Default: "preferred"; must be "preferred"
additionalProperties String
Parsed as JSON.
mode String
Default: "preferred"; must be "preferred"

SourceMysqlConfigurationSslModeRequired
, SourceMysqlConfigurationSslModeRequiredArgs

AdditionalProperties string
Parsed as JSON.
Mode string
Default: "required"; must be "required"
AdditionalProperties string
Parsed as JSON.
Mode string
Default: "required"; must be "required"
additionalProperties String
Parsed as JSON.
mode String
Default: "required"; must be "required"
additionalProperties string
Parsed as JSON.
mode string
Default: "required"; must be "required"
additional_properties str
Parsed as JSON.
mode str
Default: "required"; must be "required"
additionalProperties String
Parsed as JSON.
mode String
Default: "required"; must be "required"

SourceMysqlConfigurationSslModeVerifyCa
, SourceMysqlConfigurationSslModeVerifyCaArgs

CaCertificate This property is required. string
CA certificate
AdditionalProperties string
Parsed as JSON.
ClientCertificate string
Client certificate (this is not a required field, but if you want to use it, you will need to add the Client key as well)
ClientKey string
Client key (this is not a required field, but if you want to use it, you will need to add the Client certificate as well)
ClientKeyPassword string
Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
Mode string
Default: "verifyca"; must be "verifyca"
CaCertificate This property is required. string
CA certificate
AdditionalProperties string
Parsed as JSON.
ClientCertificate string
Client certificate (this is not a required field, but if you want to use it, you will need to add the Client key as well)
ClientKey string
Client key (this is not a required field, but if you want to use it, you will need to add the Client certificate as well)
ClientKeyPassword string
Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
Mode string
Default: "verifyca"; must be "verifyca"
caCertificate This property is required. String
CA certificate
additionalProperties String
Parsed as JSON.
clientCertificate String
Client certificate (this is not a required field, but if you want to use it, you will need to add the Client key as well)
clientKey String
Client key (this is not a required field, but if you want to use it, you will need to add the Client certificate as well)
clientKeyPassword String
Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
mode String
Default: "verifyca"; must be "verifyca"
caCertificate This property is required. string
CA certificate
additionalProperties string
Parsed as JSON.
clientCertificate string
Client certificate (this is not a required field, but if you want to use it, you will need to add the Client key as well)
clientKey string
Client key (this is not a required field, but if you want to use it, you will need to add the Client certificate as well)
clientKeyPassword string
Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
mode string
Default: "verifyca"; must be "verifyca"
ca_certificate This property is required. str
CA certificate
additional_properties str
Parsed as JSON.
client_certificate str
Client certificate (this is not a required field, but if you want to use it, you will need to add the Client key as well)
client_key str
Client key (this is not a required field, but if you want to use it, you will need to add the Client certificate as well)
client_key_password str
Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
mode str
Default: "verifyca"; must be "verifyca"
caCertificate This property is required. String
CA certificate
additionalProperties String
Parsed as JSON.
clientCertificate String
Client certificate (this is not a required field, but if you want to use it, you will need to add the Client key as well)
clientKey String
Client key (this is not a required field, but if you want to use it, you will need to add the Client certificate as well)
clientKeyPassword String
Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
mode String
Default: "verifyca"; must be "verifyca"

SourceMysqlConfigurationSslModeVerifyIdentity
, SourceMysqlConfigurationSslModeVerifyIdentityArgs

CaCertificate This property is required. string
CA certificate
AdditionalProperties string
Parsed as JSON.
ClientCertificate string
Client certificate (this is not a required field, but if you want to use it, you will need to add the Client key as well)
ClientKey string
Client key (this is not a required field, but if you want to use it, you will need to add the Client certificate as well)
ClientKeyPassword string
Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
Mode string
Default: "verifyidentity"; must be "verifyidentity"
CaCertificate This property is required. string
CA certificate
AdditionalProperties string
Parsed as JSON.
ClientCertificate string
Client certificate (this is not a required field, but if you want to use it, you will need to add the Client key as well)
ClientKey string
Client key (this is not a required field, but if you want to use it, you will need to add the Client certificate as well)
ClientKeyPassword string
Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
Mode string
Default: "verifyidentity"; must be "verifyidentity"
caCertificate This property is required. String
CA certificate
additionalProperties String
Parsed as JSON.
clientCertificate String
Client certificate (this is not a required field, but if you want to use it, you will need to add the Client key as well)
clientKey String
Client key (this is not a required field, but if you want to use it, you will need to add the Client certificate as well)
clientKeyPassword String
Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
mode String
Default: "verifyidentity"; must be "verifyidentity"
caCertificate This property is required. string
CA certificate
additionalProperties string
Parsed as JSON.
clientCertificate string
Client certificate (this is not a required field, but if you want to use it, you will need to add the Client key as well)
clientKey string
Client key (this is not a required field, but if you want to use it, you will need to add the Client certificate as well)
clientKeyPassword string
Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
mode string
Default: "verifyidentity"; must be "verifyidentity"
ca_certificate This property is required. str
CA certificate
additional_properties str
Parsed as JSON.
client_certificate str
Client certificate (this is not a required field, but if you want to use it, you will need to add the Client key as well)
client_key str
Client key (this is not a required field, but if you want to use it, you will need to add the Client certificate as well)
client_key_password str
Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
mode str
Default: "verifyidentity"; must be "verifyidentity"
caCertificate This property is required. String
CA certificate
additionalProperties String
Parsed as JSON.
clientCertificate String
Client certificate (this is not a required field, but if you want to use it, you will need to add the Client key as well)
clientKey String
Client key (this is not a required field, but if you want to use it, you will need to add the Client certificate as well)
clientKeyPassword String
Password for keystorage. This field is optional. If you do not add it - the password will be generated automatically.
mode String
Default: "verifyidentity"; must be "verifyidentity"

SourceMysqlConfigurationTunnelMethod
, SourceMysqlConfigurationTunnelMethodArgs

NoTunnel SourceMysqlConfigurationTunnelMethodNoTunnel
No ssh tunnel needed to connect to database
PasswordAuthentication SourceMysqlConfigurationTunnelMethodPasswordAuthentication
Connect through a jump server tunnel host using username and password authentication
SshKeyAuthentication SourceMysqlConfigurationTunnelMethodSshKeyAuthentication
Connect through a jump server tunnel host using username and ssh key
NoTunnel SourceMysqlConfigurationTunnelMethodNoTunnel
No ssh tunnel needed to connect to database
PasswordAuthentication SourceMysqlConfigurationTunnelMethodPasswordAuthentication
Connect through a jump server tunnel host using username and password authentication
SshKeyAuthentication SourceMysqlConfigurationTunnelMethodSshKeyAuthentication
Connect through a jump server tunnel host using username and ssh key
noTunnel SourceMysqlConfigurationTunnelMethodNoTunnel
No ssh tunnel needed to connect to database
passwordAuthentication SourceMysqlConfigurationTunnelMethodPasswordAuthentication
Connect through a jump server tunnel host using username and password authentication
sshKeyAuthentication SourceMysqlConfigurationTunnelMethodSshKeyAuthentication
Connect through a jump server tunnel host using username and ssh key
noTunnel SourceMysqlConfigurationTunnelMethodNoTunnel
No ssh tunnel needed to connect to database
passwordAuthentication SourceMysqlConfigurationTunnelMethodPasswordAuthentication
Connect through a jump server tunnel host using username and password authentication
sshKeyAuthentication SourceMysqlConfigurationTunnelMethodSshKeyAuthentication
Connect through a jump server tunnel host using username and ssh key
no_tunnel SourceMysqlConfigurationTunnelMethodNoTunnel
No ssh tunnel needed to connect to database
password_authentication SourceMysqlConfigurationTunnelMethodPasswordAuthentication
Connect through a jump server tunnel host using username and password authentication
ssh_key_authentication SourceMysqlConfigurationTunnelMethodSshKeyAuthentication
Connect through a jump server tunnel host using username and ssh key
noTunnel Property Map
No ssh tunnel needed to connect to database
passwordAuthentication Property Map
Connect through a jump server tunnel host using username and password authentication
sshKeyAuthentication Property Map
Connect through a jump server tunnel host using username and ssh key

SourceMysqlConfigurationTunnelMethodNoTunnel
, SourceMysqlConfigurationTunnelMethodNoTunnelArgs

AdditionalProperties string
Parsed as JSON.
TunnelMethod string
Default: "NOTUNNEL"; must be "NOTUNNEL"
AdditionalProperties string
Parsed as JSON.
TunnelMethod string
Default: "NOTUNNEL"; must be "NOTUNNEL"
additionalProperties String
Parsed as JSON.
tunnelMethod String
Default: "NOTUNNEL"; must be "NOTUNNEL"
additionalProperties string
Parsed as JSON.
tunnelMethod string
Default: "NOTUNNEL"; must be "NOTUNNEL"
additional_properties str
Parsed as JSON.
tunnel_method str
Default: "NOTUNNEL"; must be "NOTUNNEL"
additionalProperties String
Parsed as JSON.
tunnelMethod String
Default: "NOTUNNEL"; must be "NOTUNNEL"

SourceMysqlConfigurationTunnelMethodPasswordAuthentication
, SourceMysqlConfigurationTunnelMethodPasswordAuthenticationArgs

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
AdditionalProperties string
Parsed as JSON.
TunnelMethod string
Default: "SSHPASSWORDAUTH"; must be "SSHPASSWORDAUTH"
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
AdditionalProperties string
Parsed as JSON.
TunnelMethod string
Default: "SSHPASSWORDAUTH"; must be "SSHPASSWORDAUTH"
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
additionalProperties String
Parsed as JSON.
tunnelMethod String
Default: "SSHPASSWORDAUTH"; must be "SSHPASSWORDAUTH"
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
additionalProperties string
Parsed as JSON.
tunnelMethod string
Default: "SSHPASSWORDAUTH"; must be "SSHPASSWORDAUTH"
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
additional_properties str
Parsed as JSON.
tunnel_method str
Default: "SSHPASSWORDAUTH"; must be "SSHPASSWORDAUTH"
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
additionalProperties String
Parsed as JSON.
tunnelMethod String
Default: "SSHPASSWORDAUTH"; must be "SSHPASSWORDAUTH"
tunnelPort Number
Port on the proxy/jump server that accepts inbound ssh connections. Default: 22

SourceMysqlConfigurationTunnelMethodSshKeyAuthentication
, SourceMysqlConfigurationTunnelMethodSshKeyAuthenticationArgs

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
AdditionalProperties string
Parsed as JSON.
TunnelMethod string
Default: "SSHKEYAUTH"; must be "SSHKEYAUTH"
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
AdditionalProperties string
Parsed as JSON.
TunnelMethod string
Default: "SSHKEYAUTH"; must be "SSHKEYAUTH"
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
additionalProperties String
Parsed as JSON.
tunnelMethod String
Default: "SSHKEYAUTH"; must be "SSHKEYAUTH"
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
additionalProperties string
Parsed as JSON.
tunnelMethod string
Default: "SSHKEYAUTH"; must be "SSHKEYAUTH"
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
additional_properties str
Parsed as JSON.
tunnel_method str
Default: "SSHKEYAUTH"; must be "SSHKEYAUTH"
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
additionalProperties String
Parsed as JSON.
tunnelMethod String
Default: "SSHKEYAUTH"; must be "SSHKEYAUTH"
tunnelPort Number
Port on the proxy/jump server that accepts inbound ssh connections. Default: 22

SourceMysqlResourceAllocation
, SourceMysqlResourceAllocationArgs

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

SourceMysqlResourceAllocationDefault
, SourceMysqlResourceAllocationDefaultArgs

SourceMysqlResourceAllocationJobSpecific
, SourceMysqlResourceAllocationJobSpecificArgs

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

SourceMysqlResourceAllocationJobSpecificResourceRequirements
, SourceMysqlResourceAllocationJobSpecificResourceRequirementsArgs

Import

$ pulumi import airbyte:index/sourceMysql:SourceMysql my_airbyte_source_mysql ""
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.