| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.DestinationOptionsResponse
Description
Synopsis
- data DestinationOptionsResponse = DestinationOptionsResponse' {}
- newDestinationOptionsResponse :: DestinationOptionsResponse
- destinationOptionsResponse_fileFormat :: Lens' DestinationOptionsResponse (Maybe DestinationFileFormat)
- destinationOptionsResponse_hiveCompatiblePartitions :: Lens' DestinationOptionsResponse (Maybe Bool)
- destinationOptionsResponse_perHourPartition :: Lens' DestinationOptionsResponse (Maybe Bool)
Documentation
data DestinationOptionsResponse Source #
Describes the destination options for a flow log.
See: newDestinationOptionsResponse smart constructor.
Constructors
| DestinationOptionsResponse' | |
Fields
| |
Instances
newDestinationOptionsResponse :: DestinationOptionsResponse Source #
Create a value of DestinationOptionsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:fileFormat:DestinationOptionsResponse', destinationOptionsResponse_fileFormat - The format for the flow log.
$sel:hiveCompatiblePartitions:DestinationOptionsResponse', destinationOptionsResponse_hiveCompatiblePartitions - Indicates whether to use Hive-compatible prefixes for flow logs stored
in Amazon S3.
$sel:perHourPartition:DestinationOptionsResponse', destinationOptionsResponse_perHourPartition - Indicates whether to partition the flow log per hour.
destinationOptionsResponse_fileFormat :: Lens' DestinationOptionsResponse (Maybe DestinationFileFormat) Source #
The format for the flow log.
destinationOptionsResponse_hiveCompatiblePartitions :: Lens' DestinationOptionsResponse (Maybe Bool) Source #
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.
destinationOptionsResponse_perHourPartition :: Lens' DestinationOptionsResponse (Maybe Bool) Source #
Indicates whether to partition the flow log per hour.