Module Values_2.TransitGatewayAttachmentPropagationSource

Describes a propagation route table.

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

    The ID of the propagation route table.

    *)
  2. state : Values_1.TransitGatewayPropagationState.t option;
    (*

    The state of the propagation route table.

    *)
}
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