Class CfnService.ImageConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.CfnService.ImageConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.ImageConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnService.ImageConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnService.ImageConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.ImageConfigurationProperty
An implementation for
CfnService.ImageConfigurationProperty
-
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.apprunner.CfnService.ImageConfigurationProperty
CfnService.ImageConfigurationProperty.Builder, CfnService.ImageConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnService.ImageConfigurationProperty.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
getPort()
The port that your application listens to in the container.final Object
CfnService.ImageConfigurationProperty.RuntimeEnvironmentSecrets
.final Object
Environment variables that are available to your running App Runner service.final String
An optional command that App Runner runs to start the application in the source image.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 theCfnService.ImageConfigurationProperty.Builder
.
-
-
Method Details
-
getPort
Description copied from interface:CfnService.ImageConfigurationProperty
The port that your application listens to in the container.Default:
8080
- Specified by:
getPort
in interfaceCfnService.ImageConfigurationProperty
-
getRuntimeEnvironmentSecrets
Description copied from interface:CfnService.ImageConfigurationProperty
CfnService.ImageConfigurationProperty.RuntimeEnvironmentSecrets
.- Specified by:
getRuntimeEnvironmentSecrets
in interfaceCfnService.ImageConfigurationProperty
-
getRuntimeEnvironmentVariables
Description copied from interface:CfnService.ImageConfigurationProperty
Environment variables that are available to your running App Runner service.An array of key-value pairs.
- Specified by:
getRuntimeEnvironmentVariables
in interfaceCfnService.ImageConfigurationProperty
-
getStartCommand
Description copied from interface:CfnService.ImageConfigurationProperty
An optional command that App Runner runs to start the application in the source image.If specified, this command overrides the Docker image’s default start command.
- Specified by:
getStartCommand
in interfaceCfnService.ImageConfigurationProperty
-
$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()
-