kinesis_update_stream_mode: Updates the capacity mode of the data stream

View source: R/kinesis_operations.R

kinesis_update_stream_modeR Documentation

Updates the capacity mode of the data stream

Description

Updates 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 stream.

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

Usage

kinesis_update_stream_mode(StreamARN, StreamModeDetails)

Arguments

StreamARN

[required] Specifies the ARN of the data stream whose capacity mode you want to update.

StreamModeDetails

[required] Specifies the capacity mode to which you want to set your 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.