kinesis_decrease_stream_retention_period {paws.analytics} | R 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. |
[Package paws.analytics version 0.9.0 Index]