Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UpdateChannelTargetFromDbSystemDetails

Parameters detailing how to provision the target endpoint that is a DB System.

Properties

Optional applierUsername

applierUsername: undefined | string

The username for the replication applier of the target MySQL DB System.

Optional channelName

channelName: undefined | string

The case-insensitive name that identifies the replication channel. Channel names must follow the rules defined for MySQL identifiers. The names of non-Deleted Channels must be unique for each DB System.

Optional delayInSeconds

delayInSeconds: undefined | number

Specifies the amount of time, in seconds, that the channel waits before applying a transaction received from the source. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional filters

Replication filter rules to be applied at the DB System Channel target.

Optional tablesWithoutPrimaryKeyHandling

tablesWithoutPrimaryKeyHandling: undefined | string

Specifies how a replication channel handles the creation and alteration of tables that do not have a primary key.

Const targetType

targetType: string = "DBSYSTEM"

Methods

getDeserializedJsonObj

getJsonObj