Module Values_2.LocalGatewayRouteTableSource

Describes a local gateway route table.

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

    The ID of the local gateway route table.

    *)
  2. localGatewayRouteTableArn : Values_0.ResourceArn.t option;
    (*

    The Amazon Resource Name (ARN) of the local gateway route table.

    *)
  3. localGatewayId : Values_1.LocalGatewayId.t option;
    (*

    The ID of the local gateway.

    *)
  4. outpostArn : Values_0.String_.t option;
    (*

    The Amazon Resource Name (ARN) of the Outpost.

    *)
  5. ownerId : Values_0.String_.t option;
    (*

    The ID of the Amazon Web Services account that owns the local gateway route table.

    *)
  6. state : Values_0.String_.t option;
    (*

    The state of the local gateway route table.

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

    The tags assigned to the local gateway route table.

    *)
  8. mode : Values_1.LocalGatewayRouteTableMode.t option;
    (*

    The mode of the local gateway route table.

    *)
  9. stateReason : Values_0.StateReason.t option;
    (*

    Information about the state change.

    *)
}
Sourceval make : ?localGatewayRouteTableId:??? -> ?localGatewayRouteTableArn:??? -> ?localGatewayId:??? -> ?outpostArn:??? -> ?ownerId:??? -> ?state:??? -> ?tags:??? -> ?mode:??? -> ?stateReason:??? -> 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_0.String_.t | `Structure of (string * [> `String of string ]) 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