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 UpsolverS3OutputFormatConfig = UpsolverS3OutputFormatConfig' {}
- newUpsolverS3OutputFormatConfig :: PrefixConfig -> UpsolverS3OutputFormatConfig
- upsolverS3OutputFormatConfig_fileType :: Lens' UpsolverS3OutputFormatConfig (Maybe FileType)
- upsolverS3OutputFormatConfig_aggregationConfig :: Lens' UpsolverS3OutputFormatConfig (Maybe AggregationConfig)
- 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.
UpsolverS3OutputFormatConfig' | |
|
Instances
newUpsolverS3OutputFormatConfig Source #
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:fileType:UpsolverS3OutputFormatConfig'
, upsolverS3OutputFormatConfig_fileType
- Indicates the file type that Amazon AppFlow places in the Upsolver
Amazon S3 bucket.
$sel:aggregationConfig:UpsolverS3OutputFormatConfig'
, upsolverS3OutputFormatConfig_aggregationConfig
- Undocumented member.
$sel:prefixConfig:UpsolverS3OutputFormatConfig'
, upsolverS3OutputFormatConfig_prefixConfig
- Undocumented member.
upsolverS3OutputFormatConfig_fileType :: Lens' UpsolverS3OutputFormatConfig (Maybe FileType) Source #
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
upsolverS3OutputFormatConfig_aggregationConfig :: Lens' UpsolverS3OutputFormatConfig (Maybe AggregationConfig) Source #
Undocumented member.
upsolverS3OutputFormatConfig_prefixConfig :: Lens' UpsolverS3OutputFormatConfig PrefixConfig Source #
Undocumented member.