Alter Table Monitor

Alters a table monitor previously created with Create Table Monitor.

Input Parameter Description

Name Type Description
topic_id string The topic ID returned by Create Table Monitor .
monitor_updates_map map of string to strings

Map containing the properties of the table monitor to be updated. Error if empty.

Supported Parameters (keys) Parameter Description
schema_name Updates the schema name. If schema_name doesn't exist, an error will be thrown. If schema_name is empty, then the user's default schema will be used.
options map of string to strings Optional parameters.

Output Parameter Description

Name Type Description
topic_id string Value of input parameter topic_id.
info map of string to strings Additional information.