| 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.AppFlow.Types.UpsolverS3OutputFormatConfig
Description
Synopsis
- data UpsolverS3OutputFormatConfig = UpsolverS3OutputFormatConfig' {}
- newUpsolverS3OutputFormatConfig :: PrefixConfig -> UpsolverS3OutputFormatConfig
- upsolverS3OutputFormatConfig_aggregationConfig :: Lens' UpsolverS3OutputFormatConfig (Maybe AggregationConfig)
- upsolverS3OutputFormatConfig_fileType :: Lens' UpsolverS3OutputFormatConfig (Maybe FileType)
- upsolverS3OutputFormatConfig_prefixConfig :: Lens' UpsolverS3OutputFormatConfig PrefixConfig
Documentation
data UpsolverS3OutputFormatConfig Source #
The configuration that determines how Amazon AppFlow formats the flow output data when Upsolver is used as the destination.
See: newUpsolverS3OutputFormatConfig smart constructor.
Constructors
| UpsolverS3OutputFormatConfig' | |
Fields
| |
Instances
newUpsolverS3OutputFormatConfig Source #
Arguments
| :: PrefixConfig | |
| -> UpsolverS3OutputFormatConfig |
Create a value of UpsolverS3OutputFormatConfig 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:aggregationConfig:UpsolverS3OutputFormatConfig', upsolverS3OutputFormatConfig_aggregationConfig - Undocumented member.
$sel:fileType:UpsolverS3OutputFormatConfig', upsolverS3OutputFormatConfig_fileType - Indicates the file type that Amazon AppFlow places in the Upsolver
Amazon S3 bucket.
$sel:prefixConfig:UpsolverS3OutputFormatConfig', upsolverS3OutputFormatConfig_prefixConfig - Undocumented member.
upsolverS3OutputFormatConfig_aggregationConfig :: Lens' UpsolverS3OutputFormatConfig (Maybe AggregationConfig) Source #
Undocumented member.
upsolverS3OutputFormatConfig_fileType :: Lens' UpsolverS3OutputFormatConfig (Maybe FileType) Source #
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
upsolverS3OutputFormatConfig_prefixConfig :: Lens' UpsolverS3OutputFormatConfig PrefixConfig Source #
Undocumented member.