SyncGroupSchemaArgs

data class SyncGroupSchemaArgs(val masterSyncMemberName: Output<String>? = null, val tables: Output<List<SyncGroupSchemaTableArgs>>? = null) : ConvertibleToJava<SyncGroupSchemaArgs>

Properties of sync group schema.

Constructors

Link copied to clipboard
constructor(masterSyncMemberName: Output<String>? = null, tables: Output<List<SyncGroupSchemaTableArgs>>? = null)

Properties

Link copied to clipboard
val masterSyncMemberName: Output<String>? = null

Name of master sync member where the schema is from.

Link copied to clipboard
val tables: Output<List<SyncGroupSchemaTableArgs>>? = null

List of tables in sync group schema.

Functions

Link copied to clipboard
open override fun toJava(): SyncGroupSchemaArgs