@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-13T01:13:35.186Z") 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,
java.lang.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, fromBucket
protected S3Code(software.amazon.jsii.JsiiObjectRef objRef)
protected S3Code(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public S3Code(IBucket bucket, java.lang.String key)
bucket
- This parameter is required.key
- This parameter is required.public CodeConfig bind(software.constructs.Construct _scope, IGrantable grantable)