Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DynamicPartitioningConfiguration = DynamicPartitioningConfiguration' {}
- newDynamicPartitioningConfiguration :: DynamicPartitioningConfiguration
- dynamicPartitioningConfiguration_enabled :: Lens' DynamicPartitioningConfiguration (Maybe Bool)
- dynamicPartitioningConfiguration_retryOptions :: Lens' DynamicPartitioningConfiguration (Maybe RetryOptions)
Documentation
data DynamicPartitioningConfiguration Source #
The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys. Currently, dynamic partitioning is only supported for Amazon S3 destinations. For more information, see https://docs.aws.amazon.com/firehose/latest/dev/dynamic-partitioning.html
See: newDynamicPartitioningConfiguration
smart constructor.
DynamicPartitioningConfiguration' | |
|
Instances
newDynamicPartitioningConfiguration :: DynamicPartitioningConfiguration Source #
Create a value of DynamicPartitioningConfiguration
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:enabled:DynamicPartitioningConfiguration'
, dynamicPartitioningConfiguration_enabled
- Specifies that the dynamic partitioning is enabled for this Kinesis Data
Firehose delivery stream.
$sel:retryOptions:DynamicPartitioningConfiguration'
, dynamicPartitioningConfiguration_retryOptions
- The retry behavior in case Kinesis Data Firehose is unable to deliver
data to an Amazon S3 prefix.
dynamicPartitioningConfiguration_enabled :: Lens' DynamicPartitioningConfiguration (Maybe Bool) Source #
Specifies that the dynamic partitioning is enabled for this Kinesis Data Firehose delivery stream.
dynamicPartitioningConfiguration_retryOptions :: Lens' DynamicPartitioningConfiguration (Maybe RetryOptions) Source #
The retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon S3 prefix.