| 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.ChannelTargetInfo
Description
Documentation
data ChannelTargetInfo Source #
Information about the contact channel that Incident Manager uses to engage the contact.
See: newChannelTargetInfo smart constructor.
Constructors
| ChannelTargetInfo' | |
Fields
| |
Instances
Create a value of ChannelTargetInfo 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:retryIntervalInMinutes:ChannelTargetInfo', channelTargetInfo_retryIntervalInMinutes - The number of minutes to wait to retry sending engagement in the case
the engagement initially fails.
$sel:contactChannelId:ChannelTargetInfo', channelTargetInfo_contactChannelId - The Amazon Resource Name (ARN) of the contact channel.
channelTargetInfo_retryIntervalInMinutes :: Lens' ChannelTargetInfo (Maybe Natural) Source #
The number of minutes to wait to retry sending engagement in the case the engagement initially fails.
channelTargetInfo_contactChannelId :: Lens' ChannelTargetInfo Text Source #
The Amazon Resource Name (ARN) of the contact channel.