@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:44.552Z") @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 CodeImageConfig |
getImage()
Docker image configuration (mutually exclusive with `s3Location` and `inlineCode`).
|
default String |
getInlineCode()
Inline code (mutually exclusive with `s3Location` and `image`).
|
default Location |
getS3Location()
The location of the code in S3 (mutually exclusive with `inlineCode` and `image`).
|
@Stability(value=Stable) @Nullable default CodeImageConfig getImage()
Default: - code is not an ECR container image
@Stability(value=Stable) @Nullable default String getInlineCode()
Default: - code is not inline code
@Stability(value=Stable) @Nullable default Location getS3Location()
Default: - code is not an s3 location
@Stability(value=Stable) static CodeConfig.Builder builder()
CodeConfig.Builder of CodeConfigCopyright © 2021. All rights reserved.