Skip to main content

signaling_channel

Gets an individual signaling_channel resource

Overview

Namesignaling_channel
TypeResource
Descriptionsignaling_channel
Idawscc.kinesisvideo.signaling_channel

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the Kinesis Video Signaling Channel.
namestringThe name of the Kinesis Video Signaling Channel.
typestringThe type of the Kinesis Video Signaling Channel to create. Currently, SINGLE_MASTER is the only supported channel type.
message_ttl_secondsintegerThe period of time a signaling channel retains undelivered messages before they are discarded.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
name,
type,
message_ttl_seconds,
tags
FROM awscc.kinesisvideo.signaling_channel
WHERE data__Identifier = '<Name>';

Permissions

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

Read

kinesisvideo:DescribeSignalingChannel

Update

kinesisvideo:UpdateSignalingChannel,
kinesisvideo:DescribeSignalingChannel

Delete

kinesisvideo:DeleteSignalingChannel,
kinesisvideo:DescribeSignalingChannel