kinesis_decrease_stream_retention_period: Decreases the Kinesis data stream's retention period, which...

View source: R/kinesis_operations.R

kinesis_decrease_stream_retention_periodR Documentation

Decreases 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

Decreases 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 minimum value of a stream's retention period is 24 hours.

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

Usage

kinesis_decrease_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 less than the current retention period.

StreamARN

The ARN of the stream.


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