Class: Aws::MediaLive::Types::InputDestination
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::InputDestination
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
The settings for a PUSH type input.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ip  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The system-generated static IP address of endpoint.
 - 
  
    
      #network  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the attached network.
 - 
  
    
      #network_routes  ⇒ Array<Types::InputDestinationRoute> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
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.
 - 
  
    
      #port  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The port number for the input.
 - 
  
    
      #url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
This represents the endpoint that the customer stream will be pushed to.
 - 
  
    
      #vpc  ⇒ Types::InputDestinationVpc 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The properties for a VPC type input destination.
 
Instance Attribute Details
#ip ⇒ String
The system-generated static IP address of endpoint. It remains fixed for the lifetime of the input.
      6653 6654 6655 6656 6657 6658 6659 6660 6661 6662  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 6653 class InputDestination < Struct.new( :ip, :port, :url, :vpc, :network, :network_routes) SENSITIVE = [] include Aws::Structure end  | 
  
#network ⇒ String
The ID of the attached network.
      6653 6654 6655 6656 6657 6658 6659 6660 6661 6662  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 6653 class InputDestination < Struct.new( :ip, :port, :url, :vpc, :network, :network_routes) SENSITIVE = [] include Aws::Structure end  | 
  
#network_routes ⇒ Array<Types::InputDestinationRoute>
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.
      6653 6654 6655 6656 6657 6658 6659 6660 6661 6662  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 6653 class InputDestination < Struct.new( :ip, :port, :url, :vpc, :network, :network_routes) SENSITIVE = [] include Aws::Structure end  | 
  
#port ⇒ String
The port number for the input.
      6653 6654 6655 6656 6657 6658 6659 6660 6661 6662  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 6653 class InputDestination < Struct.new( :ip, :port, :url, :vpc, :network, :network_routes) SENSITIVE = [] include Aws::Structure end  | 
  
#url ⇒ String
This represents the endpoint that the customer stream will be pushed to.
      6653 6654 6655 6656 6657 6658 6659 6660 6661 6662  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 6653 class InputDestination < Struct.new( :ip, :port, :url, :vpc, :network, :network_routes) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc ⇒ Types::InputDestinationVpc
The properties for a VPC type input destination.
      6653 6654 6655 6656 6657 6658 6659 6660 6661 6662  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 6653 class InputDestination < Struct.new( :ip, :port, :url, :vpc, :network, :network_routes) SENSITIVE = [] include Aws::Structure end  |