Module Values_2.TransitGatewayPolicyTableSource

Describes a transit gateway policy table.

Sourcetype nonrec t = {
  1. transitGatewayPolicyTableId : Values_1.TransitGatewayPolicyTableId.t option;
    (*

    The ID of the transit gateway policy table.

    *)
  2. transitGatewayId : Values_1.TransitGatewayId.t option;
    (*

    The ID of the transit gateway.

    *)
  3. state : Values_1.TransitGatewayPolicyTableState.t option;
    (*

    The state of the transit gateway policy table

    *)
  4. creationTime : Values_0.DateTime.t option;
    (*

    The timestamp when the transit gateway policy table was created.

    *)
  5. tags : Values_0.TagList.t option;
    (*

    he key-value pairs associated with the transit gateway policy table.

    *)
}
Sourceval make : ?transitGatewayPolicyTableId:??? -> ?transitGatewayId:??? -> ?state:??? -> ?creationTime:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_1.TransitGatewayPolicyTableId.t | `Timestamp of Values_0.DateTime.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