@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:35.195Z")
public interface SparkUILoggingLocation
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; SparkUILoggingLocation sparkUILoggingLocation = SparkUILoggingLocation.builder() .bucket(bucket) // the properties below are optional .prefix("prefix") .build();
https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html
Modifier and Type | Interface and Description |
---|---|
static class |
SparkUILoggingLocation.Builder
A builder for
SparkUILoggingLocation |
static class |
SparkUILoggingLocation.Jsii$Proxy
An implementation for
SparkUILoggingLocation |
Modifier and Type | Method and Description |
---|---|
static SparkUILoggingLocation.Builder |
builder() |
IBucket |
getBucket()
(experimental) The bucket where the Glue job stores the logs.
|
default java.lang.String |
getPrefix()
(experimental) The path inside the bucket (objects prefix) where the Glue job stores the logs.
|
IBucket getBucket()
default java.lang.String getPrefix()
Default: '/' - the logs will be written at the root of the bucket
static SparkUILoggingLocation.Builder builder()
SparkUILoggingLocation.Builder
of SparkUILoggingLocation