signaling_channel
Gets an individual signaling_channel
resource
Overview
Name | signaling_channel |
Type | Resource |
Description | signaling_channel |
Id | awscc.kinesisvideo.signaling_channel |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the Kinesis Video Signaling Channel. |
name | string | The name of the Kinesis Video Signaling Channel. |
type | string | The type of the Kinesis Video Signaling Channel to create. Currently, SINGLE_MASTER is the only supported channel type. |
message_ttl_seconds | integer | The period of time a signaling channel retains undelivered messages before they are discarded. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS 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