| 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.DataExchange.Types.EventActionEntry
Description
Synopsis
- data EventActionEntry = EventActionEntry' {}
- newEventActionEntry :: Action -> Text -> UTCTime -> Event -> Text -> UTCTime -> EventActionEntry
- eventActionEntry_action :: Lens' EventActionEntry Action
- eventActionEntry_arn :: Lens' EventActionEntry Text
- eventActionEntry_createdAt :: Lens' EventActionEntry UTCTime
- eventActionEntry_event :: Lens' EventActionEntry Event
- eventActionEntry_id :: Lens' EventActionEntry Text
- eventActionEntry_updatedAt :: Lens' EventActionEntry UTCTime
Documentation
data EventActionEntry Source #
An event action is an object that defines the relationship between a specific event and an automated action that will be taken on behalf of the customer.
See: newEventActionEntry smart constructor.
Constructors
| EventActionEntry' | |
Fields
| |
Instances
Create a value of EventActionEntry 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:action:EventActionEntry', eventActionEntry_action - What occurs after a certain event.
$sel:arn:EventActionEntry', eventActionEntry_arn - The Amazon Resource Name (ARN) for the event action.
$sel:createdAt:EventActionEntry', eventActionEntry_createdAt - The date and time that the event action was created, in ISO 8601 format.
$sel:event:EventActionEntry', eventActionEntry_event - What occurs to start an action.
$sel:id:EventActionEntry', eventActionEntry_id - The unique identifier for the event action.
$sel:updatedAt:EventActionEntry', eventActionEntry_updatedAt - The date and time that the event action was last updated, in ISO 8601
format.
eventActionEntry_action :: Lens' EventActionEntry Action Source #
What occurs after a certain event.
eventActionEntry_arn :: Lens' EventActionEntry Text Source #
The Amazon Resource Name (ARN) for the event action.
eventActionEntry_createdAt :: Lens' EventActionEntry UTCTime Source #
The date and time that the event action was created, in ISO 8601 format.
eventActionEntry_event :: Lens' EventActionEntry Event Source #
What occurs to start an action.
eventActionEntry_id :: Lens' EventActionEntry Text Source #
The unique identifier for the event action.
eventActionEntry_updatedAt :: Lens' EventActionEntry UTCTime Source #
The date and time that the event action was last updated, in ISO 8601 format.