/dhall-aws-cloudformation/cloudformation/AWS::AppFlow::Flow/S3OutputFormatConfig.dhall

Copy path to clipboard

Source

{ Type =
{ AggregationConfig : Optional (./AggregationConfig.dhall).Type
, FileType : Optional (./../../Fn.dhall).CfnText
, PrefixConfig : Optional (./PrefixConfig.dhall).Type
, PreserveSourceDataTyping : Optional Bool
}
, default =
{ AggregationConfig = None (./AggregationConfig.dhall).Type
, FileType = None (./../../Fn.dhall).CfnText
, PrefixConfig = None (./PrefixConfig.dhall).Type
, PreserveSourceDataTyping = None Bool
}
}