Class: Aws::MediaLive::Types::InputDestinationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Endpoint settings for a PUSH type input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#networkString

If the push input has an input location of ON-PREM, ID the ID of the attached network.

Returns:

  • (String)


6689
6690
6691
6692
6693
6694
6695
6696
# File 'gems/aws-sdk-medialive/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_routesArray<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 'gems/aws-sdk-medialive/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_addressString

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.

Returns:

  • (String)


6689
6690
6691
6692
6693
6694
6695
6696
# File 'gems/aws-sdk-medialive/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_nameString

A unique name for the location the RTMP stream is being pushed to.

Returns:

  • (String)


6689
6690
6691
6692
6693
6694
6695
6696
# File 'gems/aws-sdk-medialive/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