AWS::RefactorSpaces::Service UrlEndpointInput - AWS CloudFormation (original) (raw)
The configuration for the URL endpoint type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"HealthUrl" : String,
"Url" : String
}
YAML
HealthUrl: String
Url: String
Properties
HealthUrl
The health check URL of the URL endpoint type. If the URL is a public endpoint, theHealthUrl
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.
Required: No
Type: String
Pattern: ^https?://[-a-zA-Z0-9+\x38@#/%?=~_|!:,.;]*[-a-zA-Z0-9+\x38@#/%=~_|]$
Minimum: 1
Maximum: 2048
Update requires: Replacement
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 ishttps
, the top level domain of the host must be listed in the IANA root zone database.
Required: Yes
Type: String
Pattern: ^https?://[-a-zA-Z0-9+\x38@#/%?=~_|!:,.;]*[-a-zA-Z0-9+\x38@#/%=~_|]$
Minimum: 1
Maximum: 2048
Update requires: Replacement
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.