paws.analytics (version 0.1.0)

kinesis_decrease_stream_retention_period: 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.

Usage

kinesis_decrease_stream_retention_period(StreamName,
  RetentionPeriodHours)

Arguments

StreamName

[required] 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.

Request syntax

svc$decrease_stream_retention_period(
  StreamName = "string",
  RetentionPeriodHours = 123
)

Details

This operation may result in lost data. For example, if the stream's retention period is 48 hours and is decreased to 24 hours, any data already in the stream that is older than 24 hours is inaccessible.