| 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.ContactChannel
Description
Synopsis
- data ContactChannel = ContactChannel' {}
- newContactChannel :: Text -> Text -> Text -> ContactChannelAddress -> ActivationStatus -> ContactChannel
- contactChannel_type :: Lens' ContactChannel (Maybe ChannelType)
- contactChannel_contactChannelArn :: Lens' ContactChannel Text
- contactChannel_contactArn :: Lens' ContactChannel Text
- contactChannel_name :: Lens' ContactChannel Text
- contactChannel_deliveryAddress :: Lens' ContactChannel ContactChannelAddress
- contactChannel_activationStatus :: Lens' ContactChannel ActivationStatus
Documentation
data ContactChannel Source #
The method that Incident Manager uses to engage a contact.
See: newContactChannel smart constructor.
Constructors
| ContactChannel' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> ContactChannelAddress | |
| -> ActivationStatus | |
| -> ContactChannel |
Create a value of ContactChannel 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:type':ContactChannel', contactChannel_type - The type of the contact channel. Incident Manager supports three contact
methods:
- SMS
- VOICE
$sel:contactChannelArn:ContactChannel', contactChannel_contactChannelArn - The Amazon Resource Name (ARN) of the contact channel.
$sel:contactArn:ContactChannel', contactChannel_contactArn - The ARN of the contact that contains the contact channel.
$sel:name:ContactChannel', contactChannel_name - The name of the contact channel.
$sel:deliveryAddress:ContactChannel', contactChannel_deliveryAddress - The details that Incident Manager uses when trying to engage the contact
channel.
$sel:activationStatus:ContactChannel', contactChannel_activationStatus - A Boolean value describing if the contact channel has been activated or
not. If the contact channel isn't activated, Incident Manager can't
engage the contact through it.
contactChannel_type :: Lens' ContactChannel (Maybe ChannelType) Source #
The type of the contact channel. Incident Manager supports three contact methods:
- SMS
- VOICE
contactChannel_contactChannelArn :: Lens' ContactChannel Text Source #
The Amazon Resource Name (ARN) of the contact channel.
contactChannel_contactArn :: Lens' ContactChannel Text Source #
The ARN of the contact that contains the contact channel.
contactChannel_name :: Lens' ContactChannel Text Source #
The name of the contact channel.
contactChannel_deliveryAddress :: Lens' ContactChannel ContactChannelAddress Source #
The details that Incident Manager uses when trying to engage the contact channel.
contactChannel_activationStatus :: Lens' ContactChannel ActivationStatus Source #
A Boolean value describing if the contact channel has been activated or not. If the contact channel isn't activated, Incident Manager can't engage the contact through it.