Class GithubRepositoryProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apprunner.GithubRepositoryProps
GithubRepositoryProps.Builder, GithubRepositoryProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(GithubRepositoryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theGithubRepositoryProps.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 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 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 theGithubRepositoryProps.Builder
.
-
-
Method Details
-
getConfigurationSource
Description copied from interface:GithubRepositoryProps
(experimental) The source of the App Runner configuration.- Specified by:
getConfigurationSource
in interfaceGithubRepositoryProps
-
getConnection
Description copied from interface:GithubRepositoryProps
(experimental) ARN of the connection to Github.Only required for Github source.
- Specified by:
getConnection
in interfaceGithubRepositoryProps
-
getRepositoryUrl
Description copied from interface:GithubRepositoryProps
(experimental) The location of the repository that contains the source code.- Specified by:
getRepositoryUrl
in interfaceGithubRepositoryProps
-
getBranch
Description copied from interface:GithubRepositoryProps
(experimental) The branch name that represents a specific version for the repository.Default: main
- Specified by:
getBranch
in 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:
getCodeConfigurationValues
in interfaceGithubRepositoryProps
-
$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()
-