Attached Database Configuration Sharing Args
data class AttachedDatabaseConfigurationSharingArgs(val externalTablesToExcludes: Output<List<String>>? = null, val externalTablesToIncludes: Output<List<String>>? = null, val materializedViewsToExcludes: Output<List<String>>? = null, val materializedViewsToIncludes: Output<List<String>>? = null, val tablesToExcludes: Output<List<String>>? = null, val tablesToIncludes: Output<List<String>>? = null) : ConvertibleToJava<AttachedDatabaseConfigurationSharingArgs>
Constructors
Link copied to clipboard
constructor(externalTablesToExcludes: Output<List<String>>? = null, externalTablesToIncludes: Output<List<String>>? = null, materializedViewsToExcludes: Output<List<String>>? = null, materializedViewsToIncludes: Output<List<String>>? = null, tablesToExcludes: Output<List<String>>? = null, tablesToIncludes: Output<List<String>>? = null)
Properties
Link copied to clipboard
List of external tables 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 materialized views 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.