OptionalextraOptional Kinesis source options, validated against a server-side allowlist at request time.
Auth and connection details belong on the parent Stream's connection_config, not here.
OptionalstreamIdentifies the Kinesis data stream(s) to read from. Set exactly one of stream_names or stream_arns (identify the streams by name or by ARN, but not both). A single Stream may read from one or more Kinesis streams.
Kinesis stream names to read from.
Kinesis stream ARNs to read from.
Kinesis-specific configuration for a Stream. For the underlying connector and its source options, see the documentation on connecting to Amazon Kinesis
(https://docs.databricks.com/aws/en/connect/streaming/kinesis).