UpdateDataRetentionRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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 Amazon Resource Name (ARN) of the stream whose retention period you want to change.

Link copied to clipboard

The name of the stream whose retention period you want to change.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String