Class: Aws::KinesisVideo::Types::NotificationConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destination_configTypes::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

#statusString

Indicates if a notification configuration is enabled or disabled.

Returns:

  • (String)


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