@Stability(value=Experimental) @Internal public static final class SourceConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SourceConfig
SourceConfigsoftware.amazon.jsii.JsiiObject.InitializationModeSourceConfig.Builder, SourceConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(SourceConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by the
SourceConfig.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
CodeRepositoryProps |
getCodeRepository()
(experimental) The code repository configuration (mutually exclusive with `imageRepository`).
|
IRepository |
getEcrRepository()
(experimental) The ECR repository (required to grant the pull privileges for the iam role).
|
ImageRepository |
getImageRepository()
(experimental) The image repository configuration (mutually exclusive with `codeRepository`).
|
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(SourceConfig.Builder builder)
SourceConfig.Builder.public final CodeRepositoryProps getCodeRepository()
SourceConfigDefault: - no code repository.
getCodeRepository in interface SourceConfigpublic final IRepository getEcrRepository()
SourceConfigDefault: - no ECR repository.
getEcrRepository in interface SourceConfigpublic final ImageRepository getImageRepository()
SourceConfigDefault: - no image repository.
getImageRepository in interface SourceConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.