@Stability(value=Experimental) @Internal public static final class GithubRepositoryProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GithubRepositoryProps
GithubRepositoryPropssoftware.amazon.jsii.JsiiObject.InitializationModeGithubRepositoryProps.Builder, GithubRepositoryProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(GithubRepositoryProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
GithubRepositoryProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getBranch()
(experimental) The branch name that represents a specific version for the repository.
|
CodeConfigurationValues |
getCodeConfigurationValues()
(experimental) The code configuration values.
|
ConfigurationSourceType |
getConfigurationSource()
(experimental) The source of the App Runner configuration.
|
GitHubConnection |
getConnection()
(experimental) ARN of the connection to Github.
|
String |
getRepositoryUrl()
(experimental) The location of the repository that contains the source code.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(GithubRepositoryProps.Builder builder)
GithubRepositoryProps.Builder.public final ConfigurationSourceType getConfigurationSource()
GithubRepositoryPropsgetConfigurationSource in interface GithubRepositoryPropspublic final GitHubConnection getConnection()
GithubRepositoryPropsOnly required for Github source.
getConnection in interface GithubRepositoryPropspublic final String getRepositoryUrl()
GithubRepositoryPropsgetRepositoryUrl in interface GithubRepositoryPropspublic final String getBranch()
GithubRepositoryPropsDefault: main
getBranch in interface GithubRepositoryPropspublic final CodeConfigurationValues getCodeConfigurationValues()
GithubRepositoryProps
Will be ignored if configurationSource is REPOSITORY.
Default: - no values will be passed. The `apprunner.yaml` from the github reopsitory will be used instead.
getCodeConfigurationValues in interface GithubRepositoryProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.