@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.494Z") @Stability(value=Stable) public interface S3DestinationOptions 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.ec2.*;
S3DestinationOptions s3DestinationOptions = S3DestinationOptions.builder()
.fileFormat(FlowLogFileFormat.PLAIN_TEXT)
.hiveCompatiblePartitions(false)
.perHourPartition(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
S3DestinationOptions.Builder
A builder for
S3DestinationOptions |
static class |
S3DestinationOptions.Jsii$Proxy
An implementation for
S3DestinationOptions |
| Modifier and Type | Method and Description |
|---|---|
static S3DestinationOptions.Builder |
builder() |
default FlowLogFileFormat |
getFileFormat()
The format for the flow log.
|
default Boolean |
getHiveCompatiblePartitions()
Use Hive-compatible prefixes for flow logs stored in Amazon S3.
|
default Boolean |
getPerHourPartition()
Partition the flow log per hour.
|
@Stability(value=Stable) @Nullable default FlowLogFileFormat getFileFormat()
Default: FlowLogFileFormat.PLAIN_TEXT
@Stability(value=Stable) @Nullable default Boolean getHiveCompatiblePartitions()
Default: false
@Stability(value=Stable) @Nullable default Boolean getPerHourPartition()
Default: false
@Stability(value=Stable) static S3DestinationOptions.Builder builder()
S3DestinationOptions.Builder of S3DestinationOptionsCopyright © 2022. All rights reserved.