Class: Aws::MediaConnect::Types::DestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DestinationConfiguration
- 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
-
#destination_ip ⇒ String
The IP address where contents of the media stream will be sent.
-
#destination_port ⇒ Integer
The port to use when the content of the media stream is distributed to the output.
-
#interface ⇒ Types::Interface
The VPC interface that is used for the media stream associated with the output.
-
#outbound_ip ⇒ String
The IP address that the receiver requires in order to establish a connection with the flow.
Instance Attribute Details
#destination_ip ⇒ String
The IP address where contents of the media stream will be sent.
1471 1472 1473 1474 1475 1476 1477 1478 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1471 class DestinationConfiguration < Struct.new( :destination_ip, :destination_port, :interface, :outbound_ip) SENSITIVE = [] include Aws::Structure end |
#destination_port ⇒ Integer
The port to use when the content of the media stream is distributed to the output.
1471 1472 1473 1474 1475 1476 1477 1478 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1471 class DestinationConfiguration < Struct.new( :destination_ip, :destination_port, :interface, :outbound_ip) SENSITIVE = [] include Aws::Structure end |
#interface ⇒ Types::Interface
The VPC interface that is used for the media stream associated with the output.
1471 1472 1473 1474 1475 1476 1477 1478 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1471 class DestinationConfiguration < Struct.new( :destination_ip, :destination_port, :interface, :outbound_ip) SENSITIVE = [] include Aws::Structure end |
#outbound_ip ⇒ String
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.
1471 1472 1473 1474 1475 1476 1477 1478 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1471 class DestinationConfiguration < Struct.new( :destination_ip, :destination_port, :interface, :outbound_ip) SENSITIVE = [] include Aws::Structure end |