| 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.DestinationOptionsRequest
Description
Synopsis
- data DestinationOptionsRequest = DestinationOptionsRequest' {}
- newDestinationOptionsRequest :: DestinationOptionsRequest
- destinationOptionsRequest_fileFormat :: Lens' DestinationOptionsRequest (Maybe DestinationFileFormat)
- destinationOptionsRequest_hiveCompatiblePartitions :: Lens' DestinationOptionsRequest (Maybe Bool)
- destinationOptionsRequest_perHourPartition :: Lens' DestinationOptionsRequest (Maybe Bool)
Documentation
data DestinationOptionsRequest Source #
Describes the destination options for a flow log.
See: newDestinationOptionsRequest smart constructor.
Constructors
| DestinationOptionsRequest' | |
Fields
| |
Instances
newDestinationOptionsRequest :: DestinationOptionsRequest Source #
Create a value of DestinationOptionsRequest 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:DestinationOptionsRequest', destinationOptionsRequest_fileFormat - The format for the flow log. The default is plain-text.
$sel:hiveCompatiblePartitions:DestinationOptionsRequest', destinationOptionsRequest_hiveCompatiblePartitions - Indicates whether to use Hive-compatible prefixes for flow logs stored
in Amazon S3. The default is false.
$sel:perHourPartition:DestinationOptionsRequest', destinationOptionsRequest_perHourPartition - Indicates whether to partition the flow log per hour. This reduces the
cost and response time for queries. The default is false.
destinationOptionsRequest_fileFormat :: Lens' DestinationOptionsRequest (Maybe DestinationFileFormat) Source #
The format for the flow log. The default is plain-text.
destinationOptionsRequest_hiveCompatiblePartitions :: Lens' DestinationOptionsRequest (Maybe Bool) Source #
Indicates whether to use Hive-compatible prefixes for flow logs stored
in Amazon S3. The default is false.
destinationOptionsRequest_perHourPartition :: Lens' DestinationOptionsRequest (Maybe Bool) Source #
Indicates whether to partition the flow log per hour. This reduces the
cost and response time for queries. The default is false.