@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.507Z") @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 CodeImageConfig |
getImage()
(experimental) Docker image configuration (mutually exclusive with `s3Location` and `inlineCode`).
|
default String |
getInlineCode()
(experimental) Inline code (mutually exclusive with `s3Location` and `image`).
|
default Location |
getS3Location()
(experimental) The location of the code in S3 (mutually exclusive with `inlineCode` and `image`).
|
@Stability(value=Experimental) @Nullable default CodeImageConfig getImage()
Default: - code is not an ECR container image
@Stability(value=Experimental) @Nullable default String getInlineCode()
Default: - code is not inline code
@Stability(value=Experimental) @Nullable default Location getS3Location()
Default: - code is not an s3 location
@Stability(value=Experimental) static CodeConfig.Builder builder()
CodeConfig.Builder
of CodeConfig
Copyright © 2021. All rights reserved.