@Stability(value=Stable) @Internal public static final class CfnService.CodeConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnService.CodeConfigurationProperty
CfnService.CodeConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnService.CodeConfigurationProperty.Builder, CfnService.CodeConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnService.CodeConfigurationProperty.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) |
Object |
getCodeConfigurationValues()
The basic configuration for building and running the App Runner service.
|
String |
getConfigurationSource()
The source of the App Runner configuration.
|
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.CodeConfigurationProperty.Builder builder)
CfnService.AuthenticationConfigurationProperty.Builder.public final String getConfigurationSource()
CfnService.CodeConfigurationProperty
REPOSITORY – App Runner reads configuration values from the apprunner.yaml file in the source code repository and ignores CodeConfigurationValues .API – App Runner uses configuration values provided in CodeConfigurationValues and ignores the apprunner.yaml file in the source code repository.getConfigurationSource in interface CfnService.CodeConfigurationPropertypublic final Object getCodeConfigurationValues()
CfnService.CodeConfigurationProperty
Use 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).
getCodeConfigurationValues in interface CfnService.CodeConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.