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 S3OutputFormatConfig = S3OutputFormatConfig' {}
- newS3OutputFormatConfig :: S3OutputFormatConfig
- s3OutputFormatConfig_prefixConfig :: Lens' S3OutputFormatConfig (Maybe PrefixConfig)
- s3OutputFormatConfig_fileType :: Lens' S3OutputFormatConfig (Maybe FileType)
- s3OutputFormatConfig_aggregationConfig :: Lens' S3OutputFormatConfig (Maybe AggregationConfig)
Documentation
data S3OutputFormatConfig Source #
The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.
See: newS3OutputFormatConfig
smart constructor.
S3OutputFormatConfig' | |
|
Instances
newS3OutputFormatConfig :: S3OutputFormatConfig Source #
Create a value of S3OutputFormatConfig
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:prefixConfig:S3OutputFormatConfig'
, s3OutputFormatConfig_prefixConfig
- Determines the prefix that Amazon AppFlow applies to the folder name in
the Amazon S3 bucket. You can name folders according to the flow
frequency and date.
$sel:fileType:S3OutputFormatConfig'
, s3OutputFormatConfig_fileType
- Indicates the file type that Amazon AppFlow places in the Amazon S3
bucket.
$sel:aggregationConfig:S3OutputFormatConfig'
, s3OutputFormatConfig_aggregationConfig
- Undocumented member.
s3OutputFormatConfig_prefixConfig :: Lens' S3OutputFormatConfig (Maybe PrefixConfig) Source #
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date.
s3OutputFormatConfig_fileType :: Lens' S3OutputFormatConfig (Maybe FileType) Source #
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
s3OutputFormatConfig_aggregationConfig :: Lens' S3OutputFormatConfig (Maybe AggregationConfig) Source #
Undocumented member.