kinesisvideo_stream
Gets an individual kinesisvideo_stream
resource
Overview
Name | kinesisvideo_stream |
Type | Resource |
Description | kinesisvideo_stream |
Id | awscc.kinesisvideo.kinesisvideo_stream |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the Kinesis Video stream. |
name | string | The name of the Kinesis Video stream. |
data_retention_in_hours | integer | The number of hours till which Kinesis Video will retain the data in the stream |
device_name | string | The name of the device that is writing to the stream. |
kms_key_id | string | AWS KMS key ID that Kinesis Video Streams uses to encrypt stream data. |
media_type | string | The media type of the stream. Consumers of the stream can use this information when processing the stream. |
tags | array | An array of key-value pairs associated with the Kinesis Video Stream. |
region | string | AWS 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