Values_1.TransitGatewayPolicyRuleSourceDescribes a rule associated with a transit gateway policy.
type nonrec t = {sourceCidrBlock : Values_0.String_.t option;The source CIDR block for the transit gateway policy rule.
*)sourcePortRange : Values_0.String_.t option;The port range for the transit gateway policy rule. Currently this is set to * (all).
*)destinationCidrBlock : Values_0.String_.t option;The destination CIDR block for the transit gateway policy rule.
*)destinationPortRange : Values_0.String_.t option;The port range for the transit gateway policy rule. Currently this is set to * (all).
*)protocol : Values_0.String_.t option;The protocol used by the transit gateway policy rule.
*)metaData : Values_0.TransitGatewayPolicyRuleMetaData.t option;The meta data tags used for the transit gateway policy rule.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of (string * [> `String of string ]) list ])
list ]