Class CfnServicePropsMixin.UrlEndpointInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.refactorspaces.CfnServicePropsMixin.UrlEndpointInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServicePropsMixin.UrlEndpointInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServicePropsMixin.UrlEndpointInputProperty
@Stability(Stable)
@Internal
public static final class CfnServicePropsMixin.UrlEndpointInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServicePropsMixin.UrlEndpointInputProperty
An implementation for
CfnServicePropsMixin.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.cfnpropertymixins.services.refactorspaces.CfnServicePropsMixin.UrlEndpointInputProperty
CfnServicePropsMixin.UrlEndpointInputProperty.Builder, CfnServicePropsMixin.UrlEndpointInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServicePropsMixin.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 theCfnServicePropsMixin.UrlEndpointInputProperty.Builder.
-
-
Method Details
-
getHealthUrl
Description copied from interface:CfnServicePropsMixin.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 interfaceCfnServicePropsMixin.UrlEndpointInputProperty- See Also:
-
getUrl
Description copied from interface:CfnServicePropsMixin.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 interfaceCfnServicePropsMixin.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()
-