Values.DBSubnetGroupSourceContains the details of an Amazon Neptune DB subnet group. This data type is used as a response element in the DescribeDBSubnetGroups action.
type nonrec t = {dBSubnetGroupName : String_.t option;The name of the DB subnet group.
*)dBSubnetGroupDescription : String_.t option;Provides the description of the DB subnet group.
*)vpcId : String_.t option;Provides the VpcId of the DB subnet group.
*)subnetGroupStatus : String_.t option;Provides the status of the DB subnet group.
*)subnets : SubnetList.t option;Contains a list of Subnet elements.
*)dBSubnetGroupArn : String_.t option;The Amazon Resource Name (ARN) for the DB subnet group.
*)}