@Stability(value=Stable) @Internal public static final class CfnService.CodeConfigurationValuesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnService.CodeConfigurationValuesProperty
CfnService.CodeConfigurationValuesPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnService.CodeConfigurationValuesProperty.Builder, CfnService.CodeConfigurationValuesProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnService.CodeConfigurationValuesProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnService.AuthenticationConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getBuildCommand()
The command App Runner runs to build your application.
|
String |
getPort()
The port that your application listens to in the container.
|
String |
getRuntime()
A runtime environment type for building and running an App Runner service.
|
Object |
getRuntimeEnvironmentVariables()
The environment variables that are available to your running App Runner service.
|
String |
getStartCommand()
The command App Runner runs to start your application.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnService.CodeConfigurationValuesProperty.Builder builder)
CfnService.AuthenticationConfigurationProperty.Builder.public final String getRuntime()
CfnService.CodeConfigurationValuesPropertyIt represents a programming language runtime.
getRuntime in interface CfnService.CodeConfigurationValuesPropertypublic final String getBuildCommand()
CfnService.CodeConfigurationValuesPropertygetBuildCommand in interface CfnService.CodeConfigurationValuesPropertypublic final String getPort()
CfnService.CodeConfigurationValuesProperty
Default: 8080
getPort in interface CfnService.CodeConfigurationValuesPropertypublic final Object getRuntimeEnvironmentVariables()
CfnService.CodeConfigurationValuesProperty
An array of key-value pairs. Keys with a prefix of AWSAPPRUNNER are reserved for system use and aren't valid.
getRuntimeEnvironmentVariables in interface CfnService.CodeConfigurationValuesPropertypublic final String getStartCommand()
CfnService.CodeConfigurationValuesPropertygetStartCommand in interface CfnService.CodeConfigurationValuesProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.