Module Values_0.SubnetSource

This data type is used as a response element for the DescribeDBSubnetGroups operation.

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

    The identifier of the subnet.

    *)
  2. subnetAvailabilityZone : AvailabilityZone.t option;
  3. subnetOutpost : Outpost.t option;
    (*

    If the subnet is associated with an Outpost, this value specifies the Outpost. For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

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

    The status of the subnet.

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