Values_0.DBSecurityGroupSourceContains the details for an Amazon RDS DB security group. This data type is used as a response element in the DescribeDBSecurityGroups action.
type nonrec t = {ownerId : String_.t option;Provides the Amazon Web Services ID of the owner of a specific DB security group.
*)dBSecurityGroupName : String_.t option;Specifies the name of the DB security group.
*)dBSecurityGroupDescription : String_.t option;Provides the description of the DB security group.
*)vpcId : String_.t option;Provides the VpcId of the DB security group.
*)eC2SecurityGroups : EC2SecurityGroupList.t option;Contains a list of EC2SecurityGroup elements.
*)iPRanges : IPRangeList.t option;Contains a list of IPRange elements.
*)dBSecurityGroupArn : String_.t option;The Amazon Resource Name (ARN) for the DB security group.
*)}