aws.kinesisvideo.describe_notification_configuration
Example SQL Queries
SELECT * FROMaws.kinesisvideo.describe_notification_configuration;Description
Gets the NotificationConfiguration for a given Kinesis video stream.
Table Definition
| Column Name | Column Data Type |
|---|---|
| stream_arn Input Column The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the notification configuration. You must specify either the StreamName or the StreamARN. | VARCHAR |
| stream_name Input Column The name of the stream from which to retrieve the notification configuration. You must specify either the StreamName or the StreamARN. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| notification_configuration The structure that contains the information required for notifications. If the structure is null, the configuration will be deleted from the stream. | STRUCT( |
Show child fields
| |