Module Values_2.TransitGatewaySource

Describes a transit gateway.

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

    The ID of the transit gateway.

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

    The Amazon Resource Name (ARN) of the transit gateway.

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

    The state of the transit gateway.

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

    The ID of the Amazon Web Services account that owns the transit gateway.

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

    The description of the transit gateway.

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

    The creation time.

    *)
  7. options : Values_1.TransitGatewayOptions.t option;
    (*

    The transit gateway options.

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

    The tags for the transit gateway.

    *)
}
Sourceval make : ?transitGatewayId:??? -> ?transitGatewayArn:??? -> ?state:??? -> ?ownerId:??? -> ?description:??? -> ?creationTime:??? -> ?options:??? -> ?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_0.String_.t | `Structure of (string * [> `Enum of string | `List of [> `String of string ] list | `Long of Values_0.Long.t | `String of Values_0.String_.t | `Structure of (string * [> `Enum of string | `String of string ]) list ]) list | `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