class Aws::MediaConnect::Types::DestinationConfigurationRequest

The transport parameters that you want to associate with an outbound media stream.

@note When making an API call, you may pass DestinationConfigurationRequest

data as a hash:

    {
      destination_ip: "__string", # required
      destination_port: 1, # required
      interface: { # required
        name: "__string", # required
      },
    }

@!attribute [rw] destination_ip

The IP address where you want MediaConnect to send contents of the
media stream.
@return [String]

@!attribute [rw] destination_port

The port that you want MediaConnect to use when it distributes the
media stream to the output.
@return [Integer]

@!attribute [rw] interface

The VPC interface that you want to use for the media stream
associated with the output.
@return [Types::InterfaceRequest]

@see docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/DestinationConfigurationRequest AWS API Documentation

Constants

SENSITIVE