Class CfnService.UrlEndpointInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.refactorspaces.CfnService.UrlEndpointInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.UrlEndpointInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnService.UrlEndpointInputProperty
@Stability(Stable)
@Internal
public static final class CfnService.UrlEndpointInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.UrlEndpointInputProperty
An implementation for
CfnService.UrlEndpointInputProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.refactorspaces.CfnService.UrlEndpointInputProperty
CfnService.UrlEndpointInputProperty.Builder, CfnService.UrlEndpointInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnService.UrlEndpointInputProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnService.UrlEndpointInputProperty.Builder.
-
-
Method Details
-
getUrl
Description copied from interface:CfnService.UrlEndpointInputPropertyThe 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 .- Specified by:
getUrlin interfaceCfnService.UrlEndpointInputProperty- See Also:
-
getHealthUrl
Description copied from interface:CfnService.UrlEndpointInputPropertyThe 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.- Specified by:
getHealthUrlin interfaceCfnService.UrlEndpointInputProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-