Class CfnContainer.PublicEndpointProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lightsail.CfnContainer.PublicEndpointProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainer.PublicEndpointProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainer.PublicEndpointProperty
@Stability(Stable)
@Internal
public static final class CfnContainer.PublicEndpointProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainer.PublicEndpointProperty
An implementation for
CfnContainer.PublicEndpointProperty-
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.lightsail.CfnContainer.PublicEndpointProperty
CfnContainer.PublicEndpointProperty.Builder, CfnContainer.PublicEndpointProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainer.PublicEndpointProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the container entry of the deployment that the endpoint configuration applies to.final NumberThe port of the specified container to which traffic is forwarded to.final ObjectAn object that describes the health check configuration of the container.final inthashCode()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 theCfnContainer.PublicEndpointProperty.Builder.
-
-
Method Details
-
getContainerName
Description copied from interface:CfnContainer.PublicEndpointPropertyThe name of the container entry of the deployment that the endpoint configuration applies to.- Specified by:
getContainerNamein interfaceCfnContainer.PublicEndpointProperty- See Also:
-
getContainerPort
Description copied from interface:CfnContainer.PublicEndpointPropertyThe port of the specified container to which traffic is forwarded to.- Specified by:
getContainerPortin interfaceCfnContainer.PublicEndpointProperty- See Also:
-
getHealthCheckConfig
Description copied from interface:CfnContainer.PublicEndpointPropertyAn object that describes the health check configuration of the container.Returns union: either
IResolvableorCfnContainer.HealthCheckConfigProperty- Specified by:
getHealthCheckConfigin interfaceCfnContainer.PublicEndpointProperty- 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()
-