Module Values.CreateInputSecurityGroupRequestSource

The IPv4 CIDRs to whitelist for this Input Security Group

Sourcetype nonrec t = {
  1. tags : Tags.t option;
    (*

    A collection of key-value pairs.

    *)
  2. whitelistRules : InputWhitelistRuleCidr.t list option;
    (*

    List of IPv4 CIDR addresses to whitelist

    *)
}
Sourceval make : ?tags:??? -> ?whitelistRules:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) 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