Class GithubRepositoryProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.alpha.GithubRepositoryProps.Jsii$Proxy
- All Implemented Interfaces:
GithubRepositoryProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
GithubRepositoryProps
@Stability(Experimental)
@Internal
public static final class GithubRepositoryProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements GithubRepositoryProps
An implementation for
GithubRepositoryProps-
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.GithubRepositoryProps
GithubRepositoryProps.Builder, GithubRepositoryProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(GithubRepositoryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theGithubRepositoryProps.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 String(experimental) The branch name that represents a specific version for the repository.final CodeConfigurationValues(experimental) The code configuration values.final ConfigurationSourceType(experimental) The source of the App Runner configuration.final GitHubConnection(experimental) ARN of the connection to Github.final String(experimental) The location of the repository that contains the source code.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 theGithubRepositoryProps.Builder.
-
-
Method Details
-
getConfigurationSource
Description copied from interface:GithubRepositoryProps(experimental) The source of the App Runner configuration.- Specified by:
getConfigurationSourcein interfaceGithubRepositoryProps
-
getConnection
Description copied from interface:GithubRepositoryProps(experimental) ARN of the connection to Github.Only required for Github source.
- Specified by:
getConnectionin interfaceGithubRepositoryProps
-
getRepositoryUrl
Description copied from interface:GithubRepositoryProps(experimental) The location of the repository that contains the source code.- Specified by:
getRepositoryUrlin interfaceGithubRepositoryProps
-
getBranch
Description copied from interface:GithubRepositoryProps(experimental) The branch name that represents a specific version for the repository.Default: main
- Specified by:
getBranchin interfaceGithubRepositoryProps
-
getCodeConfigurationValues
Description copied from interface:GithubRepositoryProps(experimental) The code configuration values.Will be ignored if configurationSource is
REPOSITORY.Default: - no values will be passed. The `apprunner.yaml` from the github reopsitory will be used instead.
- Specified by:
getCodeConfigurationValuesin interfaceGithubRepositoryProps
-
$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()
-