input Schema
suspend fun inputSchema(value: Output<ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaArgs>)
suspend fun inputSchema(value: ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaArgs)
Parameters
value
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.
suspend fun inputSchema(argument: suspend ApplicationApplicationConfigurationSqlApplicationConfigurationInputInputSchemaArgsBuilder.() -> Unit)
Parameters
argument
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.