Class: Aws::MediaConnect::Types::InputConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

The transport parameters that are associated with an incoming media stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_ipString

The IP address that the flow listens on for incoming content for a media stream.

Returns:

  • (String)


2186
2187
2188
2189
2190
2191
2192
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2186

class InputConfiguration < Struct.new(
  :input_ip,
  :input_port,
  :interface)
  SENSITIVE = []
  include Aws::Structure
end

#input_portInteger

The port that the flow listens on for an incoming media stream.

Returns:

  • (Integer)


2186
2187
2188
2189
2190
2191
2192
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2186

class InputConfiguration < Struct.new(
  :input_ip,
  :input_port,
  :interface)
  SENSITIVE = []
  include Aws::Structure
end

#interfaceTypes::Interface

The VPC interface where the media stream comes in from.

Returns:



2186
2187
2188
2189
2190
2191
2192
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2186

class InputConfiguration < Struct.new(
  :input_ip,
  :input_port,
  :interface)
  SENSITIVE = []
  include Aws::Structure
end