CampaignEventFilter

public struct CampaignEventFilter : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The dimension settings of the event filter for the campaign.

    Declaration

    Swift

    public let dimensions: EventDimensions
  • The type of event that causes the campaign to be sent. Valid values are: SYSTEM, sends the campaign when a system event occurs; and, ENDPOINT, sends the campaign when an endpoint event (Events resource) occurs.

    Declaration

    Swift

    public let filterType: FilterType
  • Undocumented

    Declaration

    Swift

    public init(dimensions: EventDimensions, filterType: FilterType)