MessageConfiguration

public struct MessageConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The message that the campaign sends through the ADM (Amazon Device Messaging) channel. If specified, this message overrides the default message.

    Declaration

    Swift

    public let aDMMessage: Message?
  • The message that the campaign sends through the APNs (Apple Push Notification service) channel. If specified, this message overrides the default message.

    Declaration

    Swift

    public let aPNSMessage: Message?
  • The message that the campaign sends through the Baidu (Baidu Cloud Push) channel. If specified, this message overrides the default message.

    Declaration

    Swift

    public let baiduMessage: Message?
  • The message that the campaign sends through a custom channel, as specified by the delivery configuration (CustomDeliveryConfiguration) settings for the campaign. If specified, this message overrides the default message.

    Declaration

    Swift

    public let customMessage: CampaignCustomMessage?
  • The default message that the campaign sends through all the channels that are configured for the campaign.

    Declaration

    Swift

    public let defaultMessage: Message?
  • The message that the campaign sends through the email channel. If specified, this message overrides the default message.

    Declaration

    Swift

    public let emailMessage: CampaignEmailMessage?
  • The message that the campaign sends through the GCM channel, which enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service. If specified, this message overrides the default message.

    Declaration

    Swift

    public let gCMMessage: Message?
  • The message that the campaign sends through the SMS channel. If specified, this message overrides the default message.

    Declaration

    Swift

    public let sMSMessage: CampaignSmsMessage?
  • Undocumented

    Declaration

    Swift

    public init(aDMMessage: Message? = nil, aPNSMessage: Message? = nil, baiduMessage: Message? = nil, customMessage: CampaignCustomMessage? = nil, defaultMessage: Message? = nil, emailMessage: CampaignEmailMessage? = nil, gCMMessage: Message? = nil, sMSMessage: CampaignSmsMessage? = nil)