Module Values.AwsEc2SecurityGroupIpRangeSource

A range of IPv4 addresses.

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

    The IPv4 CIDR range. You can specify either a CIDR range or a source security group, but not both. To specify a single IPv4 address, use the /32 prefix length.

    *)
}
Sourceval make : ?cidrIp:??? -> 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