Module Values.FlowConditionalConnectionConfigurationSource

The configuration of a connection between a condition node and another node.

Sourcetype nonrec t = {
  1. condition : FlowConditionName.t;
    (*

    The condition that triggers this connection. For more information about how to write conditions, see the Condition node type in the Node types topic in the Amazon Bedrock User Guide.

    *)
}
Sourceval context_ : string
Sourceval make : condition:FlowConditionName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FlowConditionName.t ]) 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