Class: Aws::KinesisVideo::Types::NotificationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::NotificationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
Use this API to configure Amazon Simple Notification Service (Amazon SNS) notifications for when fragments become available in a stream. If this parameter is null, the configuration will be deleted from the stream.
See [Notifications in Kinesis Video Streams] for more information.
[1]: docs.aws.amazon.com/kinesisvideostreams/latest/dg/notifications.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_config ⇒ Types::NotificationDestinationConfig
The destination information required to deliver a notification to a customer.
-
#status ⇒ String
Indicates if a notification configuration is enabled or disabled.
Instance Attribute Details
#destination_config ⇒ Types::NotificationDestinationConfig
The destination information required to deliver a notification to a customer.
1479 1480 1481 1482 1483 1484 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1479 class NotificationConfiguration < Struct.new( :status, :destination_config) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates if a notification configuration is enabled or disabled.
1479 1480 1481 1482 1483 1484 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1479 class NotificationConfiguration < Struct.new( :status, :destination_config) SENSITIVE = [] include Aws::Structure end |