| 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.InputLocation
Description
Synopsis
Documentation
data InputLocation Source #
Input Location
See: newInputLocation smart constructor.
Constructors
| InputLocation' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> InputLocation |
Create a value of InputLocation 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:passwordParam:InputLocation', inputLocation_passwordParam - key used to extract the password from EC2 Parameter store
$sel:username:InputLocation', inputLocation_username - Documentation update needed
$sel:uri:InputLocation', inputLocation_uri - Uniform Resource Identifier - This should be a path to a file accessible
to the Live system (eg. a http:// URI) depending on the output type.
For example, a RTMP destination should have a uri simliar to:
"rtmp://fmsserver/live".
inputLocation_passwordParam :: Lens' InputLocation (Maybe Text) Source #
key used to extract the password from EC2 Parameter store
inputLocation_username :: Lens' InputLocation (Maybe Text) Source #
Documentation update needed
inputLocation_uri :: Lens' InputLocation Text Source #
Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg. a http:// URI) depending on the output type. For example, a RTMP destination should have a uri simliar to: "rtmp://fmsserver/live".