Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DestinationConfigurationRequest = DestinationConfigurationRequest' {}
- newDestinationConfigurationRequest :: Text -> Int -> InterfaceRequest -> DestinationConfigurationRequest
- destinationConfigurationRequest_destinationIp :: Lens' DestinationConfigurationRequest Text
- destinationConfigurationRequest_destinationPort :: Lens' DestinationConfigurationRequest Int
- destinationConfigurationRequest_interface :: Lens' DestinationConfigurationRequest InterfaceRequest
Documentation
data DestinationConfigurationRequest Source #
The transport parameters that you want to associate with an outbound media stream.
See: newDestinationConfigurationRequest
smart constructor.
DestinationConfigurationRequest' | |
|
Instances
newDestinationConfigurationRequest Source #
Create a value of DestinationConfigurationRequest
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:destinationIp:DestinationConfigurationRequest'
, destinationConfigurationRequest_destinationIp
- The IP address where you want MediaConnect to send contents of the media
stream.
$sel:destinationPort:DestinationConfigurationRequest'
, destinationConfigurationRequest_destinationPort
- The port that you want MediaConnect to use when it distributes the media
stream to the output.
$sel:interface:DestinationConfigurationRequest'
, destinationConfigurationRequest_interface
- The VPC interface that you want to use for the media stream associated
with the output.
destinationConfigurationRequest_destinationIp :: Lens' DestinationConfigurationRequest Text Source #
The IP address where you want MediaConnect to send contents of the media stream.
destinationConfigurationRequest_destinationPort :: Lens' DestinationConfigurationRequest Int Source #
The port that you want MediaConnect to use when it distributes the media stream to the output.
destinationConfigurationRequest_interface :: Lens' DestinationConfigurationRequest InterfaceRequest Source #
The VPC interface that you want to use for the media stream associated with the output.