UrlEndpointSummary
The summary of the configuration for the URL endpoint type.
Contents
- HealthUrl
-
The health check URL of the URL endpoint type. If the URL is a public endpoint, the
HealthUrlmust 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.Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
https?://[-a-zA-Z0-9+\x38@#/%?=~_|!:,.;]*[-a-zA-Z0-9+\x38@#/%=~_|]Required: No
- 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. Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
https?://[-a-zA-Z0-9+\x38@#/%?=~_|!:,.;]*[-a-zA-Z0-9+\x38@#/%=~_|]Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: