Module mz_storage_types::connections
source · Expand description
Connection types.
Modules§
- AWS configuration for sources and sinks.
- Contains traits and types to support inlining connection details.
- Nested message and enum types in
ProtoTunnel
.
Structs§
- Specifies an AWS PrivateLink service for a
Tunnel
. - Extra context to pass through when instantiating a connection for a source or sink.
- A connection to a Confluent Schema Registry.
- HTTP authentication credentials in a
CsrConnection
. - Specifies a Kafka broker in a
KafkaConnection
. - A connection to a MySQL server.
- A connection to a PostgreSQL server.
- A connection to an SSH tunnel.
- Specifies an SSH tunnel connection.
- A TLS key pair used for client identity.
Enums§
- An error returned by
Connection::validate
. - Specifies which MySQL SSL Mode to use: https://dev.mysql.com/doc/refman/8.0/en/connection-options.html#option_general_ssl-mode This is not available as an enum in the mysql-async crate, so we define our own.
- Specifies how to tunnel a connection.
Constants§
Traits§
- An extension trait for
SecretsReader