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 |
Amazonka.IoT.Types.HttpUrlDestinationConfiguration
Description
Documentation
data HttpUrlDestinationConfiguration Source #
HTTP URL destination configuration used by the topic rule's HTTP action.
See: newHttpUrlDestinationConfiguration
smart constructor.
Constructors
HttpUrlDestinationConfiguration' | |
Fields
|
Instances
newHttpUrlDestinationConfiguration Source #
Arguments
:: Text | |
-> HttpUrlDestinationConfiguration |
Create a value of HttpUrlDestinationConfiguration
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:confirmationUrl:HttpUrlDestinationConfiguration'
, httpUrlDestinationConfiguration_confirmationUrl
- The URL IoT uses to confirm ownership of or access to the topic rule
destination URL.
httpUrlDestinationConfiguration_confirmationUrl :: Lens' HttpUrlDestinationConfiguration Text Source #
The URL IoT uses to confirm ownership of or access to the topic rule destination URL.