@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:28.977Z") @Stability(value=Experimental) 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()
(experimental) Inline code (mutually exclusive with `s3Location`).
|
default Location |
getS3Location()
(experimental) The location of the code in S3 (mutually exclusive with `inlineCode`).
|
@Stability(value=Experimental) @Nullable default String getInlineCode()
Default: - none
@Stability(value=Experimental) @Nullable default Location getS3Location()
Default: - none
@Stability(value=Experimental) static CodeConfig.Builder builder()
CodeConfig.Builder of CodeConfigCopyright © 2021. All rights reserved.