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