Class: Aws::MediaConnect::Types::DestinationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DestinationConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The transport parameters that you want to associate with an outbound media stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_ip ⇒ String
The IP address where you want MediaConnect to send contents of the media stream.
-
#destination_port ⇒ Integer
The port that you want MediaConnect to use when it distributes the media stream to the output.
-
#interface ⇒ Types::InterfaceRequest
The VPC interface that you want to use for the media stream associated with the output.
Instance Attribute Details
#destination_ip ⇒ String
The IP address where you want MediaConnect to send contents of the media stream.
1534 1535 1536 1537 1538 1539 1540 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1534 class DestinationConfigurationRequest < Struct.new( :destination_ip, :destination_port, :interface) SENSITIVE = [] include Aws::Structure end |
#destination_port ⇒ Integer
The port that you want MediaConnect to use when it distributes the media stream to the output.
1534 1535 1536 1537 1538 1539 1540 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1534 class DestinationConfigurationRequest < Struct.new( :destination_ip, :destination_port, :interface) SENSITIVE = [] include Aws::Structure end |
#interface ⇒ Types::InterfaceRequest
The VPC interface that you want to use for the media stream associated with the output.
1534 1535 1536 1537 1538 1539 1540 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1534 class DestinationConfigurationRequest < Struct.new( :destination_ip, :destination_port, :interface) SENSITIVE = [] include Aws::Structure end |