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 Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apprunner.CfnService.CodeRepositoryProperty
CfnService.CodeRepositoryProperty.Builder, CfnService.CodeRepositoryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 Summary
Modifier 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.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.CodeRepositoryProperty.Builder.
-
-
Method Details
-
getRepositoryUrl
Description copied from interface:CfnService.CodeRepositoryPropertyThe location of the repository that contains the source code.- Specified by:
getRepositoryUrlin interfaceCfnService.CodeRepositoryProperty- See Also:
-
getSourceCodeVersion
Description copied from interface:CfnService.CodeRepositoryPropertyThe version that should be used within the source code repository.Returns union: either
IResolvableorCfnService.SourceCodeVersionProperty- Specified by:
getSourceCodeVersionin interfaceCfnService.CodeRepositoryProperty- See Also:
-
getCodeConfiguration
Description 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 interfaceCfnService.CodeRepositoryProperty- See Also:
-
getSourceDirectory
Description 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 interfaceCfnService.CodeRepositoryProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-