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 |
Synopsis
- data CustomDeliveryConfiguration = CustomDeliveryConfiguration' {}
- newCustomDeliveryConfiguration :: Text -> CustomDeliveryConfiguration
- customDeliveryConfiguration_endpointTypes :: Lens' CustomDeliveryConfiguration (Maybe [EndpointTypesElement])
- customDeliveryConfiguration_deliveryUri :: Lens' CustomDeliveryConfiguration Text
Documentation
data CustomDeliveryConfiguration Source #
Specifies the delivery configuration settings for sending a campaign or campaign treatment through a custom channel. This object is required if you use the CampaignCustomMessage object to define the message to send for the campaign or campaign treatment.
See: newCustomDeliveryConfiguration
smart constructor.
CustomDeliveryConfiguration' | |
|
Instances
newCustomDeliveryConfiguration Source #
Create a value of CustomDeliveryConfiguration
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:endpointTypes:CustomDeliveryConfiguration'
, customDeliveryConfiguration_endpointTypes
- The types of endpoints to send the campaign or treatment to. Each valid
value maps to a type of channel that you can associate with an endpoint
by using the ChannelType property of an endpoint.
$sel:deliveryUri:CustomDeliveryConfiguration'
, customDeliveryConfiguration_deliveryUri
- The destination to send the campaign or treatment to. This value can be
one of the following:
- The name or Amazon Resource Name (ARN) of an AWS Lambda function to invoke to handle delivery of the campaign or treatment.
- The URL for a web application or service that supports HTTPS and can receive the message. The URL has to be a full URL, including the HTTPS protocol.
customDeliveryConfiguration_endpointTypes :: Lens' CustomDeliveryConfiguration (Maybe [EndpointTypesElement]) Source #
The types of endpoints to send the campaign or treatment to. Each valid value maps to a type of channel that you can associate with an endpoint by using the ChannelType property of an endpoint.
customDeliveryConfiguration_deliveryUri :: Lens' CustomDeliveryConfiguration Text Source #
The destination to send the campaign or treatment to. This value can be one of the following:
- The name or Amazon Resource Name (ARN) of an AWS Lambda function to invoke to handle delivery of the campaign or treatment.
- The URL for a web application or service that supports HTTPS and can receive the message. The URL has to be a full URL, including the HTTPS protocol.