@Stability(value=Experimental) @Internal public static final class CodeConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CodeConfiguration
CodeConfigurationsoftware.amazon.jsii.JsiiObject.InitializationModeCodeConfiguration.Builder, CodeConfiguration.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CodeConfiguration.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CodeConfiguration.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) |
ConfigurationSourceType |
getConfigurationSource()
(experimental) The source of the App Runner configuration.
|
CodeConfigurationValues |
getConfigurationValues()
(experimental) The basic configuration for building and running the App Runner service.
|
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(CodeConfiguration.Builder builder)
CodeConfiguration.Builder.public final ConfigurationSourceType getConfigurationSource()
CodeConfigurationgetConfigurationSource in interface CodeConfigurationpublic final CodeConfigurationValues getConfigurationValues()
CodeConfigurationUse it to quickly launch an App Runner service without providing a apprunner.yaml file in the source code repository (or ignoring the file if it exists).
Default: - not specified. Use `apprunner.yaml` instead.
getConfigurationValues in interface CodeConfiguration@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.