RdsSourceConfig

Contains information about the Amazon Relational Database Service (RDS) configuration.

Types

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

Properties

Link copied to clipboard

The host name of the database.

Link copied to clipboard

The name of the RDS database.

Link copied to clipboard

The port number where the database can be accessed.

Link copied to clipboard

A string identifying the database instance.

Link copied to clipboard

The Amazon Resource Name (ARN) of the role.

Link copied to clipboard

The Amazon Resource Name (ARN) of the AWS Secrets Manager role.

Link copied to clipboard

The name of the table in the database.

Link copied to clipboard

An object containing information about the Amazon Virtual Private Cloud (VPC) configuration.

Functions

Link copied to clipboard
inline fun copy(block: RdsSourceConfig.Builder.() -> Unit = {}): RdsSourceConfig
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