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
Documentation
data InputLocation Source #
Input Location
See: newInputLocation
smart constructor.
InputLocation' | |
|
Instances
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:username:InputLocation'
, inputLocation_username
- Documentation update needed
$sel:passwordParam:InputLocation'
, inputLocation_passwordParam
- key used to extract the password from EC2 Parameter store
$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_username :: Lens' InputLocation (Maybe Text) Source #
Documentation update needed
inputLocation_passwordParam :: Lens' InputLocation (Maybe Text) Source #
key used to extract the password from EC2 Parameter store
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".