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.



754
755
756
757
758
759
760
761
762
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 754

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


754
755
756
757
758
759
760
761
762
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 754

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.



754
755
756
757
758
759
760
761
762
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 754

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)


754
755
756
757
758
759
760
761
762
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 754

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)


754
755
756
757
758
759
760
761
762
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 754

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