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 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
-
getSourceCodeVersion
Description copied from interface:CfnService.CodeRepositoryPropertyThe version that should be used within the source code repository.- Specified by:
getSourceCodeVersionin interfaceCfnService.CodeRepositoryProperty
-
getCodeConfiguration
Description copied from interface:CfnService.CodeRepositoryPropertyConfiguration for building and running the service from a source code repository.CodeConfigurationis required only forCreateServicerequest.- Specified by:
getCodeConfigurationin interfaceCfnService.CodeRepositoryProperty
-
$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()
-