| 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.SSMContacts.Types.ContactTargetInfo
Description
Documentation
data ContactTargetInfo Source #
The contact that Incident Manager is engaging during an incident.
See: newContactTargetInfo smart constructor.
Constructors
| ContactTargetInfo' | |
Fields
| |
Instances
Arguments
| :: Bool | |
| -> ContactTargetInfo |
Create a value of ContactTargetInfo 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:contactId:ContactTargetInfo', contactTargetInfo_contactId - The Amazon Resource Name (ARN) of the contact.
$sel:isEssential:ContactTargetInfo', contactTargetInfo_isEssential - A Boolean value determining if the contact's acknowledgement stops the
progress of stages in the plan.
contactTargetInfo_contactId :: Lens' ContactTargetInfo (Maybe Text) Source #
The Amazon Resource Name (ARN) of the contact.
contactTargetInfo_isEssential :: Lens' ContactTargetInfo Bool Source #
A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.