Values.AwsRdsDbSecurityGroupDetailsSourceProvides information about an Amazon RDS DB security group.
type nonrec t = {dbSecurityGroupArn : NonEmptyString.t option;The ARN for the DB security group.
*)dbSecurityGroupDescription : NonEmptyString.t option;Provides the description of the DB security group.
*)dbSecurityGroupName : NonEmptyString.t option;Specifies the name of the DB security group.
*)ec2SecurityGroups : AwsRdsDbSecurityGroupEc2SecurityGroups.t option;Contains a list of EC2 security groups.
*)ipRanges : AwsRdsDbSecurityGroupIpRanges.t option;Contains a list of IP ranges.
*)ownerId : NonEmptyString.t option;Provides the Amazon Web Services ID of the owner of a specific DB security group.
*)vpcId : NonEmptyString.t option;Provides VPC ID associated with the DB security group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t ])
list ]