Module Values.CampaignSource

An Amazon Connect campaign.

Sourcetype nonrec t = {
  1. id : CampaignId.t option;
  2. arn : CampaignArn.t option;
  3. name : CampaignName.t option;
  4. connectInstanceId : InstanceId.t option;
  5. channelSubtypeConfig : ChannelSubtypeConfig.t option;
  6. type_ : ExternalCampaignType.t option;
  7. source : Source.t option;
  8. connectCampaignFlowArn : Arn.t option;
  9. schedule : Schedule.t option;
  10. entryLimitsConfig : EntryLimitsConfig.t option;
  11. communicationTimeConfig : CommunicationTimeConfig.t option;
  12. communicationLimitsOverride : CommunicationLimitsConfig.t option;
  13. tags : TagMap.t option;
}
Sourceval make : ?id:??? -> ?arn:??? -> ?name:??? -> ?connectInstanceId:??? -> ?channelSubtypeConfig:??? -> ?type_:??? -> ?source:??? -> ?connectCampaignFlowArn:??? -> ?schedule:??? -> ?entryLimitsConfig:??? -> ?communicationTimeConfig:??? -> ?communicationLimitsOverride:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of CampaignId.t | `Structure of (string * [> `Enum of string | `Integer of EntryLimitsConfigMaxEntryCountInteger.t | `String of Arn.t | `Structure of (string * [> `Double of Capacity.t | `Enum of string | `List of [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of CommunicationLimitMaxCountPerRecipientInteger.t ]) list ] list | `String of QueueId.t | `Structure of (string * [> `Integer of RingTimeout.t | `List of [> `Structure of (string * [> `String of RestrictedPeriodName.t ]) list ] list | `Map of ([> `Enum of string ] * [> `List of [> `Structure of (string * [> `String of Iso8601Time.t ]) list ] list ]) list | `String of ContactFlowId.t | `Structure of (string * [> `Boolean of Boolean.t | `Double of BandwidthAllocation.t | `List of [> `Enum of string ] list | `Structure of (string * [> `Integer of TimeoutDuration.t ]) list ]) list ]) list ]) list | `Timestamp of TimeStamp.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t