| 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.Shield.Types.EmergencyContact
Description
Documentation
data EmergencyContact Source #
Contact information that the SRT can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.
See: newEmergencyContact smart constructor.
Constructors
| EmergencyContact' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> EmergencyContact |
Create a value of EmergencyContact 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:contactNotes:EmergencyContact', emergencyContact_contactNotes - Additional notes regarding the contact.
$sel:phoneNumber:EmergencyContact', emergencyContact_phoneNumber - The phone number for the contact.
$sel:emailAddress:EmergencyContact', emergencyContact_emailAddress - The email address for the contact.
emergencyContact_contactNotes :: Lens' EmergencyContact (Maybe Text) Source #
Additional notes regarding the contact.
emergencyContact_phoneNumber :: Lens' EmergencyContact (Maybe Text) Source #
The phone number for the contact.
emergencyContact_emailAddress :: Lens' EmergencyContact Text Source #
The email address for the contact.