KinesisStreamingSourceOptions

Additional options for the Amazon Kinesis streaming data source.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Adds a time delay between two consecutive getRecords operations. The default value is "False". This option is only configurable for Glue version 2.0 and above.

Link copied to clipboard

When this option is set to 'true', the data output will contain an additional column named "__src_timestamp" that indicates the time when the corresponding record received by the stream. The default value is 'false'. This option is supported in Glue version 4.0 or later.

Link copied to clipboard

Avoids creating an empty microbatch job by checking for unread data in the Kinesis data stream before the batch is started. The default value is "False".

Link copied to clipboard

An optional classification.

Link copied to clipboard

Specifies the delimiter character.

Link copied to clipboard

The minimum time interval between two ListShards API calls for your script to consider resharding. The default value is 1s.

Link copied to clipboard

When this option is set to 'true', for each batch, it will emit the metrics for the duration between the oldest record received by the stream and the time it arrives in Glue to CloudWatch. The metric's name is "glue.driver.streaming.maxConsumerLagInMs". The default value is 'false'. This option is supported in Glue version 4.0 or later.

Link copied to clipboard

The URL of the Kinesis endpoint.

Link copied to clipboard

The minimum time delay between two consecutive getRecords operations, specified in ms. The default value is 1000. This option is only configurable for Glue version 2.0 and above.

Link copied to clipboard

The maximum number of records to fetch per shard in the Kinesis data stream. The default value is 100000.

Link copied to clipboard

The maximum time spent in the job executor to fetch a record from the Kinesis data stream per shard, specified in milliseconds (ms). The default value is 1000.

Link copied to clipboard

The maximum number of records to fetch from the Kinesis data stream in each getRecords operation. The default value is 10000.

Link copied to clipboard

The maximum cool-off time period (specified in ms) between two retries of a Kinesis Data Streams API call. The default value is 10000.

Link copied to clipboard

The maximum number of retries for Kinesis Data Streams API requests. The default value is 3.

Link copied to clipboard

The cool-off time period (specified in ms) before retrying the Kinesis Data Streams API call. The default value is 1000.

Link copied to clipboard

The Amazon Resource Name (ARN) of the role to assume using AWS Security Token Service (AWS STS). This role must have permissions for describe or read record operations for the Kinesis data stream. You must use this parameter when accessing a data stream in a different account. Used in conjunction with "awsSTSSessionName".

Link copied to clipboard

An identifier for the session assuming the role using AWS STS. You must use this parameter when accessing a data stream in a different account. Used in conjunction with "awsSTSRoleARN".

Link copied to clipboard

The starting position in the Kinesis data stream to read data from. The possible values are "latest", "trim_horizon", "earliest", or a timestamp string in UTC format in the pattern yyyy-mm-ddTHH:MM:SSZ (where Z represents a UTC timezone offset with a +/-. For example: "2023-04-04T08:00:00-04:00"). The default value is "latest".

Link copied to clipboard

The timestamp of the record in the Kinesis data stream to start reading data from. The possible values are a timestamp string in UTC format of the pattern yyyy-mm-ddTHH:MM:SSZ (where Z represents a UTC timezone offset with a +/-. For example: "2023-04-04T08:00:00+08:00").

Link copied to clipboard

The Amazon Resource Name (ARN) of the Kinesis data stream.

Link copied to clipboard

The name of the Kinesis data stream.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String