@Stability(value=Stable) @Internal public static final class CfnService.UrlEndpointInputProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnService.UrlEndpointInputProperty
CfnService.UrlEndpointInputPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnService.UrlEndpointInputProperty.Builder, CfnService.UrlEndpointInputProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnService.UrlEndpointInputProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnService.LambdaEndpointInputProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getHealthUrl()
The health check URL of the URL endpoint type.
|
String |
getUrl()
The URL to route traffic to.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnService.UrlEndpointInputProperty.Builder builder)
CfnService.LambdaEndpointInputProperty.Builder.public final String getUrl()
CfnService.UrlEndpointInputProperty
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 .
getUrl in interface CfnService.UrlEndpointInputPropertypublic final String getHealthUrl()
CfnService.UrlEndpointInputProperty
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.
getHealthUrl in interface CfnService.UrlEndpointInputProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.