@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.410Z") @Stability(value=Stable) public interface DestinationOptions extends software.amazon.jsii.JsiiSerializable, S3DestinationOptions
TODO: there are other destination options, currently they are only for s3 destinations (not sure if that will change)
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.ec2.*;
DestinationOptions destinationOptions = DestinationOptions.builder()
.fileFormat(FlowLogFileFormat.PLAIN_TEXT)
.hiveCompatiblePartitions(false)
.perHourPartition(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
DestinationOptions.Builder
A builder for
DestinationOptions |
static class |
DestinationOptions.Jsii$Proxy
An implementation for
DestinationOptions |
| Modifier and Type | Method and Description |
|---|---|
static DestinationOptions.Builder |
builder() |
getFileFormat, getHiveCompatiblePartitions, getPerHourPartition@Stability(value=Stable) static DestinationOptions.Builder builder()
builder in interface S3DestinationOptionsDestinationOptions.Builder of DestinationOptionsCopyright © 2022. All rights reserved.