Values.AwsEc2SecurityGroupUserIdGroupPairSourceA relationship between a security group and a user.
type nonrec t = {groupId : NonEmptyString.t option;The ID of the security group.
*)groupName : NonEmptyString.t option;The name of the security group.
*)peeringStatus : NonEmptyString.t option;The status of a VPC peering connection, if applicable.
*)userId : NonEmptyString.t option;The ID of an Amazon Web Services account. For a referenced security group in another VPC, the account ID of the referenced security group is returned in the response. If the referenced security group is deleted, this value is not returned. [EC2-Classic] Required when adding or removing rules that reference a security group in another VPC.
*)vpcId : NonEmptyString.t option;The ID of the VPC for the referenced security group, if applicable.
*)vpcPeeringConnectionId : NonEmptyString.t option;The ID of the VPC peering connection, if applicable.
*)}