Values_0.EC2SecurityGroupSourceThis data type is used as a response element in the following actions: AuthorizeDBSecurityGroupIngress DescribeDBSecurityGroups RevokeDBSecurityGroupIngress
type nonrec t = {status : String_.t option;Provides the status of the EC2 security group. Status can be "authorizing", "authorized", "revoking", and "revoked".
*)eC2SecurityGroupName : String_.t option;Specifies the name of the EC2 security group.
*)eC2SecurityGroupId : String_.t option;Specifies the id of the EC2 security group.
*)eC2SecurityGroupOwnerId : String_.t option;Specifies the Amazon Web Services ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.
*)}