Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateChannelSourceFromMysqlDetails

Parameters detailing how to provision the source endpoint that is a MySQL Server. Typically a MySQL Server that is not managed by the MySQL Database Service.

Properties

Optional anonymousTransactionsHandling

hostname

hostname: string

The network address of the MySQL instance.

password

password: string

The password for the replication user. The password must be between 8 and 32 characters long, and must contain at least 1 numeric character, 1 lowercase character, 1 uppercase character, and 1 special (nonalphanumeric) character.

Optional port

port: undefined | number

The port the source MySQL instance listens on. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const sourceType

sourceType: string = "MYSQL"

Optional sslCaCertificate

sslCaCertificate: model.PemCaCertificate

sslMode

sslMode: string

The SSL mode of the Channel.

username

username: string

The name of the replication user on the source MySQL instance. The username has a maximum length of 96 characters. For more information, please see the MySQL documentation

Methods

getDeserializedJsonObj

getJsonObj