@Stability(value=Experimental) @Internal public static final class CodeConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CodeConfig
CodeConfigsoftware.amazon.jsii.JsiiObject.InitializationModeCodeConfig.Builder, CodeConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CodeImageConfig image,
String inlineCode,
Location s3Location)
Constructor that initializes the object based on literal property values passed by the
CodeConfig.Builder. |
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(Object o) |
CodeImageConfig |
getImage()
(experimental) Docker image configuration (mutually exclusive with `s3Location` and `inlineCode`).
|
String |
getInlineCode()
(experimental) Inline code (mutually exclusive with `s3Location` and `image`).
|
Location |
getS3Location()
(experimental) The location of the code in S3 (mutually exclusive with `inlineCode` and `image`).
|
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(CodeImageConfig image, String inlineCode, Location s3Location)
CodeConfig.Builder.public final CodeImageConfig getImage()
CodeConfigDefault: - code is not an ECR container image
getImage in interface CodeConfigpublic final String getInlineCode()
CodeConfigDefault: - code is not inline code
getInlineCode in interface CodeConfigpublic final Location getS3Location()
CodeConfigDefault: - code is not an s3 location
getS3Location in interface CodeConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.