| 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.Firehose.Types.HttpEndpointConfiguration
Description
Synopsis
- data HttpEndpointConfiguration = HttpEndpointConfiguration' {}
- newHttpEndpointConfiguration :: Text -> HttpEndpointConfiguration
- httpEndpointConfiguration_accessKey :: Lens' HttpEndpointConfiguration (Maybe Text)
- httpEndpointConfiguration_name :: 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.
Constructors
| HttpEndpointConfiguration' | |
Fields
| |
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:accessKey:HttpEndpointConfiguration', httpEndpointConfiguration_accessKey - The access key required for Kinesis Firehose to authenticate with the
HTTP endpoint selected as the destination.
$sel:name:HttpEndpointConfiguration', httpEndpointConfiguration_name - The name of 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_accessKey :: Lens' HttpEndpointConfiguration (Maybe Text) Source #
The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.
httpEndpointConfiguration_name :: Lens' HttpEndpointConfiguration (Maybe Text) Source #
The name of 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.