@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:49.665Z") @Stability(value=Experimental) public class S3Code extends Code
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.glue.*; import software.amazon.awscdk.services.s3.*; Bucket bucket; S3Code s3Code = new S3Code(bucket, "key");
| Modifier | Constructor and Description |
|---|---|
|
S3Code(IBucket bucket,
String key) |
protected |
S3Code(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
S3Code(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
CodeConfig |
bind(software.constructs.Construct _scope,
IGrantable grantable)
(experimental) Called when the Job is initialized to allow this object to bind.
|
fromAsset, fromAsset, fromBucketjsiiAsyncCall, 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) @NotNull public CodeConfig bind(@NotNull software.constructs.Construct _scope, @NotNull IGrantable grantable)
Copyright © 2022. All rights reserved.