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
fun AttachedDatabaseConfigurationSharingArgs(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)