Class CfnService.CodeRepositoryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.CfnService.CodeRepositoryProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnService.CodeRepositoryProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnService.CodeRepositoryProperty
@Stability(Stable)
@Internal
public static final class CfnService.CodeRepositoryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.CodeRepositoryProperty
An implementation for 
CfnService.CodeRepositoryProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apprunner.CfnService.CodeRepositoryPropertyCfnService.CodeRepositoryProperty.Builder, CfnService.CodeRepositoryProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnService.CodeRepositoryProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectConfiguration for building and running the service from a source code repository.final StringThe location of the repository that contains the source code.final ObjectThe version that should be used within the source code repository.final StringThe path of the directory that stores source code and configuration files.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnService.CodeRepositoryProperty.Builder.
 
- 
- 
Method Details- 
getRepositoryUrlDescription copied from interface:CfnService.CodeRepositoryPropertyThe location of the repository that contains the source code.- Specified by:
- getRepositoryUrlin interface- CfnService.CodeRepositoryProperty
- See Also:
 
- 
getSourceCodeVersionDescription copied from interface:CfnService.CodeRepositoryPropertyThe version that should be used within the source code repository.Returns union: either IResolvableorCfnService.SourceCodeVersionProperty- Specified by:
- getSourceCodeVersionin interface- CfnService.CodeRepositoryProperty
- See Also:
 
- 
getCodeConfigurationDescription copied from interface:CfnService.CodeRepositoryPropertyConfiguration for building and running the service from a source code repository.CodeConfigurationis required only forCreateServicerequest.Returns union: either IResolvableorCfnService.CodeConfigurationProperty- Specified by:
- getCodeConfigurationin interface- CfnService.CodeRepositoryProperty
- See Also:
 
- 
getSourceDirectoryDescription copied from interface:CfnService.CodeRepositoryPropertyThe path of the directory that stores source code and configuration files.The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root. - Specified by:
- getSourceDirectoryin interface- CfnService.CodeRepositoryProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-