JourneyLimits

public struct JourneyLimits : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of messages that the journey can send to a single participant during a 24-hour period. The maximum value is 100.

    Declaration

    Swift

    public let dailyCap: Int?
  • The maximum number of times that a participant can enter the journey. The maximum value is 100. To allow participants to enter the journey an unlimited number of times, set this value to 0.

    Declaration

    Swift

    public let endpointReentryCap: Int?
  • The maximum number of messages that the journey can send each second.

    Declaration

    Swift

    public let messagesPerSecond: Int?
  • Undocumented

    Declaration

    Swift

    public init(dailyCap: Int? = nil, endpointReentryCap: Int? = nil, messagesPerSecond: Int? = nil)