Module Values_1.TransitGatewayAttachmentAssociationSource

Describes an association.

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

    The ID of the route table for the transit gateway.

    *)
  2. state : Values_0.TransitGatewayAssociationState.t option;
    (*

    The state of the association.

    *)
}
Sourceval make : ?transitGatewayRouteTableId:??? -> ?state:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.String_.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