@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.484Z") @Stability(value=Experimental) public class AssetImageCode extends Code
| Modifier and Type | Class and Description |
|---|---|
static class |
AssetImageCode.Builder
(experimental) A fluent builder for
AssetImageCode. |
| Modifier | Constructor and Description |
|---|---|
protected |
AssetImageCode(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
AssetImageCode(software.amazon.jsii.JsiiObjectRef objRef) |
|
AssetImageCode(String directory,
AssetImageCodeProps props) |
| Modifier and Type | Method and Description |
|---|---|
CodeConfig |
bind(software.constructs.Construct scope)
(experimental) Called when the lambda or layer is initialized to allow this object to bind to the stack, add resources and have fun.
|
Boolean |
getIsInline()
(experimental) Determines whether this Code is inline code or not.
|
bindToResource, bindToResource, fromAsset, fromAsset, fromAssetImage, fromAssetImage, fromBucket, fromBucket, fromCfnParameters, fromCfnParameters, fromDockerBuild, fromDockerBuild, fromEcrImage, fromEcrImage, fromInlinejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected AssetImageCode(software.amazon.jsii.JsiiObjectRef objRef)
protected AssetImageCode(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public AssetImageCode(@NotNull
String directory,
@NotNull
AssetImageCodeProps props)
directory - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public CodeConfig bind(@NotNull software.constructs.Construct scope)
@Stability(value=Experimental) @NotNull public Boolean getIsInline()
Copyright © 2021. All rights reserved.