Interface CodeConfig

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CodeConfig.Jsii$Proxy

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-17T14:54:30.000Z") @Stability(Deprecated) @Deprecated public interface CodeConfig extends software.amazon.jsii.JsiiSerializable
Deprecated.
(deprecated) Result of binding Code into a Job.

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.alpha.*;
 CodeConfig codeConfig = CodeConfig.builder()
         .s3Location(Location.builder()
                 .bucketName("bucketName")
                 .objectKey("objectKey")
                 // the properties below are optional
                 .objectVersion("objectVersion")
                 .build())
         .build();
 
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Deprecated.
    static final class 
    Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Deprecated.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson