public static final class SourceConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SourceConfig
SourceConfig
SourceConfig.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.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() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final CodeRepositoryProps getCodeRepository()
SourceConfig
Default: - no code repository.
getCodeRepository
in interface SourceConfig
public final IRepository getEcrRepository()
SourceConfig
Default: - no ECR repository.
getEcrRepository
in interface SourceConfig
public final ImageRepository getImageRepository()
SourceConfig
Default: - no image repository.
getImageRepository
in interface SourceConfig
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()