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 DestinationConfiguration = DestinationConfiguration' {}
- newDestinationConfiguration :: Text -> Int -> Interface -> Text -> DestinationConfiguration
- destinationConfiguration_destinationIp :: Lens' DestinationConfiguration Text
- destinationConfiguration_destinationPort :: Lens' DestinationConfiguration Int
- destinationConfiguration_interface :: Lens' DestinationConfiguration Interface
- destinationConfiguration_outboundIp :: Lens' DestinationConfiguration Text
Documentation
data DestinationConfiguration Source #
The transport parameters that are associated with an outbound media stream.
See: newDestinationConfiguration
smart constructor.
DestinationConfiguration' | |
|
Instances
newDestinationConfiguration Source #
:: Text | |
-> Int | |
-> Interface | |
-> Text | |
-> DestinationConfiguration |
Create a value of DestinationConfiguration
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:DestinationConfiguration'
, destinationConfiguration_destinationIp
- The IP address where contents of the media stream will be sent.
$sel:destinationPort:DestinationConfiguration'
, destinationConfiguration_destinationPort
- The port to use when the content of the media stream is distributed to
the output.
$sel:interface:DestinationConfiguration'
, destinationConfiguration_interface
- The VPC interface that is used for the media stream associated with the
output.
$sel:outboundIp:DestinationConfiguration'
, destinationConfiguration_outboundIp
- The IP address that the receiver requires in order to establish a
connection with the flow. This value is represented by the elastic
network interface IP address of the VPC. This field applies only to
outputs that use the CDI or ST 2110 JPEG XS protocol.
destinationConfiguration_destinationIp :: Lens' DestinationConfiguration Text Source #
The IP address where contents of the media stream will be sent.
destinationConfiguration_destinationPort :: Lens' DestinationConfiguration Int Source #
The port to use when the content of the media stream is distributed to the output.
destinationConfiguration_interface :: Lens' DestinationConfiguration Interface Source #
The VPC interface that is used for the media stream associated with the output.
destinationConfiguration_outboundIp :: Lens' DestinationConfiguration Text Source #
The IP address that the receiver requires in order to establish a connection with the flow. This value is represented by the elastic network interface IP address of the VPC. This field applies only to outputs that use the CDI or ST 2110 JPEG XS protocol.