Module Values_2.TransitGatewayPolicyTableEntrySource

Describes a transit gateway policy table entry

Sourcetype nonrec t = {
  1. policyRuleNumber : Values_0.String_.t option;
    (*

    The rule number for the transit gateway policy table entry.

    *)
  2. policyRule : Values_1.TransitGatewayPolicyRule.t option;
    (*

    The policy rule associated with the transit gateway policy table.

    *)
  3. targetRouteTableId : Values_1.TransitGatewayRouteTableId.t option;
    (*

    The ID of the target route table.

    *)
}
Sourceval make : ?policyRuleNumber:??? -> ?policyRule:??? -> ?targetRouteTableId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.String_.t | `Structure of (string * [> `String of Values_0.String_.t | `Structure of (string * [> `String of string ]) list ]) 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