DatabaseSourceDescription

The top level object for database source description.

Amazon Data Firehose is in preview release and is subject to change.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of column patterns in source database endpoint for Firehose to read from.

Link copied to clipboard

The list of database patterns in source database endpoint for Firehose to read from.

The structure to configure the authentication methods for Firehose to connect to source database endpoint.

Link copied to clipboard

The details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database.

Link copied to clipboard

The endpoint of the database server.

Link copied to clipboard
val port: Int?

The port of the database. This can be one of the following values.

Link copied to clipboard

The structure that describes the snapshot information of a table in source database endpoint that Firehose reads.

Link copied to clipboard

The fully qualified name of the table in source database endpoint that Firehose uses to track snapshot progress.

Link copied to clipboard

The mode to enable or disable SSL when Firehose connects to the database endpoint.

Link copied to clipboard

The optional list of table and column names used as unique key columns when taking snapshot if the tables don’t have primary keys configured.

Link copied to clipboard

The list of table patterns in source database endpoint for Firehose to read from.

Link copied to clipboard

The type of database engine. This can be one of the following values.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String