Class: Aws::MediaLive::Types::InputDestinationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::InputDestinationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Endpoint settings for a PUSH type input.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #network  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If the push input has an input location of ON-PREM, ID the ID of the attached network.
 - 
  
    
      #network_routes  ⇒ Array<Types::InputRequestDestinationRoute> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If the push input has an input location of ON-PREM it’s a requirement to specify what the route of the input is going to be on the customer local network.
 - 
  
    
      #static_ip_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If the push input has an input location of ON-PREM it’s optional to specify what the ip address of the input is going to be on the customer local network.
 - 
  
    
      #stream_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique name for the location the RTMP stream is being pushed to.
 
Instance Attribute Details
#network ⇒ String
If the push input has an input location of ON-PREM, ID the ID of the attached network.
      6689 6690 6691 6692 6693 6694 6695 6696  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 6689 class InputDestinationRequest < Struct.new( :stream_name, :network, :network_routes, :static_ip_address) SENSITIVE = [] include Aws::Structure end  | 
  
#network_routes ⇒ Array<Types::InputRequestDestinationRoute>
If the push input has an input location of ON-PREM it’s a requirement to specify what the route of the input is going to be on the customer local network.
      6689 6690 6691 6692 6693 6694 6695 6696  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 6689 class InputDestinationRequest < Struct.new( :stream_name, :network, :network_routes, :static_ip_address) SENSITIVE = [] include Aws::Structure end  | 
  
#static_ip_address ⇒ String
If the push input has an input location of ON-PREM it’s optional to specify what the ip address of the input is going to be on the customer local network.
      6689 6690 6691 6692 6693 6694 6695 6696  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 6689 class InputDestinationRequest < Struct.new( :stream_name, :network, :network_routes, :static_ip_address) SENSITIVE = [] include Aws::Structure end  | 
  
#stream_name ⇒ String
A unique name for the location the RTMP stream is being pushed to.
      6689 6690 6691 6692 6693 6694 6695 6696  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 6689 class InputDestinationRequest < Struct.new( :stream_name, :network, :network_routes, :static_ip_address) SENSITIVE = [] include Aws::Structure end  |