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