Module Values_0.IpamPublicAddressSecurityGroupSource

The security group that the resource with the public IP address is in.

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

    The security group's name.

    *)
  2. groupId : String_.t option;
    (*

    The security group's ID.

    *)
}
Sourceval make : ?groupName:??? -> ?groupId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of 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