Module Values.AwsEc2VpnConnectionRoutesDetailsSource

A static routes associated with the VPN connection.

Sourcetype nonrec t = {
  1. destinationCidrBlock : NonEmptyString.t option;
    (*

    The CIDR block associated with the local subnet of the customer data center.

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

    The current state of the static route.

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