| 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.MigrationHubReFactorSpaces.Types.UrlEndpointConfig
Description
Documentation
data UrlEndpointConfig Source #
The configuration for the URL endpoint type.
See: newUrlEndpointConfig smart constructor.
Constructors
| UrlEndpointConfig' | |
Instances
newUrlEndpointConfig :: UrlEndpointConfig Source #
Create a value of UrlEndpointConfig 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:healthUrl:UrlEndpointConfig', urlEndpointConfig_healthUrl - The health check URL of the URL endpoint type.
$sel:url:UrlEndpointConfig', urlEndpointConfig_url - The HTTP URL endpoint.
urlEndpointConfig_healthUrl :: Lens' UrlEndpointConfig (Maybe Text) Source #
The health check URL of the URL endpoint type.
urlEndpointConfig_url :: Lens' UrlEndpointConfig (Maybe Text) Source #
The HTTP URL endpoint.