Values.TrafficPolicySourceThe structure of a traffic policy resource which is a container for policy statements.
type nonrec t = {trafficPolicyName : TrafficPolicyName.t option;A user-friendly name of the traffic policy resource.
*)trafficPolicyId : TrafficPolicyId.t option;The identifier of the traffic policy resource.
*)defaultAction : AcceptAction.t option;Default action instructs the traffic policy to either Allow or Deny (block) messages that fall outside of (or not addressed by) the conditions of your policy statements
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of TrafficPolicyName.t ]) list ]