amazonka-scheduler-2.0: Amazon EventBridge Scheduler 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.Scheduler.Types.EventBridgeParameters

Description

 
Synopsis

Documentation

data EventBridgeParameters Source #

The templated target type for the EventBridge PutEvents API operation.

See: newEventBridgeParameters smart constructor.

Constructors

EventBridgeParameters' 

Fields

  • detailType :: Text

    A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.

  • source :: Text

    The source of the event.

Instances

Instances details
FromJSON EventBridgeParameters Source # 
Instance details

Defined in Amazonka.Scheduler.Types.EventBridgeParameters

ToJSON EventBridgeParameters Source # 
Instance details

Defined in Amazonka.Scheduler.Types.EventBridgeParameters

Generic EventBridgeParameters Source # 
Instance details

Defined in Amazonka.Scheduler.Types.EventBridgeParameters

Associated Types

type Rep EventBridgeParameters :: Type -> Type #

Read EventBridgeParameters Source # 
Instance details

Defined in Amazonka.Scheduler.Types.EventBridgeParameters

Show EventBridgeParameters Source # 
Instance details

Defined in Amazonka.Scheduler.Types.EventBridgeParameters

NFData EventBridgeParameters Source # 
Instance details

Defined in Amazonka.Scheduler.Types.EventBridgeParameters

Methods

rnf :: EventBridgeParameters -> () #

Eq EventBridgeParameters Source # 
Instance details

Defined in Amazonka.Scheduler.Types.EventBridgeParameters

Hashable EventBridgeParameters Source # 
Instance details

Defined in Amazonka.Scheduler.Types.EventBridgeParameters

type Rep EventBridgeParameters Source # 
Instance details

Defined in Amazonka.Scheduler.Types.EventBridgeParameters

type Rep EventBridgeParameters = D1 ('MetaData "EventBridgeParameters" "Amazonka.Scheduler.Types.EventBridgeParameters" "amazonka-scheduler-2.0-8LKlva3Whvt7TpHIvtcn6a" 'False) (C1 ('MetaCons "EventBridgeParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "detailType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEventBridgeParameters Source #

Create a value of EventBridgeParameters 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:detailType:EventBridgeParameters', eventBridgeParameters_detailType - A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.

$sel:source:EventBridgeParameters', eventBridgeParameters_source - The source of the event.

eventBridgeParameters_detailType :: Lens' EventBridgeParameters Text Source #

A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.