| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MediaConnect.Types.DestinationConfigurationRequest
Description
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.
Constructors
| DestinationConfigurationRequest' | |
Fields
| |
Instances
newDestinationConfigurationRequest Source #
Arguments
| :: Text | |
| -> Int | |
| -> InterfaceRequest | |
| -> DestinationConfigurationRequest |
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.