UpdateDataRetentionRequest
Types
Properties
Link copied to clipboard
The version of the stream whose retention period you want to change. To get the version, call either the DescribeStream
or the ListStreams
API.
Link copied to clipboard
The number of hours to adjust the current retention by. The value you specify is added to or subtracted from the current value, depending on the operation
.
Link copied to clipboard
Indicates whether you want to increase or decrease the retention period.
Link copied to clipboard
The name of the stream whose retention period you want to change.
Functions
Link copied to clipboard
inline fun copy(block: UpdateDataRetentionRequest.Builder.() -> Unit = {}): UpdateDataRetentionRequest