---
type: resource-type
title: KinesisVideoStream
description: aws resource type AWS::KinesisVideo::Stream
name: KinesisVideoStream
lexicon: aws
resource_type: AWS::KinesisVideo::Stream
---
`AWS::KinesisVideo::Stream`, a resource type of the aws lexicon.

## Properties

- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the Kinesis Video stream.
- `DataRetentionInHours` (`number`, optional): The number of hours till which Kinesis Video will retain the data in the stream
- `DeviceName` (`string`, optional): The name of the device that is writing to the stream.
- `KmsKeyId` (`string`, optional): AWS KMS key ID that Kinesis Video Streams uses to encrypt stream data.
- `MediaType` (`string`, optional): The media type of the stream. Consumers of the stream can use this information when processing the stream.
- `Name` (`string`, optional): The name of the Kinesis Video stream.
- `StreamStorageConfiguration` (`KinesisVideoStream_StreamStorageConfiguration`, optional): Configuration for the storage tier of the Kinesis Video Stream.
- `Tags` (`KinesisVideoStream_Tag[]`, optional): An array of key-value pairs associated with the Kinesis Video Stream.

## Attributes

- `Arn`
