Class: Aws::MediaTailor::Types::ConfigureLogsForPlaybackConfigurationResponse

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

Overview

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.



771
772
773
774
775
776
777
778
779
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 771

class ConfigureLogsForPlaybackConfigurationResponse < 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. LEGACY_CLOUDWATCH indicates that MediaTailor is sending logs directly to Amazon CloudWatch Logs. VENDED_LOGS indicates that MediaTailor is sending logs to CloudWatch, which then vends the logs to your destination of choice. Supported destinations are CloudWatch Logs log group, Amazon S3 bucket, and Amazon Data Firehose stream.

Returns:

  • (Array<String>)


771
772
773
774
775
776
777
778
779
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 771

class ConfigureLogsForPlaybackConfigurationResponse < 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.



771
772
773
774
775
776
777
778
779
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 771

class ConfigureLogsForPlaybackConfigurationResponse < 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.

Returns:

  • (Integer)


771
772
773
774
775
776
777
778
779
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 771

class ConfigureLogsForPlaybackConfigurationResponse < 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)


771
772
773
774
775
776
777
778
779
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 771

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