| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.Scheduler.Types.EventBridgeParameters
Description
Documentation
data EventBridgeParameters Source #
The templated target type for the EventBridge PutEvents API operation.
See: newEventBridgeParameters smart constructor.
Constructors
| EventBridgeParameters' | |
Fields 
  | |
Instances
newEventBridgeParameters Source #
Arguments
| :: Text | |
| -> Text | |
| -> EventBridgeParameters | 
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.
eventBridgeParameters_source :: Lens' EventBridgeParameters Text Source #
The source of the event.