Class: Aws::MediaConnect::Types::DestinationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DestinationConfigurationRequest
- Defined in:
- gems/aws-sdk-mediaconnect/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.
1490 1491 1492 1493 1494 1495 1496 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1490 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.
1490 1491 1492 1493 1494 1495 1496 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1490 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.
1490 1491 1492 1493 1494 1495 1496 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1490 class DestinationConfigurationRequest < Struct.new( :destination_ip, :destination_port, :interface) SENSITIVE = [] include Aws::Structure end |