Class CfnService.CodeConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.CfnService.CodeConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.CodeConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnService.CodeConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnService.CodeConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.CodeConfigurationProperty
An implementation for
CfnService.CodeConfigurationProperty
-
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.CodeConfigurationProperty
CfnService.CodeConfigurationProperty.Builder, CfnService.CodeConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnService.CodeConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.CodeConfigurationProperty.Builder
.
-
-
Method Details
-
getConfigurationSource
Description copied from interface:CfnService.CodeConfigurationProperty
The source of the App Runner configuration. Values are interpreted as follows:.REPOSITORY
– App Runner reads configuration values from theapprunner.yaml
file in the source code repository and ignoresCodeConfigurationValues
.API
– App Runner uses configuration values provided inCodeConfigurationValues
and ignores theapprunner.yaml
file in the source code repository.
- Specified by:
getConfigurationSource
in interfaceCfnService.CodeConfigurationProperty
-
getCodeConfigurationValues
Description copied from interface:CfnService.CodeConfigurationProperty
The basic configuration for building and running the App Runner service.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).- Specified by:
getCodeConfigurationValues
in interfaceCfnService.CodeConfigurationProperty
-
$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()
-