Class CodeRepositoryProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.alpha.CodeRepositoryProps.Jsii$Proxy
- All Implemented Interfaces:
CodeRepositoryProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CodeRepositoryProps
@Stability(Experimental)
@Internal
public static final class CodeRepositoryProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CodeRepositoryProps
An implementation for
CodeRepositoryProps-
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.alpha.CodeRepositoryProps
CodeRepositoryProps.Builder, CodeRepositoryProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CodeRepositoryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCodeRepositoryProps.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 CodeConfiguration(experimental) Configuration for building and running the service from a source code repository.final GitHubConnection(experimental) The App Runner connection for GitHub.final String(experimental) The location of the repository that contains the source code.final SourceCodeVersion(experimental) The 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 theCodeRepositoryProps.Builder.
-
-
Method Details
-
getCodeConfiguration
Description copied from interface:CodeRepositoryProps(experimental) Configuration for building and running the service from a source code repository.- Specified by:
getCodeConfigurationin interfaceCodeRepositoryProps
-
getConnection
Description copied from interface:CodeRepositoryProps(experimental) The App Runner connection for GitHub.- Specified by:
getConnectionin interfaceCodeRepositoryProps
-
getRepositoryUrl
Description copied from interface:CodeRepositoryProps(experimental) The location of the repository that contains the source code.- Specified by:
getRepositoryUrlin interfaceCodeRepositoryProps
-
getSourceCodeVersion
Description copied from interface:CodeRepositoryProps(experimental) The version that should be used within the source code repository.- Specified by:
getSourceCodeVersionin interfaceCodeRepositoryProps
-
$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()
-