class Aws::KinesisVideo::Types::UpdateDataRetentionInput
@note When making an API call, you may pass UpdateDataRetentionInput
data as a hash: { stream_name: "StreamName", stream_arn: "ResourceARN", current_version: "Version", # required operation: "INCREASE_DATA_RETENTION", # required, accepts INCREASE_DATA_RETENTION, DECREASE_DATA_RETENTION data_retention_change_in_hours: 1, # required }
@!attribute [rw] stream_name
The name of the stream whose retention period you want to change. @return [String]
@!attribute [rw] stream_arn
The Amazon Resource Name (ARN) of the stream whose retention period you want to change. @return [String]
@!attribute [rw] current_version
The version of the stream whose retention period you want to change. To get the version, call either the `DescribeStream` or the `ListStreams` API. @return [String]
@!attribute [rw] operation
Indicates whether you want to increase or decrease the retention period. @return [String]
@!attribute [rw] data_retention_change_in_hours
The retention period, in hours. The value you specify replaces the current value. The maximum value for this parameter is 87600 (ten years). @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/kinesisvideo-2017-09-30/UpdateDataRetentionInput AWS API Documentation
Constants
- SENSITIVE