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 |
Documentation
data PrefixConfig Source #
Determines the prefix that Amazon AppFlow applies to the destination folder name. You can name your destination folders according to the flow frequency and date.
See: newPrefixConfig
smart constructor.
PrefixConfig' | |
|
Instances
newPrefixConfig :: PrefixConfig Source #
Create a value of PrefixConfig
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:prefixFormat:PrefixConfig'
, prefixConfig_prefixFormat
- Determines the level of granularity that's included in the prefix.
$sel:prefixType:PrefixConfig'
, prefixConfig_prefixType
- Determines the format of the prefix, and whether it applies to the file
name, file path, or both.
prefixConfig_prefixFormat :: Lens' PrefixConfig (Maybe PrefixFormat) Source #
Determines the level of granularity that's included in the prefix.
prefixConfig_prefixType :: Lens' PrefixConfig (Maybe PrefixType) Source #
Determines the format of the prefix, and whether it applies to the file name, file path, or both.