@Stability(value=Stable)
public static interface CfnJob.S3TableOutputOptionsProperty
extends software.amazon.jsii.JsiiSerializable
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.databrew.*;
S3TableOutputOptionsProperty s3TableOutputOptionsProperty = S3TableOutputOptionsProperty.builder()
.location(S3LocationProperty.builder()
.bucket("bucket")
// the properties below are optional
.bucketOwner("bucketOwner")
.key("key")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnJob.S3TableOutputOptionsProperty.Builder
A builder for
CfnJob.S3TableOutputOptionsProperty |
static class |
CfnJob.S3TableOutputOptionsProperty.Jsii$Proxy
An implementation for
CfnJob.S3TableOutputOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnJob.S3TableOutputOptionsProperty.Builder |
builder() |
Object |
getLocation()
Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.
|
@Stability(value=Stable) @NotNull Object getLocation()
@Stability(value=Stable) static CfnJob.S3TableOutputOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.