package aws-ec2

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Types.TransitGatewayRouteTableSource

Sourcetype t = {
  1. transit_gateway_route_table_id : Aws.BaseTypes.String.t option;
  2. transit_gateway_id : Aws.BaseTypes.String.t option;
  3. state : TransitGatewayRouteTableState.t option;
  4. default_association_route_table : Aws.BaseTypes.Boolean.t option;
  5. default_propagation_route_table : Aws.BaseTypes.Boolean.t option;
  6. creation_time : Aws.BaseTypes.DateTime.t option;
  7. tags : TagList.t;
}
Sourceval make : ?transit_gateway_route_table_id:??? -> ?transit_gateway_id:??? -> ?state:??? -> ?default_association_route_table:??? -> ?default_propagation_route_table:??? -> ?creation_time:??? -> ?tags:??? -> unit -> t
Sourceval parse : Ezxmlm.nodes -> t option
Sourceval to_query : t -> Aws.Query.t
Sourceval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]
Sourceval of_json : Aws.Json.t -> t