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) |
IBucket |
getBucket()
The source bucket to deploy from.
|
java.util.Map<java.lang.String,java.lang.Object> |
getMarkers()
A set of markers to substitute in the source content.
|
java.lang.String |
getZipObjectKey()
An S3 object key in the source bucket that points to a zip file.
|
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 IBucket getBucket()
SourceConfig
getBucket
in interface SourceConfig
public final java.lang.String getZipObjectKey()
SourceConfig
getZipObjectKey
in interface SourceConfig
public final java.util.Map<java.lang.String,java.lang.Object> getMarkers()
SourceConfig
Default: - no markers
getMarkers
in interface SourceConfig
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()