| 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.Pinpoint.Types.JourneyCustomMessage
Description
Documentation
data JourneyCustomMessage Source #
Specifies the message content for a custom channel message that's sent to participants in a journey.
See: newJourneyCustomMessage smart constructor.
Constructors
| JourneyCustomMessage' | |
Instances
newJourneyCustomMessage :: JourneyCustomMessage Source #
Create a value of JourneyCustomMessage 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:data':JourneyCustomMessage', journeyCustomMessage_data - The message content that's passed to an AWS Lambda function or to a web
hook.
journeyCustomMessage_data :: Lens' JourneyCustomMessage (Maybe Text) Source #
The message content that's passed to an AWS Lambda function or to a web hook.