/dhall-aws-cloudformation/cloudformation/AWS::KinesisFirehose::DeliveryStream/DynamicPartitioningConfiguration.dhall

Copy path to clipboard

Source

{ Type =
{ Enabled : Optional Bool
, RetryOptions : Optional (./RetryOptions.dhall).Type
}
, default =
{ Enabled = None Bool, RetryOptions = None (./RetryOptions.dhall).Type }
}