Class: Aws::Firehose::Types::DynamicPartitioningConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::DynamicPartitioningConfiguration
- Defined in:
- gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Specifies that the dynamic partitioning is enabled for this Firehose Firehose stream.
-
#retry_options ⇒ Types::RetryOptions
The retry behavior in case Firehose is unable to deliver data to an Amazon S3 prefix.
Instance Attribute Details
#enabled ⇒ Boolean
Specifies that the dynamic partitioning is enabled for this Firehose Firehose stream.
1662 1663 1664 1665 1666 1667 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1662 class DynamicPartitioningConfiguration < Struct.new( :retry_options, :enabled) SENSITIVE = [] include Aws::Structure end |
#retry_options ⇒ Types::RetryOptions
The retry behavior in case Firehose is unable to deliver data to an Amazon S3 prefix.
1662 1663 1664 1665 1666 1667 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1662 class DynamicPartitioningConfiguration < Struct.new( :retry_options, :enabled) SENSITIVE = [] include Aws::Structure end |