libZSservicesZSamazonka-appintegrationsZSamazonka-appintegrations
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.AppIntegrationS.Types.ScheduleConfiguration

Description

 
Synopsis

Documentation

data ScheduleConfiguration Source #

The name of the data and how often it should be pulled from the source.

See: newScheduleConfiguration smart constructor.

Constructors

ScheduleConfiguration' 

Fields

Instances

Instances details
Eq ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.ScheduleConfiguration

Read ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.ScheduleConfiguration

Show ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.ScheduleConfiguration

Generic ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.ScheduleConfiguration

Associated Types

type Rep ScheduleConfiguration :: Type -> Type #

NFData ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.ScheduleConfiguration

Methods

rnf :: ScheduleConfiguration -> () #

Hashable ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.ScheduleConfiguration

ToJSON ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.ScheduleConfiguration

FromJSON ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.ScheduleConfiguration

type Rep ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.ScheduleConfiguration

type Rep ScheduleConfiguration = D1 ('MetaData "ScheduleConfiguration" "Amazonka.AppIntegrationS.Types.ScheduleConfiguration" "libZSservicesZSamazonka-appintegrationsZSamazonka-appintegrations" 'False) (C1 ('MetaCons "ScheduleConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scheduleExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "firstExecutionFrom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newScheduleConfiguration :: ScheduleConfiguration Source #

Create a value of ScheduleConfiguration 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:scheduleExpression:ScheduleConfiguration', scheduleConfiguration_scheduleExpression - How often the data should be pulled from data source.

$sel:object':ScheduleConfiguration', scheduleConfiguration_object - The name of the object to pull from the data source.

$sel:firstExecutionFrom:ScheduleConfiguration', scheduleConfiguration_firstExecutionFrom - The start date for objects to import in the first flow run.

scheduleConfiguration_scheduleExpression :: Lens' ScheduleConfiguration (Maybe Text) Source #

How often the data should be pulled from data source.

scheduleConfiguration_object :: Lens' ScheduleConfiguration (Maybe Text) Source #

The name of the object to pull from the data source.

scheduleConfiguration_firstExecutionFrom :: Lens' ScheduleConfiguration (Maybe Text) Source #

The start date for objects to import in the first flow run.