@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:45.627Z")
public interface CodeConfig
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.*; CodeConfig codeConfig = CodeConfig.builder() .s3Location(Location.builder() .bucketName("bucketName") .objectKey("objectKey") // the properties below are optional .objectVersion("objectVersion") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CodeConfig.Builder
A builder for
CodeConfig |
static class |
CodeConfig.Jsii$Proxy
An implementation for
CodeConfig |
Modifier and Type | Method and Description |
---|---|
static CodeConfig.Builder |
builder() |
Location |
getS3Location()
(experimental) The location of the code in S3.
|
Location getS3Location()
static CodeConfig.Builder builder()
CodeConfig.Builder
of CodeConfig