@Generated(value="jsii-pacmak/1.14.0 (build 729554b)", date="2020-10-29T17:34:18.497Z") @Stability(value=Stable) public interface CodeConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CodeConfig.Builder
A builder for
CodeConfig |
static class |
CodeConfig.Jsii$Proxy
An implementation for
CodeConfig |
| Modifier and Type | Method and Description |
|---|---|
static CodeConfig.Builder |
builder() |
default String |
getInlineCode()
Inline code (mutually exclusive with `s3Location`).
|
default Location |
getS3Location()
The location of the code in S3 (mutually exclusive with `inlineCode`).
|
@Stability(value=Stable) @Nullable default String getInlineCode()
@Stability(value=Stable) @Nullable default Location getS3Location()
@Stability(value=Stable) static CodeConfig.Builder builder()
CodeConfig.Builder of CodeConfigCopyright © 2020. All rights reserved.