Class S3Code

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.Code
software.amazon.awscdk.services.glue.S3Code
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:42.589Z") @Stability(Experimental) public class S3Code extends Code
(experimental) Glue job Code from an S3 bucket.

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");
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
    S3Code(IBucket bucket, String key)
     
    protected
    S3Code(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    S3Code(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    bind(software.constructs.Construct _scope, IGrantable grantable)
    (experimental) Called when the Job is initialized to allow this object to bind.

    Methods inherited from class software.amazon.awscdk.services.glue.Code

    fromAsset, fromAsset, fromBucket

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • S3Code

      protected S3Code(software.amazon.jsii.JsiiObjectRef objRef)
    • S3Code

      protected S3Code(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • S3Code

      @Stability(Experimental) public S3Code(@NotNull IBucket bucket, @NotNull String key)
      Parameters:
      bucket - This parameter is required.
      key - This parameter is required.
  • Method Details

    • bind

      @Stability(Experimental) @NotNull public CodeConfig bind(@NotNull software.constructs.Construct _scope, @NotNull IGrantable grantable)
      (experimental) Called when the Job is initialized to allow this object to bind.

      Specified by:
      bind in class Code
      Parameters:
      _scope - This parameter is required.
      grantable - This parameter is required.