| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default FlowLogFileFormat |
S3DestinationOptions.getFileFormat()
The format for the flow log.
|
FlowLogFileFormat |
S3DestinationOptions.Jsii$Proxy.getFileFormat() |
FlowLogFileFormat |
DestinationOptions.Jsii$Proxy.getFileFormat() |
static FlowLogFileFormat |
FlowLogFileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowLogFileFormat[] |
FlowLogFileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
S3DestinationOptions.Builder |
S3DestinationOptions.Builder.fileFormat(FlowLogFileFormat fileFormat)
Sets the value of
S3DestinationOptions.getFileFormat() |
DestinationOptions.Builder |
DestinationOptions.Builder.fileFormat(FlowLogFileFormat fileFormat)
Sets the value of
S3DestinationOptions.getFileFormat() |
Copyright © 2022. All rights reserved.