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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apprunner.alpha.CodeRepositoryProps
CodeRepositoryProps.Builder, CodeRepositoryProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CodeRepositoryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCodeRepositoryProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final 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 int
hashCode()
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:
getCodeConfiguration
in interfaceCodeRepositoryProps
-
getConnection
Description copied from interface:CodeRepositoryProps
(experimental) The App Runner connection for GitHub.- Specified by:
getConnection
in interfaceCodeRepositoryProps
-
getRepositoryUrl
Description copied from interface:CodeRepositoryProps
(experimental) The location of the repository that contains the source code.- Specified by:
getRepositoryUrl
in interfaceCodeRepositoryProps
-
getSourceCodeVersion
Description copied from interface:CodeRepositoryProps
(experimental) The version that should be used within the source code repository.- Specified by:
getSourceCodeVersion
in interfaceCodeRepositoryProps
-
$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()
-