kinesis_create_stream: Creates a Kinesis data stream

View source: R/kinesis_operations.R

kinesis_create_streamR Documentation

Creates a Kinesis data stream

Description

Creates a Kinesis data stream. A stream captures and transports data records that are continuously emitted from different data sources or producers. Scale-out within a stream is explicitly supported by means of shards, which are uniquely identified groups of data records in a stream.

See https://www.paws-r-sdk.com/docs/kinesis_create_stream/ for full documentation.

Usage

kinesis_create_stream(StreamName, ShardCount = NULL, StreamModeDetails = NULL)

Arguments

StreamName

[required] A name to identify the stream. The stream name is scoped to the Amazon Web Services account used by the application that creates the stream. It is also scoped by Amazon Web Services Region. That is, two streams in two different Amazon Web Services accounts can have the same name. Two streams in the same Amazon Web Services account but in two different Regions can also have the same name.

ShardCount

The number of shards that the stream will use. The throughput of the stream is a function of the number of shards; more shards are required for greater provisioned throughput.

StreamModeDetails

Indicates the capacity mode of the data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.