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 |
Synopsis
Documentation
data InputSource Source #
The settings for a PULL type input.
See: newInputSource
smart constructor.
Instances
newInputSource :: InputSource Source #
Create a value of InputSource
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:InputSource'
, inputSource_passwordParam
- The key used to extract the password from EC2 Parameter store.
$sel:url:InputSource'
, inputSource_url
- This represents the customer's source URL where stream is pulled from.
$sel:username:InputSource'
, inputSource_username
- The username for the input source.
inputSource_passwordParam :: Lens' InputSource (Maybe Text) Source #
The key used to extract the password from EC2 Parameter store.
inputSource_url :: Lens' InputSource (Maybe Text) Source #
This represents the customer's source URL where stream is pulled from.
inputSource_username :: Lens' InputSource (Maybe Text) Source #
The username for the input source.