BiScriptProperties

@ConstructorBinding
constructor(@DefaultValue(value = ["true"]) enabled: Boolean, database: String? = null, consumerDatabase: String? = null, topology: BiScriptTopologyProperties = BiScriptTopologyProperties(), timezone: String? = null, kafkaBootstrapServers: String? = null, topicPrefix: String? = null, consumerGroupNamespace: String? = null, kafkaOffsetStorage: KafkaOffsetStorage? = null, kafkaKeeperPathPrefix: String? = null, maxExpansionDepth: Int? = null, unsupportedTypeStrategy: UnsupportedTypeStrategy? = null, inspector: BiDeploymentInspectorProperties = BiDeploymentInspectorProperties())
constructor()