Destination Args
data class DestinationArgs(val bucketAccountId: Output<String>? = null, val bucketArn: Output<String>? = null, val format: Output<Either<String, DestinationFormat>>? = null, val prefix: Output<String>? = null) : ConvertibleToJava<DestinationArgs>
Definition of Destination
Constructors
Link copied to clipboard
constructor(bucketAccountId: Output<String>? = null, bucketArn: Output<String>? = null, format: Output<Either<String, DestinationFormat>>? = null, prefix: Output<String>? = null)
Properties
Link copied to clipboard
The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data. Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.
Link copied to clipboard
Specifies the file format used when exporting data to Amazon S3. Allowed values: `CSV`
| `ORC`
| `Parquet`