Module Values_1.ReferencedSecurityGroupSource

Describes the security group that is referenced in the security group rule.

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

    The ID of the security group.

    *)
  2. peeringStatus : Values_0.String_.t option;
    (*

    The status of a VPC peering connection, if applicable.

    *)
  3. userId : Values_0.String_.t option;
    (*

    The Amazon Web Services account ID.

    *)
  4. vpcId : Values_0.String_.t option;
    (*

    The ID of the VPC.

    *)
  5. vpcPeeringConnectionId : Values_0.String_.t option;
    (*

    The ID of the VPC peering connection (if applicable).

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