Skip to main content

kinesisvideo_stream

Gets an individual kinesisvideo_stream resource

Overview

Namekinesisvideo_stream
TypeResource
Descriptionkinesisvideo_stream
Idawscc.kinesisvideo.kinesisvideo_stream

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the Kinesis Video stream.
namestringThe name of the Kinesis Video stream.
data_retention_in_hoursintegerThe number of hours till which Kinesis Video will retain the data in the stream
device_namestringThe name of the device that is writing to the stream.
kms_key_idstringAWS KMS key ID that Kinesis Video Streams uses to encrypt stream data.
media_typestringThe media type of the stream. Consumers of the stream can use this information when processing the stream.
tagsarrayAn array of key-value pairs associated with the Kinesis Video Stream.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
name,
data_retention_in_hours,
device_name,
kms_key_id,
media_type,
tags
FROM awscc.kinesisvideo.kinesisvideo_stream
WHERE data__Identifier = '<Name>';

Permissions

To operate on the kinesisvideo_stream resource, the following permissions are required:

Read

kinesisvideo:DescribeStream

Update

kinesisvideo:DescribeStream,
kinesisvideo:UpdateStream,
kinesisvideo:UpdateDataRetention

Delete

kinesisvideo:DescribeStream,
kinesisvideo:DeleteStream