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 JourneyCustomMessage Source #
Specifies the message content for a custom channel message that's sent to participants in a journey.
See: newJourneyCustomMessage
smart constructor.
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.