amazonka-appflow-2.0: Amazon Appflow SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AppFlow.Types.TriggerProperties

Description

 
Synopsis

Documentation

data TriggerProperties Source #

Specifies the configuration details that control the trigger for a flow. Currently, these settings only apply to the Scheduled trigger type.

See: newTriggerProperties smart constructor.

Constructors

TriggerProperties' 

Fields

Instances

Instances details
FromJSON TriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerProperties

ToJSON TriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerProperties

Generic TriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerProperties

Associated Types

type Rep TriggerProperties :: Type -> Type #

Read TriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerProperties

Show TriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerProperties

NFData TriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerProperties

Methods

rnf :: TriggerProperties -> () #

Eq TriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerProperties

Hashable TriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerProperties

type Rep TriggerProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.TriggerProperties

type Rep TriggerProperties = D1 ('MetaData "TriggerProperties" "Amazonka.AppFlow.Types.TriggerProperties" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" 'False) (C1 ('MetaCons "TriggerProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scheduled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduledTriggerProperties))))

newTriggerProperties :: TriggerProperties Source #

Create a value of TriggerProperties 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:scheduled:TriggerProperties', triggerProperties_scheduled - Specifies the configuration details of a schedule-triggered flow as defined by the user.

triggerProperties_scheduled :: Lens' TriggerProperties (Maybe ScheduledTriggerProperties) Source #

Specifies the configuration details of a schedule-triggered flow as defined by the user.