Class: Aws::MediaTailor::Types::ManifestServiceInteractionLog

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediatailor/types.rb

Overview

Settings for customizing what events are included in logs for interactions with the origin server.

For more information about manifest service logs, including descriptions of the event types, see [MediaTailor manifest logs description and event types] in Elemental MediaTailor User Guide.

[1]: docs.aws.amazon.com/mediatailor/latest/ug/log-types.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exclude_event_typesArray<String>

Indicates that MediaTailor won’t emit the selected events in the logs for playback sessions that are initialized with this configuration.



3202
3203
3204
3205
3206
# File 'lib/aws-sdk-mediatailor/types.rb', line 3202

class ManifestServiceInteractionLog < Struct.new(
  :exclude_event_types)
  SENSITIVE = []
  include Aws::Structure
end