Class: Aws::MediaTailor::Types::ConfigureLogsForPlaybackConfigurationRequest

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

Overview

Configures Amazon CloudWatch log settings for a playback configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ads_interaction_logTypes::AdsInteractionLog

The event types that MediaTailor emits in logs for interactions with the ADS.



731
732
733
734
735
736
737
738
739
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 731

class ConfigureLogsForPlaybackConfigurationRequest < Struct.new(
  :percent_enabled,
  :playback_configuration_name,
  :enabled_logging_strategies,
  :ads_interaction_log,
  :manifest_service_interaction_log)
  SENSITIVE = []
  include Aws::Structure
end

#enabled_logging_strategiesArray<String>

The method used for collecting logs from AWS Elemental MediaTailor. To configure MediaTailor to send logs directly to Amazon CloudWatch Logs, choose LEGACY_CLOUDWATCH. To configure MediaTailor to send logs to CloudWatch, which then vends the logs to your destination of choice, choose VENDED_LOGS. Supported destinations are CloudWatch Logs log group, Amazon S3 bucket, and Amazon Data Firehose stream.

To use vended logs, you must configure the delivery destination in Amazon CloudWatch, as described in Enable logging from AWS services, Logging that requires additional permissions [V2].

Returns:

  • (Array<String>)


731
732
733
734
735
736
737
738
739
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 731

class ConfigureLogsForPlaybackConfigurationRequest < Struct.new(
  :percent_enabled,
  :playback_configuration_name,
  :enabled_logging_strategies,
  :ads_interaction_log,
  :manifest_service_interaction_log)
  SENSITIVE = []
  include Aws::Structure
end

#manifest_service_interaction_logTypes::ManifestServiceInteractionLog

The event types that MediaTailor emits in logs for interactions with the origin server.



731
732
733
734
735
736
737
738
739
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 731

class ConfigureLogsForPlaybackConfigurationRequest < Struct.new(
  :percent_enabled,
  :playback_configuration_name,
  :enabled_logging_strategies,
  :ads_interaction_log,
  :manifest_service_interaction_log)
  SENSITIVE = []
  include Aws::Structure
end

#percent_enabledInteger

The percentage of session logs that MediaTailor sends to your CloudWatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode.

Valid values: 0 - 100

Returns:

  • (Integer)


731
732
733
734
735
736
737
738
739
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 731

class ConfigureLogsForPlaybackConfigurationRequest < Struct.new(
  :percent_enabled,
  :playback_configuration_name,
  :enabled_logging_strategies,
  :ads_interaction_log,
  :manifest_service_interaction_log)
  SENSITIVE = []
  include Aws::Structure
end

#playback_configuration_nameString

The name of the playback configuration.

Returns:

  • (String)


731
732
733
734
735
736
737
738
739
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 731

class ConfigureLogsForPlaybackConfigurationRequest < Struct.new(
  :percent_enabled,
  :playback_configuration_name,
  :enabled_logging_strategies,
  :ads_interaction_log,
  :manifest_service_interaction_log)
  SENSITIVE = []
  include Aws::Structure
end