| 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.UrlEndpointInput
Description
Synopsis
Documentation
data UrlEndpointInput Source #
The configuration for the URL endpoint type.
See: newUrlEndpointInput smart constructor.
Constructors
| UrlEndpointInput' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> UrlEndpointInput |
Create a value of UrlEndpointInput 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:UrlEndpointInput', urlEndpointInput_healthUrl - The health check URL of the URL endpoint type. If the URL is a public
endpoint, the HealthUrl must also be a public endpoint. If the URL is
a private endpoint inside a virtual private cloud (VPC), the health URL
must also be a private endpoint, and the host must be the same as the
URL.
$sel:url:UrlEndpointInput', urlEndpointInput_url - The URL to route traffic to. The URL must be an
rfc3986-formatted URL.
If the host is a domain name, the name must be resolvable over the
public internet. If the scheme is https, the top level domain of the
host must be listed in the
IANA root zone database.
urlEndpointInput_healthUrl :: Lens' UrlEndpointInput (Maybe Text) Source #
The health check URL of the URL endpoint type. If the URL is a public
endpoint, the HealthUrl must also be a public endpoint. If the URL is
a private endpoint inside a virtual private cloud (VPC), the health URL
must also be a private endpoint, and the host must be the same as the
URL.
urlEndpointInput_url :: Lens' UrlEndpointInput Text Source #
The URL to route traffic to. The URL must be an
rfc3986-formatted URL.
If the host is a domain name, the name must be resolvable over the
public internet. If the scheme is https, the top level domain of the
host must be listed in the
IANA root zone database.