Skip to main content
Version: 1.1

KinesisOutputStream

Summary​

Configuration used for a Kinesis output stream.

Attributes​

The attributes are the same as the __init__ method parameters. See below.

Methods​

__init__(...)​

Parameters

  • stream_name: str = None Name of the Kinesis stream.
  • region: str = None AWS region of the stream, e.g: "us-west-2".
  • options: Optional[Dict[str, str]] = None A map of additional Spark readStream options. Only roleArn is supported.
  • include_features: bool = False Return feature values in addition to entity keys. Not supported for window aggregate Feature Views.

Was this page helpful?