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
- data HttpEndpointConfiguration = HttpEndpointConfiguration' {}
- newHttpEndpointConfiguration :: Text -> HttpEndpointConfiguration
- httpEndpointConfiguration_name :: Lens' HttpEndpointConfiguration (Maybe Text)
- httpEndpointConfiguration_accessKey :: Lens' HttpEndpointConfiguration (Maybe Text)
- httpEndpointConfiguration_url :: Lens' HttpEndpointConfiguration Text
Documentation
data HttpEndpointConfiguration Source #
Describes the configuration of the HTTP endpoint to which Kinesis Firehose delivers data.
See: newHttpEndpointConfiguration
smart constructor.
HttpEndpointConfiguration' | |
|
Instances
newHttpEndpointConfiguration Source #
Create a value of HttpEndpointConfiguration
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:name:HttpEndpointConfiguration'
, httpEndpointConfiguration_name
- The name of the HTTP endpoint selected as the destination.
$sel:accessKey:HttpEndpointConfiguration'
, httpEndpointConfiguration_accessKey
- The access key required for Kinesis Firehose to authenticate with the
HTTP endpoint selected as the destination.
$sel:url:HttpEndpointConfiguration'
, httpEndpointConfiguration_url
- The URL of the HTTP endpoint selected as the destination.
If you choose an HTTP endpoint as your destination, review and follow the instructions in the Appendix - HTTP Endpoint Delivery Request and Response Specifications.
httpEndpointConfiguration_name :: Lens' HttpEndpointConfiguration (Maybe Text) Source #
The name of the HTTP endpoint selected as the destination.
httpEndpointConfiguration_accessKey :: Lens' HttpEndpointConfiguration (Maybe Text) Source #
The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.
httpEndpointConfiguration_url :: Lens' HttpEndpointConfiguration Text Source #
The URL of the HTTP endpoint selected as the destination.
If you choose an HTTP endpoint as your destination, review and follow the instructions in the Appendix - HTTP Endpoint Delivery Request and Response Specifications.