| 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.SSMIncidents.Types.EventReference
Description
Documentation
data EventReference Source #
An item referenced in a TimelineEvent that is involved in or somehow
associated with an incident. You can specify an Amazon Resource Name
(ARN) for an Amazon Web Services resource or a RelatedItem ID.
See: newEventReference smart constructor.
Constructors
| EventReference' | |
Instances
newEventReference :: EventReference Source #
Create a value of EventReference 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:relatedItemId:EventReference', eventReference_relatedItemId - The ID of a RelatedItem referenced in a TimelineEvent.
$sel:resource:EventReference', eventReference_resource - The Amazon Resource Name (ARN) of an Amazon Web Services resource
referenced in a TimelineEvent.
eventReference_relatedItemId :: Lens' EventReference (Maybe Text) Source #
The ID of a RelatedItem referenced in a TimelineEvent.
eventReference_resource :: Lens' EventReference (Maybe Text) Source #
The Amazon Resource Name (ARN) of an Amazon Web Services resource
referenced in a TimelineEvent.