Module Values_1.CreateDBSubnetGroupMessageSource

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

    The name for the DB subnet group. This value is stored as a lowercase string. Constraints: Must contain no more than 255 letters, numbers, periods, underscores, spaces, or hyphens. Must not be default. First character must be a letter. Example: mydbsubnetgroup

    *)
  2. dBSubnetGroupDescription : Values_0.String_.t;
    (*

    The description for the DB subnet group.

    *)
  3. subnetIds : Values_0.SubnetIdentifierList.t;
    (*

    The EC2 Subnet IDs for the DB subnet group.

    *)
  4. tags : Values_0.TagList.t option;
    (*

    Tags to assign to the DB subnet group.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> dBSubnetGroupName:Values_0.String_.t -> dBSubnetGroupDescription:Values_0.String_.t -> subnetIds:Values_0.SubnetIdentifierList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of string | `Structure of (string * [> `String of string ]) list ] list | `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