Module Values.ForwardActionConfigSource

Information about a forward action.

Sourcetype nonrec t = {
  1. targetGroups : TargetGroupList.t option;
    (*

    The target groups.

    *)
  2. targetGroupStickinessConfig : TargetGroupStickinessConfig.t option;
    (*

    The target group stickiness for the rule.

    *)
}
Sourceval make : ?targetGroups:??? -> ?targetGroupStickinessConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of TargetGroupWeight.t | `String of TargetGroupArn.t ]) list ] list | `Structure of (string * [> `Boolean of TargetGroupStickinessEnabled.t | `Integer of TargetGroupStickinessDurationSeconds.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