Module Values_0.TransitGatewayRouteTableRouteSource

Describes a route in a transit gateway route table.

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

    The CIDR block used for destination matches.

    *)
  2. state : String_.t option;
    (*

    The state of the route.

    *)
  3. routeOrigin : String_.t option;
    (*

    The route origin. The following are the possible values: static propagated

    *)
  4. prefixListId : String_.t option;
    (*

    The ID of the prefix list.

    *)
  5. attachmentId : String_.t option;
    (*

    The ID of the route attachment.

    *)
  6. resourceId : String_.t option;
    (*

    The ID of the resource for the route attachment.

    *)
  7. resourceType : String_.t option;
    (*

    The resource type for the route attachment.

    *)
}
Sourceval make : ?destinationCidr:??? -> ?state:??? -> ?routeOrigin:??? -> ?prefixListId:??? -> ?attachmentId:??? -> ?resourceId:??? -> ?resourceType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of 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