libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles
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.CustomerProfiles.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
Eq TriggerProperties Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.TriggerProperties

Read TriggerProperties Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.TriggerProperties

Show TriggerProperties Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.TriggerProperties

Generic TriggerProperties Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.TriggerProperties

Associated Types

type Rep TriggerProperties :: Type -> Type #

NFData TriggerProperties Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.TriggerProperties

Methods

rnf :: TriggerProperties -> () #

Hashable TriggerProperties Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.TriggerProperties

ToJSON TriggerProperties Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.TriggerProperties

type Rep TriggerProperties Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.TriggerProperties

type Rep TriggerProperties = D1 ('MetaData "TriggerProperties" "Amazonka.CustomerProfiles.Types.TriggerProperties" "libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles" '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 that you define.

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

Specifies the configuration details of a schedule-triggered flow that you define.