Class: Aws::MediaLive::Types::FrameCaptureGroupSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::FrameCaptureGroupSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Frame Capture Group Settings
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #destination  ⇒ Types::OutputLocationRef 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The destination for the frame capture files.
 - 
  
    
      #frame_capture_cdn_settings  ⇒ Types::FrameCaptureCdnSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Parameters that control interactions with the CDN.
 
Instance Attribute Details
#destination ⇒ Types::OutputLocationRef
The destination for the frame capture files. Either the URI for an Amazon S3 bucket and object, plus a file name prefix (for example, s3ssl://sportsDelivery/highlights/20180820/curling-) or the URI for a MediaStore container, plus a file name prefix (for example, mediastoressl://sportsDelivery/20180820/curling-). The final file names consist of the prefix from the destination field (for example, “curling-”) + name modifier + the counter (5 digits, starting from 00001) + extension (which is always .jpg). For example, curling-low.00001.jpg
      4809 4810 4811 4812 4813 4814  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 4809 class FrameCaptureGroupSettings < Struct.new( :destination, :frame_capture_cdn_settings) SENSITIVE = [] include Aws::Structure end  | 
  
#frame_capture_cdn_settings ⇒ Types::FrameCaptureCdnSettings
Parameters that control interactions with the CDN.
      4809 4810 4811 4812 4813 4814  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 4809 class FrameCaptureGroupSettings < Struct.new( :destination, :frame_capture_cdn_settings) SENSITIVE = [] include Aws::Structure end  |