kinesis_increase_stream_retention_period: Increases the Kinesis data stream's retention period, which...

View source: R/kinesis_operations.R

kinesis_increase_stream_retention_periodR Documentation

Increases the Kinesis data stream's retention period, which is the length of time data records are accessible after they are added to the stream

Description

Increases the Kinesis data stream's retention period, which is the length of time data records are accessible after they are added to the stream. The maximum value of a stream's retention period is 8760 hours (365 days).

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

Usage

kinesis_increase_stream_retention_period(
  StreamName = NULL,
  RetentionPeriodHours,
  StreamARN = NULL
)

Arguments

StreamName

The name of the stream to modify.

RetentionPeriodHours

[required] The new retention period of the stream, in hours. Must be more than the current retention period.

StreamARN

The ARN of the stream.


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