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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lightsail.CfnContainer.PublicEndpointProperty
CfnContainer.PublicEndpointProperty.Builder, CfnContainer.PublicEndpointProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnContainer.PublicEndpointProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The name of the container entry of the deployment that the endpoint configuration applies to.final Number
The port of the specified container to which traffic is forwarded to.final Object
An object that describes the health check configuration of the container.final int
hashCode()
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.PublicEndpointProperty
The name of the container entry of the deployment that the endpoint configuration applies to.- Specified by:
getContainerName
in interfaceCfnContainer.PublicEndpointProperty
- See Also:
-
getContainerPort
Description copied from interface:CfnContainer.PublicEndpointProperty
The port of the specified container to which traffic is forwarded to.- Specified by:
getContainerPort
in interfaceCfnContainer.PublicEndpointProperty
- See Also:
-
getHealthCheckConfig
Description copied from interface:CfnContainer.PublicEndpointProperty
An object that describes the health check configuration of the container.- Specified by:
getHealthCheckConfig
in interfaceCfnContainer.PublicEndpointProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-