Module Values_2.TransitGatewayRouteTableSource

Describes a transit gateway route table.

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

    The ID of the transit gateway route table.

    *)
  2. transitGatewayId : Values_0.String_.t option;
    (*

    The ID of the transit gateway.

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

    The state of the transit gateway route table.

    *)
  4. defaultAssociationRouteTable : Values_0.Boolean.t option;
    (*

    Indicates whether this is the default association route table for the transit gateway.

    *)
  5. defaultPropagationRouteTable : Values_0.Boolean.t option;
    (*

    Indicates whether this is the default propagation route table for the transit gateway.

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

    The creation time.

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

    Any tags assigned to the route table.

    *)
}
Sourceval make : ?transitGatewayRouteTableId:??? -> ?transitGatewayId:??? -> ?state:??? -> ?defaultAssociationRouteTable:??? -> ?defaultPropagationRouteTable:??? -> ?creationTime:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.String_.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