libZSservicesZSamazonka-appflowZSamazonka-appflow
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppFlow.Types.PrefixConfig

Description

 
Synopsis

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.

Constructors

PrefixConfig' 

Fields

Instances

Instances details
Eq PrefixConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixConfig

Read PrefixConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixConfig

Show PrefixConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixConfig

Generic PrefixConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixConfig

Associated Types

type Rep PrefixConfig :: Type -> Type #

NFData PrefixConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixConfig

Methods

rnf :: PrefixConfig -> () #

Hashable PrefixConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixConfig

ToJSON PrefixConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixConfig

FromJSON PrefixConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixConfig

type Rep PrefixConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.PrefixConfig

type Rep PrefixConfig = D1 ('MetaData "PrefixConfig" "Amazonka.AppFlow.Types.PrefixConfig" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "PrefixConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "prefixFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PrefixFormat)) :*: S1 ('MetaSel ('Just "prefixType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PrefixType))))

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.