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 InputSourceRequest Source #
Settings for for a PULL type input.
See: newInputSourceRequest
smart constructor.
Instances
newInputSourceRequest :: InputSourceRequest Source #
Create a value of InputSourceRequest
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:InputSourceRequest'
, inputSourceRequest_passwordParam
- The key used to extract the password from EC2 Parameter store.
$sel:url:InputSourceRequest'
, inputSourceRequest_url
- This represents the customer's source URL where stream is pulled from.
$sel:username:InputSourceRequest'
, inputSourceRequest_username
- The username for the input source.
inputSourceRequest_passwordParam :: Lens' InputSourceRequest (Maybe Text) Source #
The key used to extract the password from EC2 Parameter store.
inputSourceRequest_url :: Lens' InputSourceRequest (Maybe Text) Source #
This represents the customer's source URL where stream is pulled from.
inputSourceRequest_username :: Lens' InputSourceRequest (Maybe Text) Source #
The username for the input source.