Class: Aws::MediaTailor::Types::ConfigureLogsForPlaybackConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::ConfigureLogsForPlaybackConfigurationRequest
- 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
-
#ads_interaction_log ⇒ Types::AdsInteractionLog
The event types that MediaTailor emits in logs for interactions with the ADS.
-
#enabled_logging_strategies ⇒ Array<String>
The method used for collecting logs from AWS Elemental MediaTailor.
-
#manifest_service_interaction_log ⇒ Types::ManifestServiceInteractionLog
The event types that MediaTailor emits in logs for interactions with the origin server.
-
#percent_enabled ⇒ Integer
The percentage of session logs that MediaTailor sends to your CloudWatch Logs account.
-
#playback_configuration_name ⇒ String
The name of the playback configuration.
Instance Attribute Details
#ads_interaction_log ⇒ Types::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_strategies ⇒ Array<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].
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_log ⇒ Types::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_enabled ⇒ Integer
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
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_name ⇒ String
The name of the playback configuration.
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 |