Table Level Sharing Properties Args
data class TableLevelSharingPropertiesArgs(val externalTablesToExclude: Output<List<String>>? = null, val externalTablesToInclude: Output<List<String>>? = null, val functionsToExclude: Output<List<String>>? = null, val functionsToInclude: Output<List<String>>? = null, val materializedViewsToExclude: Output<List<String>>? = null, val materializedViewsToInclude: Output<List<String>>? = null, val tablesToExclude: Output<List<String>>? = null, val tablesToInclude: Output<List<String>>? = null) : ConvertibleToJava<TableLevelSharingPropertiesArgs>
Tables that will be included and excluded in the follower database
Constructors
Link copied to clipboard
constructor(externalTablesToExclude: Output<List<String>>? = null, externalTablesToInclude: Output<List<String>>? = null, functionsToExclude: Output<List<String>>? = null, functionsToInclude: Output<List<String>>? = null, materializedViewsToExclude: Output<List<String>>? = null, materializedViewsToInclude: Output<List<String>>? = null, tablesToExclude: Output<List<String>>? = null, tablesToInclude: Output<List<String>>? = null)
Properties
Link copied to clipboard
List of external tables to exclude from the follower database
Link copied to clipboard
List of external tables to include in the follower database
Link copied to clipboard
List of functions to exclude from the follower database
Link copied to clipboard
List of functions to include in the follower database
Link copied to clipboard
List of materialized views to exclude from the follower database
Link copied to clipboard
List of materialized views to include in the follower database
Link copied to clipboard
List of tables to exclude from the follower database
Link copied to clipboard
List of tables to include in the follower database