@Stability(value=Stable) @Internal public static final class CfnService.ImageConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnService.ImageConfigurationProperty
CfnService.ImageConfigurationProperty
software.amazon.jsii.JsiiObject.InitializationMode
CfnService.ImageConfigurationProperty.Builder, CfnService.ImageConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(CfnService.ImageConfigurationProperty.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 |
getPort()
The port that your application listens to in the container.
|
Object |
getRuntimeEnvironmentVariables()
Environment variables that are available to your running App Runner service.
|
String |
getStartCommand()
An optional command that App Runner runs to start the application in the source image.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(CfnService.ImageConfigurationProperty.Builder builder)
CfnService.AuthenticationConfigurationProperty.Builder
.public final String getPort()
CfnService.ImageConfigurationProperty
Default: 8080
getPort
in interface CfnService.ImageConfigurationProperty
public final Object getRuntimeEnvironmentVariables()
CfnService.ImageConfigurationProperty
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.ImageConfigurationProperty
public final String getStartCommand()
CfnService.ImageConfigurationProperty
If specified, this command overrides the Docker image’s default start command.
getStartCommand
in interface CfnService.ImageConfigurationProperty
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2022. All rights reserved.