| 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.MediaLive.Types.InputDestination
Description
Synopsis
- data InputDestination = InputDestination' {}
- newInputDestination :: InputDestination
- inputDestination_ip :: Lens' InputDestination (Maybe Text)
- inputDestination_port :: Lens' InputDestination (Maybe Text)
- inputDestination_url :: Lens' InputDestination (Maybe Text)
- inputDestination_vpc :: Lens' InputDestination (Maybe InputDestinationVpc)
Documentation
data InputDestination Source #
The settings for a PUSH type input.
See: newInputDestination smart constructor.
Constructors
| InputDestination' | |
Instances
newInputDestination :: InputDestination Source #
Create a value of InputDestination 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:ip:InputDestination', inputDestination_ip - The system-generated static IP address of endpoint. It remains fixed for
the lifetime of the input.
$sel:port:InputDestination', inputDestination_port - The port number for the input.
$sel:url:InputDestination', inputDestination_url - This represents the endpoint that the customer stream will be pushed to.
$sel:vpc:InputDestination', inputDestination_vpc - Undocumented member.
inputDestination_ip :: Lens' InputDestination (Maybe Text) Source #
The system-generated static IP address of endpoint. It remains fixed for the lifetime of the input.
inputDestination_port :: Lens' InputDestination (Maybe Text) Source #
The port number for the input.
inputDestination_url :: Lens' InputDestination (Maybe Text) Source #
This represents the endpoint that the customer stream will be pushed to.
inputDestination_vpc :: Lens' InputDestination (Maybe InputDestinationVpc) Source #
Undocumented member.