Class: Aws::MediaLive::Types::RtmpOutputSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::RtmpOutputSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Rtmp Output Settings
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #certificate_mode  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA).
 - 
  
    
      #connection_retry_interval  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.
 - 
  
    
      #destination  ⇒ Types::OutputLocationRef 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The RTMP endpoint excluding the stream name (eg. rtmp://host/appname).
 - 
  
    
      #num_retries  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Number of retry attempts.
 
Instance Attribute Details
#certificate_mode ⇒ String
If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA). This will cause rtmps outputs with self-signed certificates to fail.
      10885 10886 10887 10888 10889 10890 10891 10892  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10885 class RtmpOutputSettings < Struct.new( :certificate_mode, :connection_retry_interval, :destination, :num_retries) SENSITIVE = [] include Aws::Structure end  | 
  
#connection_retry_interval ⇒ Integer
Number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.
      10885 10886 10887 10888 10889 10890 10891 10892  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10885 class RtmpOutputSettings < Struct.new( :certificate_mode, :connection_retry_interval, :destination, :num_retries) SENSITIVE = [] include Aws::Structure end  | 
  
#destination ⇒ Types::OutputLocationRef
The RTMP endpoint excluding the stream name (eg. rtmp://host/appname). For connection to Akamai, a username and password must be supplied. URI fields accept format identifiers.
      10885 10886 10887 10888 10889 10890 10891 10892  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10885 class RtmpOutputSettings < Struct.new( :certificate_mode, :connection_retry_interval, :destination, :num_retries) SENSITIVE = [] include Aws::Structure end  | 
  
#num_retries ⇒ Integer
Number of retry attempts.
      10885 10886 10887 10888 10889 10890 10891 10892  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10885 class RtmpOutputSettings < Struct.new( :certificate_mode, :connection_retry_interval, :destination, :num_retries) SENSITIVE = [] include Aws::Structure end  |