Class CfnService.CodeConfigurationValuesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.CfnService.CodeConfigurationValuesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.CodeConfigurationValuesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnService.CodeConfigurationValuesProperty
@Stability(Stable)
@Internal
public static final class CfnService.CodeConfigurationValuesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.CodeConfigurationValuesProperty
An implementation for
CfnService.CodeConfigurationValuesProperty
-
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.CodeConfigurationValuesProperty
CfnService.CodeConfigurationValuesProperty.Builder, CfnService.CodeConfigurationValuesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnService.CodeConfigurationValuesProperty.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 command App Runner runs to build your application.final String
getPort()
The port that your application listens to in the container.final String
A runtime environment type for building and running an App Runner service.final Object
CfnService.CodeConfigurationValuesProperty.RuntimeEnvironmentSecrets
.final Object
The environment variables that are available to your running AWS App Runner service.final String
The command App Runner runs to start your application.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.CodeConfigurationValuesProperty.Builder
.
-
-
Method Details
-
getRuntime
Description copied from interface:CfnService.CodeConfigurationValuesProperty
A runtime environment type for building and running an App Runner service.It represents a programming language runtime.
- Specified by:
getRuntime
in interfaceCfnService.CodeConfigurationValuesProperty
-
getBuildCommand
Description copied from interface:CfnService.CodeConfigurationValuesProperty
The command App Runner runs to build your application.- Specified by:
getBuildCommand
in interfaceCfnService.CodeConfigurationValuesProperty
-
getPort
Description copied from interface:CfnService.CodeConfigurationValuesProperty
The port that your application listens to in the container.Default:
8080
- Specified by:
getPort
in interfaceCfnService.CodeConfigurationValuesProperty
-
getRuntimeEnvironmentSecrets
Description copied from interface:CfnService.CodeConfigurationValuesProperty
CfnService.CodeConfigurationValuesProperty.RuntimeEnvironmentSecrets
.- Specified by:
getRuntimeEnvironmentSecrets
in interfaceCfnService.CodeConfigurationValuesProperty
-
getRuntimeEnvironmentVariables
Description copied from interface:CfnService.CodeConfigurationValuesProperty
The environment variables that are available to your running AWS App Runner service.An array of key-value pairs.
- Specified by:
getRuntimeEnvironmentVariables
in interfaceCfnService.CodeConfigurationValuesProperty
-
getStartCommand
Description copied from interface:CfnService.CodeConfigurationValuesProperty
The command App Runner runs to start your application.- Specified by:
getStartCommand
in interfaceCfnService.CodeConfigurationValuesProperty
-
$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()
-