@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:28.978Z") @Stability(value=Experimental) public class S3Code extends Code
| Modifier | Constructor and Description |
|---|---|
|
S3Code(IBucket bucket,
String key) |
|
S3Code(IBucket bucket,
String key,
String objectVersion) |
protected |
S3Code(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
S3Code(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
CodeConfig |
bind(Construct _scope,
String _handler)
(experimental) Called when the canary is initialized to allow this object to bind to the stack, add resources and have fun.
|
fromAsset, fromAsset, fromBucket, fromBucket, fromInlinejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected S3Code(software.amazon.jsii.JsiiObjectRef objRef)
protected S3Code(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public S3Code(@NotNull
IBucket bucket,
@NotNull
String key,
@Nullable
String objectVersion)
bucket - This parameter is required.key - This parameter is required.objectVersion - @Stability(value=Experimental) @NotNull public CodeConfig bind(@NotNull Construct _scope, @NotNull String _handler)
Copyright © 2021. All rights reserved.