Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ContactChannelAddress Source #
The details that Incident Manager uses when trying to engage the contact channel.
See: newContactChannelAddress
smart constructor.
ContactChannelAddress' | |
|
Instances
newContactChannelAddress :: ContactChannelAddress Source #
Create a value of ContactChannelAddress
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:simpleAddress:ContactChannelAddress'
, contactChannelAddress_simpleAddress
- The format is dependent on the type of the contact channel. The
following are the expected formats:
- SMS - '+' followed by the country code and phone number
- VOICE - '+' followed by the country code and phone number
- EMAIL - any standard email format
contactChannelAddress_simpleAddress :: Lens' ContactChannelAddress (Maybe Text) Source #
The format is dependent on the type of the contact channel. The following are the expected formats:
- SMS - '+' followed by the country code and phone number
- VOICE - '+' followed by the country code and phone number
- EMAIL - any standard email format