Module Values.AwsRdsDbSubnetGroupSubnetSource

Information about a subnet in a subnet group.

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

    The identifier of a subnet in the subnet group.

    *)
  2. subnetAvailabilityZone : AwsRdsDbSubnetGroupSubnetAvailabilityZone.t option;
    (*

    Information about the Availability Zone for a subnet in the subnet group.

    *)
  3. subnetStatus : NonEmptyString.t option;
    (*

    The status of a subnet in the subnet group.

    *)
}
Sourceval make : ?subnetIdentifier:??? -> ?subnetAvailabilityZone:??? -> ?subnetStatus:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptyString.t | `Structure of (string * [> `String of NonEmptyString.t ]) list ]) 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