Values_0.UserIdGroupPairSourceDescribes a security group and Amazon Web Services account ID pair.
type nonrec t = {description : String_.t option;A description for the security group rule that references this user ID group pair. Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*
*)userId : String_.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.
*)groupName : String_.t option;[Default VPC] The name of the security group. For a security group in a nondefault VPC, use the security group ID. For a referenced security group in another VPC, this value is not returned if the referenced security group is deleted.
*)groupId : String_.t option;The ID of the security group.
*)vpcId : String_.t option;The ID of the VPC for the referenced security group, if applicable.
*)vpcPeeringConnectionId : String_.t option;The ID of the VPC peering connection, if applicable.
*)peeringStatus : String_.t option;The status of a VPC peering connection, if applicable.
*)}