Class: Aws::MediaTailor::Types::ConfigureLogsForPlaybackConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::ConfigureLogsForPlaybackConfigurationResponse
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
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.
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_strategies ⇒ Array<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.
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_log ⇒ Types::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_enabled ⇒ Integer
The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account.
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_name ⇒ String
The name of the playback configuration.
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 |