Class: Aws::MediaConnect::Types::DestinationConfiguration

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_ipString

The IP address where contents of the media stream will be sent.

Returns:

  • (String)


1505
1506
1507
1508
1509
1510
1511
1512
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1505

class DestinationConfiguration < Struct.new(
  :destination_ip,
  :destination_port,
  :interface,
  :outbound_ip)
  SENSITIVE = []
  include Aws::Structure
end

#destination_portInteger

The port to use when the content of the media stream is distributed to the output.

Returns:

  • (Integer)


1505
1506
1507
1508
1509
1510
1511
1512
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1505

class DestinationConfiguration < Struct.new(
  :destination_ip,
  :destination_port,
  :interface,
  :outbound_ip)
  SENSITIVE = []
  include Aws::Structure
end

#interfaceTypes::Interface

The VPC interface that is used for the media stream associated with the output.

Returns:



1505
1506
1507
1508
1509
1510
1511
1512
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1505

class DestinationConfiguration < Struct.new(
  :destination_ip,
  :destination_port,
  :interface,
  :outbound_ip)
  SENSITIVE = []
  include Aws::Structure
end

#outbound_ipString

The IP address that the receiver requires in order to establish a connection with the flow. This value is represented by the elastic network interface IP address of the VPC. This field applies only to outputs that use the CDI or ST 2110 JPEG XS protocol.

Returns:

  • (String)


1505
1506
1507
1508
1509
1510
1511
1512
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1505

class DestinationConfiguration < Struct.new(
  :destination_ip,
  :destination_port,
  :interface,
  :outbound_ip)
  SENSITIVE = []
  include Aws::Structure
end